doesn't run outside of VS.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
The app runs from inside VS.NET. After installing it produces

The thread 'Win32 Thread' (0x774) has exited with code 0 (0x0)
An unhandled exception of type 'System.TypeInitializationException' occurred in Unknown Module

Additional information: The type initializer for "Vb3rdparty.ROUTINE" threw an exception

What, generally, causes this error? The debugger is not helpful as it cannot find the source code

mklapp
 
Just a guess: your setup doesn't install all the required files and/or
doesn't register the components correctly.
 
Back
Top