Hello jarnsater
Thanks for the reply, i added the code you pointed me to and then purposely removed access to the dll to see what would happen and it popped up a box say JIT Debugging and saying exception system.typeinitializatione
In terms of not putting it in the gac and putting it in the apps folder, that isnt really an option beacuse multiple apps in differnet locations will end up using it which is why i tried to have a single dll registered centrally on the machine to save on multiple copies of the file being created.
In terms of the strong naming, i was under the impression i had to give the dll a strong name so i could achieve what im trying to do, what are strong names used for then if not for this ?
Many thanks
Main Topics
Browse All Topics





by: jarnsaterPosted on 2005-08-12 at 06:00:35ID: 14660143
To catch all exceptions, you can set up global exception handlers in your application. Here's how you do that: icles/60/1 / unhandled _exception s.aspx
http://www.devcity.net/Art
Could you please provide some more info about the exception being thrown?
...but I think it's a matter of version handling that's the problem.
Have you tried _not_ putting the recompiled dll in the GAC (just placing it in the apps folder instead)?
...and also not creating strong name etc for it.