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.
 
do you know the exception it is throwing or what class is throwing it?
 
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.
 

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

Back
Top