[Mono-dev] System.Messaging error assemblye reference

Jonathan Pobst monkey at jpobst.com
Mon Nov 15 22:28:45 EST 2010


On 11/15/2010 9:18 PM, caralbgm wrote:
> When compile (in MonoDevelop), I obtain this error:
> "error CS0234: The type or namespace name `Messaging' does not exist in the
> namespace `System'. Are you missing an assembly reference?"

This may sound obvious, but are you missing an assembly reference?

Specifically, have you added a reference to System.Messaging.dll?

Either:
- MonoDevelop with Project -> Add Reference
- gmcs with -r:System.Messaging

Jonathan


More information about the Mono-devel-list mailing list