On upgrading to 6.2.3 I am getting the error below on running the app. I have incremented the private variable (www.gizmox.com/Forums/tabid/364/forumid/28/threadid/16771/scope/posts/threadpage/1/Default.aspx) and have followed the instructions below.
Please remove all VWG server cache in the following way: Go to %WINDIR%\Microsoft.NET on your local workstation\server. Perform a file search in this folder for "Gizmox.*.dll". Delete all the files that you find. Make sure that you stop all the IIS and Visual WebDeveloper webservers before attempting to delete.
Check the following Registry key in that machine's Registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\Gizmox SDK 3.5
See if it points to the correct path of the DLLs. It may be referencing the older version. If it is not referencing the correct path, fix it.
(www.visualwebgui.com/Forums/tabid/364/forumid/29/threadid/18064/scope/posts/Default.aspx)
These things did not work. I even tried uninstalling and going back to 6.2.2a, but the problem remains.
Server Error in '/' Application.
Could not load type 'Gizmox.WebGUI.Common.Interfaces.IContextPipeline' from assembly 'Gizmox.WebGUI.Common, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=263fa4ef694acff6'.
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: Could not load type 'Gizmox.WebGUI.Common.Interfaces.IContextPipeline' from assembly 'Gizmox.WebGUI.Common, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=263fa4ef694acff6'.
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: Could not load type 'Gizmox.WebGUI.Common.Interfaces.IContextPipeline' from assembly 'Gizmox.WebGUI.Common, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=263fa4ef694acff6'.]
Gizmox.WebGUI.Server.Router.GetHandler(HttpContext objHttpContext, String strRequestType, String strUrl, String strPathTranslated) +0
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +193
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053