I'm trying to install VWG on linux(redhat as 4.0 update4). I install mono1.2.5.1 well. The aspx file can work.
But i deploy a very simple VGW project ,it report "Gizmox.WebGUI.Server.Router,does not implement IHttpHandler or IHttpHandlerFactory"
below is the detail error infomation.
error message from .net 2.0
Type Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d does not implement IHttpHandler or IHttpHandlerFactory
Description: Error processing request.
Error Message: HTTP 500. System.Web.HttpException: Type Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d does not implement IHttpHandler or IHttpHandlerFactory
Stack Trace:
System.Web.HttpException: Type Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d does not implement IHttpHandler or IHttpHandlerFactory
at System.Web.Configuration.HttpHandlerAction.LoadType (System.String type_name) [0x00000]
at System.Web.Configuration.HttpHandlerAction.GetHandlerInstance () [0x00000]
at System.Web.Configuration.HttpHandlersSection.LocateHandler (System.String verb, System.String filepath) [0x00000]
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context) [0x00000]
at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000]
error message from .net 1.1
Type
Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=1.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d does not implement IHttpHandler or IHttpHandlerFactory
Description: Error processing request.
Error Message: HTTP 500. System.Web.HttpException: Type Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=1.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d does not implement IHttpHandler or IHttpHandlerFactory
Stack Trace:
System.Web.HttpException: Type Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=1.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d does not implement IHttpHandler or IHttpHandlerFactory
at System.Web.Configuration.HttpHandler.LoadType (System.String type_name) [0x00000]
at System.Web.Configuration.HandlerFactoryConfiguration.Add (System.String verb, System.String path, System.String type_name, Boolean validate) [0x00000]
at System.Web.Configuration.HttpHandlersSectionHandler.Create (System.Object parent, System.Object configContext, System.Xml.XmlNode section) [0x00000]
at System.Web.Configuration.ConfigurationData.GetConfigInternal (System.String sectionName, System.Web.HttpContext context, Boolean useLoc) [0x00000]
at System.Web.Configuration.ConfigurationData.GetConfigOptLocation (System.String sectionName, System.Web.HttpContext context, Boolean useLoc) [0x00000]
at System.Web.Configuration.ConfigurationData.GetConfig (System.String sectionName, System.Web.HttpContext context) [0x00000]
at System.Web.Configuration.WebDefaultConfig.GetConfig (System.String sectionName, System.Web.HttpContext context) [0x00000]
at System.Web.Configuration.WebDefaultConfig.GetConfig (System.String sectionName) [0x00000]
at System.Configuration.ConfigurationSettings.GetConfig (System.String sectionName) [0x00000]
at System.Web.HttpContext.GetAppConfig (System.String name) [0x00000]
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context) [0x00000]
at System.Web.HttpApplication+<>c__CompilerGenerated1.MoveNext () [0x00000]
Someon can help me? Thanks!