Deploying a windows forms application from IE

  • Thread starter Thread starter MFS
  • Start date Start date
M

MFS

I wrote a simple test windows forms app with one cs file,
uploaded the exe on the net and was able to execute it.
The app included buttons and textboxes.

Now I am trying to do the same thing with another
executable that uses webservices, dlls .... As soon as I
try to run it through the IE, I get this error message:

JIT Debugging
JIT Debugging failed with the following error: Class not
Registered
please check the documentation topic'Just-in-time
debugging errors' for more information.

What am I doing wrong?
 
Back
Top