Note that there are some explanatory texts on larger screens.

plurals
  1. PO.Net 4.0 App not working with .Net 4.0 control added as a reference
    primarykey
    data
    text
    <p>I have a .Net 4.0 app that I wrote that uses a .Net 4.0 control that I also wrote. </p> <p>I have two XP systems. Both have .Net 4.0 installed. The app was crashing on both XP systems with an error at startup saying the application has encountered a problem. Runs fine on Windows 7.</p> <p>If I just remove the code that references my control the app still crashes. If I remove the reference entirely then the app starts up fine.</p> <p>So on one of the systems I installed VS 2010 Basic Express to compile the app under XP. After the install both the XP compiled app and the original windows 7 compiled app ran fine with the control installed on the PC that had VS 2010 Basic installed. But neither ran on the XP without VS 2010.</p> <p>So it seems the VS2010 installed something, the question is what?</p> <p>A little about the app.</p> <p>Complied for Win32 using .Net 4.0</p> <p>Compiled with VS2010 VBASIC Express</p> <p>A little about the control</p> <p>Compiled with VS2010 C++ Express</p> <p>Compiled for win32 using 4.0</p> <p>Toolset Platform v100</p> <p>A little about the static library used by the .Net control</p> <p>Compiled with VS2010 C++Express</p> <p>Compiled for win32 using 4.0</p> <p>Toolset Platform v100</p> <p>Uses the STD Static library.</p> <p>Could it be that Platform Toolset v100 just needs to be installed on the XP system? Where do I find it? I have searched everywhere.</p> <p>Anyway to know the actual cause of that crash?</p> <p>It is actually a .Net wrapper for a C++ library</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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