I have this problem while developing with Windows Forms and C++/CLI.
My application will work as long as I don't insert a button in the ToolStrip (Labels and others are ok). I presume that it has something to do with the requirement of the tool strip button for an image. I even tried the standard set of buttons, but the application fails in exactly the same way.
The application compiles, but fails at the beggining rendering this eror message:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: milionar.exe
Problem Signature 02: 0.0.0.0
Problem Signature 03: 4fbb6849
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275af7
Problem Signature 07: 2b5d
Problem Signature 08: 333
Problem Signature 09: MXYABJ2RSFG4UKNKGMSPJ2KFPMZXHCC5
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
I'm using Visual Studio 2008 on Windows 7 64 bit.