I'm trying to deploy my first WebGUI Project to my vista IIS(7). I went through and created the test example project in the tutorial (the file/folder browser project)
I have the 3 Gizmox .dll files in my bin folder in inetpub. I've set up the Managed Handler for the *.wgx extension and I'm browing to this url: http://localhost/visualwebguitest/Form1.wgx. I initially set up a Script Handler, but that just gave me a 404, the Managed Handler at least gave me a .NET error.
This is the error I get. Any help would be appreciated. Thanks
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
3AAAA..ctor() +347
3AAAA..cctor() +48
[Exception: Resource generator error.]
Gizmox.WebGUI.Server.Router.GetHandler(HttpContext objHttpContext, String strRequestType, String strUrl, String strPathTranslated) +1776
System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication
-->.IExecutionStep.Execute() +425
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
|
Server Error in '/VisualWebGUITest' Application.
Object reference not set to an instance of an object.
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053