Ok, I lokalized the Problem. Within the loaded dlls a function tries to load an additional dll (at startup time) which is written in Visual C++ and .NET 3.5. This dll uses the following namespaces: System; System::IO; System::Drawing; System::Drawing::Imaging;
Within my program the following call is made: Assembly assembly = Assembly.LoadFrom(file); // file is the filename of the dll This is the point where mono just quits and nothing happens anymore. I'm wondering why mono doesn't output anything... ? Another MoMa check with this dll says that everything is ok (yeah, I know this means nothing :) ). Well, I'll investigate on this now... -- View this message in context: http://mono.1490590.n4.nabble.com/Program-start-shows-MS-DOS-header-error-message-tp2532540p2534461.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
