[Mono-devel-list] Missing classes ( or - my attempt to compile my simple app on Mono )

Mark Derricutt mark at talios.com
Mon Jul 5 19:46:24 EDT 2004


I've been lurking here and avidly following Mono since the beginnings 
and thought I'd try too compile one of our simple .NET apps under Mono 
and found two pieces missing ( one I had found a long time ago ):

./ProjectInstaller.cs(12) error CS0246: Cannot find type 
`System.Configuration.Install.Installer'
./Service.cs(24) error CS0246: Cannot find type 
`System.ServiceProcess.ServiceBase'

The ProjectInstaller.cs can easily be removed from the application as 
its not actually used, but generated as part of the Visual Studio project.

The other portion is the Windows service wrappers.  I remember talk 
quite some time about aboout maybe working these interfaces into some 
form of *nix friendly services API but I guess nothing was done with this?

Mark



More information about the Mono-devel-list mailing list