I'm having a problem when I go to deploy the app I just wrote onto a users machine. I went thru the steps listed in here:

ms-help://MS.VSCC/MS.MSDNVS/vsintro7/html/vbtskcreatinginstallerforyourapplication.htm

to create a setup.exe. Everything SEEMS to be OK at this point. I, of course can run the .exe that was placed on my local drive when I ran the setup.exe. When I go to the users machine and run the setup.exe everything SEEMS fine but when they run the .exe they receive a very generic error:

Application has generated an exception that could not be handled. Process id=0x58c(1420), Thread id=0x5b4(1460)

I then tried to track the problem down by having the user log into my machine and run the .exe which worked just fine. I went to their machine & logged in and tried to run and received the same error (just different id numbers). I think that this narrows it down to something specific to the users machine. This user has previously run apps on her machine that have beed written in .NET & have the same third party controls (Infragistics).

Can anyone suggest any other areas to look at to solve this problem? Has anyone come up against this before?

Thanks,
Corinne