Page 1 of 1

Fresh install - App_global.asax !ASP.AcApp.Application_Error

Posted: Tue Jun 14, 2011 2:05 pm
by wprevett
Hello,

I've copied over the files for 7.07 to a new web page project and applied the patch for .NET 3.5+.

The web page project compiles successfully, and my license update was requested. Now any page gives me this error

We are sorry, but the page you are trying to access has experienced an error.
Please contact us to report this problem.


With this in my callstack:

[External Code]
> App_global.asax.j1mv76w7.dll!ASP.AcApp.Application_Error(object sender, System.EventArgs e) Line 64 + 0xc bytes C#
[External Code]


(this is a null reference exception)

I am using Visual Studio 2010, targeting .NET 3.5

Thank you for any help.

Re: Fresh install - App_global.asax !ASP.AcApp.Application_Error

Posted: Tue Jun 14, 2011 2:59 pm
by wprevett
I found it, looks like it was a database connection string issue. If you have this same problem, check your App_Data/database.config file.

Thanks