[Mono-dev] Building a VS.NET app under mono

Miguel de Icaza miguel at novell.com
Sun Feb 4 14:09:56 EST 2007


Hello,

> Form1.Designer.cs(219,53): error CS0234: The type of namespace name
> `Properties' does not exist in the namespace `foo'. Are you missing an
> assembly reference?
> 
> What do I need to add onto the gmcs compile line for this or is it
> something that VS.NET just adds in "to be helpful"?

call gmcs like this:

	gmcs -pkg:dotnet blah.cs

Miguel.



More information about the Mono-devel-list mailing list