Код
using System;
using System.Windows.Forms;
class HelloForms
{
public static void Main()
{
Form fm = new Form();
}
}
---------------->
Цитата
Error 1 The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
Если кто с этим зверем работал, поделитесь инфой что не так
Visual C# 2005 Express Edition.