0

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.

Gray
  • 7,050
  • 2
  • 29
  • 52
Alexandru Chirila
  • 2,274
  • 5
  • 29
  • 40
  • Um, this is the default error message that your normal users will see. I don't see what this has to do with privacy. Have you tried to debug the application with Visual studio by starting it with F5? – Botz3000 May 22 '12 at 11:50
  • possible duplicate of [Deciphering the .NET clr20r3 exception parameters P1..P10](http://stackoverflow.com/questions/4052770/deciphering-the-net-clr20r3-exception-parameters-p1-p10) – Hans Passant May 22 '12 at 13:19

0 Answers0