Hey,

        I installed Mono and Cecil. Tried to compile a sample application
using Mono.Cecil. But the mcs compiler is giving error messages that it
cannot find Mono.Cecil.

        I installed Mono.Cecil.dll into the GAC successfully. Generated a
key and recompiled Mono.Cecil.dll.sources with the -keyfile:mykey.snkoption.

Since Cecil is a package, you don't need to mess with the GAC. Just
apply the -pkg option to mcs:

mcs -pkg:mono-cecil ...

Robert

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to