Winforms application not running on W2000

  • Thread starter Thread starter mloichate
  • Start date Start date
M

mloichate

I've developed Winforms C# simple application that does not contains
any "strange" reference to any external or third-party DLL. It only
reads and writes a file.

A user tried to run it from his W2000, but failed. Normal because he
hadn't got Framework .NET installed. Finally, got installed Framework
..NET runtime, but still the application gives him a strange error that
says the following: "A registered JIT debugger is not
available.........", but in Spanish.

Another user with W2000 can run the application without problems.

Any idea? Thanks in advance.
 
Thanks Ron, problem is solved now. The "painkiller" user was executing
the Winforms application from a network shared resource, that's why it
was not working.

Anyway thanks because I didn't notice that the application was compiled
in "debug" mode, while should be "Release" mode.

Thanks.
 
Back
Top