Error: Application has generated an exception that could not be handled

J

Jim

I built my Assemblies and created the .MSI file for installation. I've
installed it with no problems on my XP & 2K machines. But a friend of mine
who is running 2K gets this message when trying to run my app:

-----------------------------------------------------------------
Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0x760(1888), Thread id=0x128(296)
------------------------------------------------------------------

What is strange a prior version I gave him worked fine. The new one
doesn't, but it runs fine on my machines. So I know he has Framework 1.1.

Any ideas?

Thanks,
Jim
 
J

Joe

If you are using forms, check inside the constructor for the main form. I
bet an exception is happening with your code in there.

Joe
 

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