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
hereThen i tried to install to a testing server following the procedure as described
hereafter 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