Winforms application not running on W2000

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.
 
M

mloichate

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top