[Mono-osx] Could not load file or assembly 'Keyboard,

Tomasz Muszyński thom at union.waw.pl
Fri Jan 16 10:41:45 EST 2009


bmf pisze:
> I installed mono on OS X 10.5.1 Leopard and tried to start one VB.NET
> application and am getting this:
>   

Woow, why users don't make updates of their systems? You have now 
leopard 10.5.6!

> ** (myJob.exe:1206): WARNING **: The following assembly referenced from
> /Users/ivan/Desktop/MyJob/myJob.exe could not be loaded:
>      Assembly:   Keyboard    (assemblyref_index=7)
>      Version:    1.0.2854.18562
>      Public Key: (none)
> The assembly was not found in the Global Assembly Cache, a path listed in
> the MONO_PATH environment variable, or in the location of the executing
> assembly (/Users/ivan/Desktop/MyJob/).
>   

Application can't start because of failed dependency - mono can't find 
Keyboard.dll assembly in your GAC or in exe directory. You must add it 
there.

> What do I do? Please help. Is there some DLL missing or what?
>   

Keyboard.dll is missing.

Regards,

-- 
tm



More information about the Mono-osx mailing list