View Single Post
  #12  
Unread 04-01-2006, 04:41 AM
Ruddles Ruddles is offline
A small badger.
This person is a EQ2Map developer.
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 86
Default

We know .NET 1.1 works then so it looks like the app is either:

Throwing a non-clr exception which is something i've never seen before in a .NET app. It's also a complete arse to figure out why and where.

Or

Throwing an exception before the app fully starts and therfore the app isn't getting to the error handling section.

If we can catch the exception then we are more likely to figure out what is wrong, and be able to fix it before 1.7 is released. I'll look into moving the code around to try and catch this and get back to you.
__________________
Spirit Of Dawnsong
Reply With Quote