Hi,
I have a multi-project application, which works ok in 6.3.6a - VS 2008 + VWG for NET 2.0
I upgraded to 6.4 since there are some bugs in VWG 6.3.6 which was announced as fixed in 6.4.
But when I build and run the application I get the following error at startup.
I cleaned up temporary asp.net files.
Also, I tried to create a brand new test project, simple, with a single form and a button. In VS 2008 it was created against Net 3.5, so I changed it against Net 2.0, updated references and web.config to 2.0..... and I get the same error.
So it seems it is a problem with VWG applications built IN VS 2008 against NET 2.0
Any suggestions about the cause and how to fix it? It is very urgent.
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.]
System.Xml.XmlReader.CalcBufferSize(Stream input) +14
System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding) +70
System.Xml.XmlTextReaderImpl.InitStreamInput(Stream stream, Encoding encoding) +41
System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt) +71
System.Xml.XmlTextReader..ctor(Stream input, XmlNameTable nt) +46
System.Xml.XmlDocument.Load(Stream inStream) +66
Gizmox.WebGUI.Common.Configuration.Config.4AAAA(Stream 0AAAA) +61
Gizmox.WebGUI.Common.Configuration.Config.3AAA0() +28
Gizmox.WebGUI.Common.Configuration.Config.get_RegisteredControls() +97
Gizmox.WebGUI.Forms.Skins.SkinCompiler.Initialize(String strTheme) +128
Gizmox.WebGUI.Forms.Skins.SkinFactory.InitializeResources(IContext objContext) +261
Gizmox.WebGUI.Server.Cache.2AAAA(Context 0AAAA, Boolean 1AAAA) +192
Gizmox.WebGUI.Server.Cache.Generate(Boolean blnStaticResource) +364
Gizmox.WebGUI.Server.Cache..cctor() +75
[Exception: Resource generator error.]
Gizmox.WebGUI.Server.Router.GetHandler(HttpContext objHttpContext, String strRequestType, String strUrl, String strPathTranslated) +308
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
|
Server Error in '/EconSeeds.Web' Application.
Object reference not set to an instance of an object.
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082