TypeInitializationException
-
Hi, I am able to rum my application but now when I package it and install, it gives the TypeInitializationException : The type initializer for "Start" threw an exception ! Start is the name of the namespace which has Main. I was able to install it earlier but I can't seem to think what changed that let to this disaster. Any clues ? Thanks, Paul
-
Hi, I am able to rum my application but now when I package it and install, it gives the TypeInitializationException : The type initializer for "Start" threw an exception ! Start is the name of the namespace which has Main. I was able to install it earlier but I can't seem to think what changed that let to this disaster. Any clues ? Thanks, Paul
Namespaces are not types, so that couldn't be it. Try to find the real "Start" type. And when exectly does it give the error?
-
Namespaces are not types, so that couldn't be it. Try to find the real "Start" type. And when exectly does it give the error?
Sorry, but Start is the class in which Main is defined. I have put catch blocks everywhere but it doesn't give any more details.