Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > Method 'GetSearchDocument' in type 'CMS.SiteProvider.UserInfo' from assembly 'CMS.SiteProvider, Version=5.5.3789.9808, Culture=neutral, PublicKeyToken=834b12a258f213f9' does not have an implementation. View modes: 
User avatar
Member
Member
daniele-danceoften - 11/6/2010 5:56:17 AM
   
Method 'GetSearchDocument' in type 'CMS.SiteProvider.UserInfo' from assembly 'CMS.SiteProvider, Version=5.5.3789.9808, Culture=neutral, PublicKeyToken=834b12a258f213f9' does not have an implementation.
I just installed sucessfully kentico (ver 5.5 just downloaded) on my local machine for testing purposes. It worked fine and i could create some sample sites after setting the right permissions on the file system as described here
Then i tried to install to a testing server following the procedure as described here

after uploading the temporary deployment dir from my machine to the root dir of the server i get this when opening /default.aspx page

Server Error in '/' Application.
Method 'GetSearchDocument' in type 'CMS.SiteProvider.UserInfo' from assembly 'CMS.SiteProvider, Version=5.5.3789.9808, Culture=neutral, PublicKeyToken=834b12a258f213f9' does not have an implementation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Method 'GetSearchDocument' in type 'CMS.SiteProvider.UserInfo' from assembly 'CMS.SiteProvider, Version=5.5.3789.9808, Culture=neutral, PublicKeyToken=834b12a258f213f9' does not have an implementation.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[TypeLoadException: Method 'GetSearchDocument' in type 'CMS.SiteProvider.UserInfo' from assembly 'CMS.SiteProvider, Version=5.5.3789.9808, Culture=neutral, PublicKeyToken=834b12a258f213f9' does not have an implementation.]
Global.Application_EndRequest(Object sender, EventArgs e) +0
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:2.0.50727.4455; ASP.NET Version:2.0.50727.5053


I deployed to a shared hosting (on brinkster servers) should i make any config change before launching the installation ?

What can be the cause to this error ? i did not manually insert any connection string before deployng but the error does not seem to be Batabase related.

Thanx for any suggestion, i hope somebody points me to the solution

Daniele

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 11/9/2010 7:50:25 AM
   
RE:Method 'GetSearchDocument' in type 'CMS.SiteProvider.UserInfo' from assembly 'CMS.SiteProvider, Version=5.5.3789.9808, Culture=neutral, PublicKeyToken=834b12a258f213f9' does not have an implementation.
Hi,

It seems to me that either some dll files are missing in your case in bin folder on your web server or that you have mixed Kentico CMS dll files from different versions.

Best regards,
Miroslav Remias.