-1

I created a Win32 application (WinForm) is VS2010.

When I click the application icon in the Debug (or Release) directory, the form is shown and the project runs normally (on Windows 7).

When I move this "icon" to another computer, and click it, it doesn't run, and I get an error message of Windows "Send Error Report / Don't Send" ... (I tried on windows XP and 7)

What is the problem?

ChrisF
  • 134,786
  • 31
  • 255
  • 325
DudiD
  • 215
  • 2
  • 7
  • 16

1 Answers1

0

Your program is throwing an exception.
You can add catch blocks to show the exception details and find out what's wrong.

You're probably missing a DLL file.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964