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

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
wprevett
Ensign (ENS)
Ensign (ENS)
Posts: 9
Joined: Tue Jun 14, 2011 1:59 pm

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

Post by wprevett » Tue Jun 14, 2011 2:05 pm

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.

wprevett
Ensign (ENS)
Ensign (ENS)
Posts: 9
Joined: Tue Jun 14, 2011 1:59 pm

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

Post by wprevett » Tue Jun 14, 2011 2:59 pm

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

Post Reply