Walter: I am replying to you and the main mono mailing list since this post is not on-topic on the monodevelop list.
The application you are trying to run is using P/Invokes to Windows native DLLs (not managed DLLs). You either need to contact the developer and have them use only managed code or have them develop a Linux-specific version if you want to use their product. This is a limitation arising from the way they have coded their application, not some issue with Mono. On Thu, May 29, 2008 at 5:47 PM, waltersaegir <[EMAIL PROTECTED]> wrote: > > I copied the hid.dll from my XP machine and not I'm getting: > Unhandled Exception: System.TypeInitializationException: An exception was > thrown by the type initializer for System.Windows.Forms.XplatUI ---> > System.DllNotFoundException: ws2_32.dll > > I've copied the ws2_32.dll from the XP machine and there is one in the wine > System32 directory, but it still complains that it can't find one. > > Any guesses/suggestions please? > > > waltersaegir wrote: >> >> This is a .NET application that runs under Windows and it likely uses the >> hid.dll >> >> >> Lluis Sanchez Gual wrote: >>> >>> MonoDevelop does not use that hid.dll, so no idea where are you getting >>> this message from. >>> >> >> > > -- > View this message in context: > http://www.nabble.com/Error-on-Run---System.DllNotFoundException%3A-hid.dll-tp17479661p17546809.html > Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com. > > _______________________________________________ > Monodevelop-list mailing list > [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/monodevelop-list > -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
