Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I fix a .NET windows application crashing at startup with Exception code: 0xE0434352?
    text
    copied!<p>I've built a .NET <a href="http://en.wikipedia.org/wiki/Windows_Forms" rel="noreferrer">Windows Forms</a> application in Visual Studio 2010. I also built a corresponding setup/install package via Visual&nbsp;Studio&nbsp;2010. This is built as a 32-bit (x86) application. (We make use of third-party Windows Forms controls that are 32-bit only).</p> <p>I am able to run the setup package and deploy successfully to other Windows&nbsp;7 64-bit environments and 32 bit Windows&nbsp;XP boxes. The installed application runs fine on these.</p> <p>However, when I attempt to run <a href="http://en.wikipedia.org/wiki/Windows_Server_2008" rel="noreferrer">Windows Server 2008</a> R2 - 64 bit, the application crashes at startup. It installed successfully via the installer without any errors.</p> <p>It appears to crash when loading the application. I put a message box as the first line in the application to see if it got past loading. The message box doesn't show up, so I assume that it occurs during loading/init of the application.</p> <p>So far I haven't found much to go on. From the Details I see the following:</p> <pre><code>Exception Code: E0434352 </code></pre> <p>I've fished around/googled to see if there was anything obvious, but I saw nothing. I saw some references to a possible stack overflow in the <a href="http://en.wikipedia.org/wiki/Common_Language_Runtime" rel="noreferrer">CLR</a>.</p> <p>The Windows Forms application is built with the following references:</p> <ul> <li>DevExpress</li> <li>Infragistics Winforms controls</li> <li>ORACLE DataAccess DLL</li> <li>RabbitMQ</li> </ul> <p>What is the issue? How do I approach figuring this out? How do I debug to get more useful information?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload