Wiki

Changes between Version 1 and Version 2 of LibraryCouldNotBeFound

Show
Ignore:
Timestamp:
05/22/12 03:16:45 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibraryCouldNotBeFound

    v1 v2  
    1212}}} 
    1313 
     14On the Mono platform, you can set environment variables to provide more information on assembly resolution. For example, at a bash prompt: 
     15{{{ 
     16$ MONO_LOG_LEVEL=debug MONO_LOG_MASK=asm cobra -ref:Foo.dll bar.cobra 
     17# or 
     18$ export MONO_LOG_LEVEL=debug 
     19$ export MONO_LOG_MASK=asm 
     20$ cobra -ref:Foo.dll bar.cobra 
     21}}} 
     22 
     23 
    1424== Cannot locate assembly reference "Foo.dll' == 
    1525