Welcome Guest Search | Active Topics | Sign In | Register

TypeInitializationException Whn page is loading Options
Walter
Posted: Thursday, July 26, 2007 6:33:57 AM
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

eo_support
Posted: Thursday, July 26, 2007 6:37:02 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi Walter,

Can you post the detailed stack trace?

Thanks
Walter
Posted: Thursday, July 26, 2007 6:50:09 AM
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
eo_support
Posted: Thursday, July 26, 2007 6:58:53 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
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
Posted: Thursday, July 26, 2007 11:39:22 AM
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
eo_support
Posted: Thursday, July 26, 2007 11:48:02 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
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=192

The 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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.