Hi People,
sorry that I will repeat myself, the previous message
wasn't cleared.
Here is the error:
using System;
using System.Windows. Forms; <------------- ????
using System.Threadin g;
When I tried to compile: the compiler gave me errors:
D:\Oleg\Practic e
C++\samples\VCS harp\AutoLogout \AutoLogout.cs( 2): The type
or namespace name 'Windows' does not exist in the class or
namespace 'System' (are you missing an assembly reference?)
Does anybody know how can I fix this.
I am using Visual Studio .NET (version 7)
Thank you,
Oleg
sorry that I will repeat myself, the previous message
wasn't cleared.
Here is the error:
using System;
using System.Windows. Forms; <------------- ????
using System.Threadin g;
When I tried to compile: the compiler gave me errors:
D:\Oleg\Practic e
C++\samples\VCS harp\AutoLogout \AutoLogout.cs( 2): The type
or namespace name 'Windows' does not exist in the class or
namespace 'System' (are you missing an assembly reference?)
Does anybody know how can I fix this.
I am using Visual Studio .NET (version 7)
Thank you,
Oleg
Comment