|
Rank: Newbie Groups: Member
Joined: 7/26/2007 Posts: 2
|
Yesterday I was compiling and running my web application just fine. This morning when I compile and run I get the following error.
An exception of type 'System.TypeInitializationException' occurred in $12FE39A0 but was not handled in user code
Additional information: The type initializer for 'az' threw an exception.
The stack trace shows it blowing up in BuildControlTabStrip.
Any help would be appreciated
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Walter,
Can you post the detailed stack trace?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/26/2007 Posts: 2
|
Stack Trace App_Web_j2qrywle.dll!ASP.map_aspx.__BuildControlTabStrip1() Line 126 + 0x14 bytes App_Web_j2qrywle.dll!ASP.map_aspx.__BuildControlform1() Line 40 + 0x265 bytes App_Web_j2qrywle.dll!ASP.map_aspx.__BuildControlTree(ASP.map_aspx __ctrl = {ASP.map_aspx}) Line 1 + 0x83 bytes App_Web_j2qrywle.dll!ASP.map_aspx.FrameworkInitialize() Line 912307 + 0x9 bytes
This is the call stack
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Walter,
Please see your private messages. We do not know what caused it so we need to see it in order to further troubleshoot the problem. I have set up an online meeting to you and PMed the meeting link to you.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/2/2007 Posts: 5
|
We are getting the same thing on a web site that has worked fine for months, but started crashing yesterday with the same error.
Crile
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Crile, The error is triggered by a MS security update. You can find more detailed information and solution to this issue at here: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=192The real error message is "your application is not running under full trust...", however this is the "InnerException", the "OutterException" could be in other form, such as the TypeInitializationException that you have observed. By default, ASP.NET runtime outputs the whole exception statck, so in those case you would see the real error message. However if you have your own Application_OnError handler, it's very often you would only see/log the outter exception error message, which makes it more difficult to troubleshoot. Thanks
|
|