[Mono-list] [MonoDevelop] Error on Run - System.DllNotFoundException: hid.dll

Walter walters at cyberbeam.net
Wed Jun 4 11:52:57 EDT 2008


Chris,

Thanks for your reply and information.
Obviously, I am new to mono and MonoDevelop and I appologize for being 
off-topic.  That was certaintly not my intent.  I do have the source code 
for the application which with I'm having difficulties and until your reply, 
I could not be clear as to the root of the problem.  I actually thought that 
there could have been some configuration issue with Mono or MonoDevelop.
I will look to understand "P/Invokes" and make the necessary modifications 
to the application code.
----- Original Message ----- 
From: "Chris Howie" <cdhowie at gmail.com>
To: "waltersaegir" <walters at cyberbeam.net>
Cc: <mono-list at lists.ximian.com>
Sent: Wednesday, June 04, 2008 8:07 AM
Subject: Re: [MonoDevelop] Error on Run - System.DllNotFoundException: 
hid.dll


> 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 <walters at cyberbeam.net> 
> 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
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>
>
>
> -- 
> Chris Howie
> http://www.chrishowie.com
> http://en.wikipedia.org/wiki/User:Crazycomputers
> 



More information about the Mono-list mailing list