Re: Can't run BuildOS on Vista - TypeLoadException
I have 4 pcs with Vista and build os... No issues. Have you run all the updates for vista?
Quote:
Generally speaking, clr20r3 is just a event message showing that there is an unhandled exception in your application. This is the application's developer's responsibility to deal with this exception. CLR logged the exception in order to inform you.
To deal with this issue, you have to check your source code and handle the exception. As far as I've known, this is the only way.
|
http://social.msdn.microsoft.com/for...-116c87141917/
Last edited by omegax; 09-26-2008 at 08:40 PM.
|