This is a wild-goose chase, the exception message is saying "Type initializer blah threw an exception". That "type initializer" is the static constructor, not the instance constructor.
Click "View Detail" in that exception popup and look at the InnerException property. Placing breakpoints all other place doesn't help if you ignore the exception details.
No comments:
Post a Comment