kejpa Posted February 15, 2005 Posted February 15, 2005 Hi! I get this message in the output windo all the time. Any one know what's wrong or just how to get rid of it? TIA /Kejpa Quote
Administrators PlausiblyDamp Posted February 15, 2005 Administrators Posted February 15, 2005 Don't suppose there is any chance of giving us a bit more information is there? Details like the rest of the message, the type it is failing to load, where that type is declared, the associated code that causes the error. It is very, very hard for people to diagnose a problem without any information other than the error message (or half an error message even). Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kejpa Posted February 16, 2005 Author Posted February 16, 2005 Don't suppose there is any chance of giving us a bit more information is there? Of course I can, but the rest isn't going to give you any further information :( " A first chance exception of type SensorNotPresentException occurred in MyApp.exe" Nothing more, no line number no class or thread name, no method information. I throw SensorNotPresentException when a sensor isn't present. And just for testing I've unplugged them all. My question is why I get the line in the output window, and not so few of them... All exceptions catched are put in a TraceOut-file and there is no lines like that in the TraceOut-file. :confused: /Kejpa Quote
Leaders Iceplug Posted February 16, 2005 Leaders Posted February 16, 2005 What kind of references do you have added in your program? Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
*Experts* Nerseus Posted February 16, 2005 *Experts* Posted February 16, 2005 Try looking at: http://www.support.microsoft.com/kb/105675 Or googling for: "first chance exception" site:microsoft.com Sounds like there's some unmanaged code throwing an exception, likely because you've unplugged all your sensors? I've not had this message come up so I can't offer much else. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
kejpa Posted February 17, 2005 Author Posted February 17, 2005 Sounds like there's some unmanaged code throwing an exception, likely because you've unplugged all your sensors? Hey! I guess that's the reason, there are some old (3rd party) dll's and ActiveX componenets that we must rely on. Dealing with automation systems isn't exactly cutting edge technology, most of those guys are still into NT4 and VB5/6. Thanx a bunch! /Kejpa Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.