[Mono-dev] Re: .NET application compilation problem - could not found the ObjectQuery and ManagementObjectSearcher

Robert Jordan robertj at gmx.net
Tue Apr 4 08:20:39 EDT 2006


Srinivas G. wrote:
> It is ok. But when I try to compile a .NET application (written like
> hello.cs) I got the following compilation errors.
> 
>  
> 
> I compiled the .NET application using # mcs -pkg: dotnet <SourceFile>
> 
> I included the System.Managemet

Mono doesn't implement System.Management because Microsoft's
implementation is just a wrapper around WMI which in turn
doesn't exist on Linux.

Robert




More information about the Mono-devel-list mailing list