[Mono-dev] System.Messaging error assemblye reference
caralbgm
caralbgm at gmail.com
Mon Nov 15 22:18:30 EST 2010
Hi everyone,
I have a problem when compile a sample code with "using System.Messaging" (
I will use MessageQueue class ).
using System;
using System.Messaging;
namespace example
{
public class MyExample
{ ... }
}
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?"
I try compile using gmcs and mcs compilers directly too, but with the same
results.
I have GNU/Linux Debian 5.0 testing. The mono compiler's version in 2.6.7.0.
I use MonoDevelop 2.4. All the mono's packages are in testing. I have
installed libmono-system-messaging packages.
Can somebody help me please?
Thanks.
--
View this message in context: http://mono.1490590.n4.nabble.com/System-Messaging-error-assemblye-reference-tp3044169p3044169.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list