missing an assembly reference
C#
5
Posts
3
Posters
0
Views
1
Watching
-
The type or namespace name 'Windows' does not exist in the namespace ' System' (are you missing an assembly reference? This is an error occured while i try to include system.windows.form namespace. can anyone tell me why?
Did you add
System.Windows.Forms.dll
in your references?Life is 5: 3 me, 1 you.
-
The type or namespace name 'Windows' does not exist in the namespace ' System' (are you missing an assembly reference? This is an error occured while i try to include system.windows.form namespace. can anyone tell me why?
-
Did you add
System.Windows.Forms.dll
in your references?Life is 5: 3 me, 1 you.
-
Add a reference to System.Windows.Forms. This might remove the error.
Loading signature. Please wait...