Any idea What Error this is

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Common Language Runtime Debugging Service

Application has generated an exception that could not be handled

Process id=0xf90 (3984), Thread id=0xf98 (3992

My app gives me this error everytime I try to run it. Any Ideas

thanks
 
Bill,

What Language are you writing in, sounds like a exception class is not
referenced properly. By any chance are you using J#?? If so are you using
JDK and .Net Libraries and are you catching all possible exceptions from
both class sets?
 
I am using VB.Net. The only reference is to ADO. I am just creating a
bunch of queries to a Access database file.
 
This is the whole error message. If click Cancel, same as clicking OK.


Common Language Runtime Debugging Services



Application has generated an exception that could not be handled.

Process id=0xf90 (3984), Thread id=0xf98 (3992)

Click OK to terminate the application.

Click CANCEL to debug the application.
 
Fixed

I'm not sure what went wrong. A previous installation got mixed up with the new setup stuff, causing the program to lose grip on one of the assemblies.

Manually removing old assemblies and running the setup again solved my problem

I guess that when you get a process/thread error message, you should give a better look at the assemblies you need to deploy with your application

Jeroen.
 
Back
Top