I have made a class library which is to be used with a winforms app. IN the class library I use message boxes to inform the user of any exceptions. But when creating a new winforms app, and begin using the classlibrary, the messageboxes won't show up, instead I get an unhandled exception. Am I thinking wrong here?


kind regards
Henrik