[Mono-list] How do I link assemblies?

PeterPl chiojiop at guerrillamail.org
Sun Nov 30 04:29:52 EST 2008


That is my simple question.

How do I link an assemble?

I am trying to compile my code lie this:

gmcs teste.cs -r:CookComputing.XmlRpcV2.dll teste.cs

And I get this error message:

(1,21): error CS0234: The type or namespace name `XmlRpcV2' does not exist
in the namespace `CookComputing'. Are you missing an assembly reference?
teste.cs(1,1): error CS0246: The type or namespace name
`CookComputing.XmlRpcV2' could not be found. Are you missing a using
directive or an assembly reference?
Compilation failed: 2 error(s), 0 warnings

The assembly is in the same folder as the .cs file. What am I missing here?
-- 
View this message in context: http://www.nabble.com/How-do-I-link-assemblies--tp20755829p20755829.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list