Sunday, February 7, 2010

Mono warning addressed

In the last posting I mentioned that when I ran ipy.exe from mono I got a warning about Microsoft.Dynamic.dll not being found. The full warning was actually:

** (ipy.exe:1774): WARNING **: The following assembly referenced from /home/bertie/Downloads/IronPython-2.6/Microsoft.Dynamic.dll could not be loaded:
Assembly: Sytem.Runtime.Remoting (assemblyref_index=4)
Version: 2.0.0.0
Public Key: b77a5c561934e089
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 (/hom/bertie/Downloads/IronPython-2.6/).

** (ipy.exe:1774): WARNING **: Could not load file or assembly 'System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

This warning went away after I installed the libmono-system-runtime2.0-cil package via the Synaptic Package Manager. Now executing 'mono ipy.exe' results in no warnings at all.

No comments:

Post a Comment