Tagged Questions

0
votes
2answers
42 views

Can I run a program that consumes a WCF service on Windows 2000?

We're hosting a WCF web service on a server running the latest version of Windows Server. We have many different clients running different versions of Windows. For example, 2000, XP, Vista and a ...
0
votes
2answers
51 views

C# - Windows 2000 BalloonTip Events workaround

Ive been looking all over for a workaround for this but have found nothing besides "Just have them click the NotifyIcon". Windows 2000 obviously does not support BalloonTip events but I need a way to ...
0
votes
0answers
193 views

C# program crash on Win2000 (in kernel32.dll)

My C# program (loaded a C++/CLI wrapper dll -> with add reference) crash on Windows 2000 with error messages: 00:00:00.734: Loaded ...
0
votes
1answer
274 views

Windows Authentication for winforms with Windows 2000

I use the following code to validate users through windows authentication for my winform application. This works fine with windows XP but when the user is using windows 2000, it says that the userid ...