Tagged Questions
1
vote
0answers
46 views
Will Silverlight 5 run on a Windows 2000 Sp4 + IE6 machine? [closed]
As the title asks - will Silverlight 5 run on a Windows 2000 Sp4 + IE6 machine?
Officially unsupported, but so was Silverlight 4 and this worked fine. The installer for SL5 just says that its "Not a ...
0
votes
2answers
59 views
What version of Mono is best for win 2000? [closed]
I have an old computer with Windows 2000 on it.
Should I run visual studio express 2005?
Or should I run Mono? Which version of Mono is best?
0
votes
2answers
52 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
56 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
211 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
289 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 ...