Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
212 views

Java 7 on Windows 2000

I have made a Java application with Java 1.7 my problem is that it is not running on windows 2000. It is saying me "this is not a WIN-32 Application". how can I run my application on it?
3
votes
1answer
56 views

2000/XP machines, which Visual Studio + .NET Framework?

When building .NET applications for a company that mainly run 2000/XP machines, which version of Visual Studio and .NET Framework works best in this environment?
3
votes
2answers
794 views

Visual Studio 2010 and Windows 2000

Apparently visual studio 2010 built DLLs do not support Windows 2000. Is there a way to build with Windows 2000 support? If not, I want to down convert my solution to compile in Visual Studio 2008. ...
2
votes
1answer
52 views

how to get list of processes that are bind to console window that I'm running in that would work also in windows 2000?

The only thing I found is GetConsoleProcessList. The thing here is that this function doesn't work in Windows 2000. Is there any way to get around this issue, so it would work in all systems since ...
2
votes
1answer
116 views

My asp.net 1.1 site will not refresh

I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the ...
1
vote
1answer
48 views

Can event viewer in Windows 2000 consume ETW trace?

I think in Windows 2000 the events logged are in binary format as compared to the XML format in Windows Vista. I want to know whether its possible for the event viewer in Windows 2000 to consume the ...
1
vote
1answer
109 views

Is it possible to retrieve (programatically) the exit code of a Windows task?

I am running a task from inside a batch file like this: schtasks /run /tn TASK_NAME The task, in turn, executes another batch file, that may exit with an error code thus: exit -1 Is there any way ...
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
1answer
33 views

Using junction.exe in Windows 2000

In Linux I am able to do this: ln -s /tmp/somedir/* /tmp/otherdir/ Which will create links to all of the files within somedir in otherdir. Is there a way to preform a wildcard operation like this ...
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
65 views

Reboot necessary after uninstall on Windows 2000?

I installed (using a MSI package) and uninstalled (via Control Panel->Software) a Windows Service that I have written myself for testing purposes many times. I noticed that if I installed the ...
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
0answers
48 views

Reading the applyed group policy programmatically on windows 2000

is there a way to get the applyed group policy settings for w2000 systems? By this I mean items like password password complexity, service Ticket life times? Normally one of the WMI's ...
0
votes
1answer
122 views

VB6 with Crystal Reports on Windows 2000 Terminal Services

We got an old app written in VB6, which uses Crystal Reports. Is there a tool that would allow us in which permission the application is being denied to create the Crystal Report object? We've ...
0
votes
0answers
77 views

WCF service errors in Windows 2000

I am developing WCF application which supports Windows 2000. I use "hack" (application configuration file) for reference .NET Framework 3.0 libraries when .NET Framework 2.0 installed only. ...
0
votes
0answers
41 views

Why is MySQL dropping my foreign key actions?

Running MySQL v'5.1.12-beta-community-nt' on Windows 2k server. I have a group of 5 tables (a,b,c,d,e) where 'b' has a foreign key to 'a' with the action "on delete cascade" c has a FK to b with the ...
0
votes
2answers
207 views

GetExtendedTcpTable in Windows 2000

Which mechanism can I use to get all open ports with the associated PID's (process ID's) in Windows 2000? GetExtendedTcpTable is not available and the same problem with the console command netstat ...
0
votes
1answer
399 views

com0com silent install (test signed com0com.sys shows up as signed in explorer but not in Device Manager)

My goal is to have the com0com serial driver install without popping up the install wizard on both WinXP and Win2000. I am working on WinXP x86. I have followed the test signing instructions for the ...
0
votes
1answer
168 views

MFC CFileDialog don't work correctly in Windows 2000

I develop with Visual Studio 2008 (Windows 7) and use CFileDialog(TRUE, NULL, lastPath, NULL, szFilter); The important parameter is the third (lastPath) to get in a specific directory! All works ...
0
votes
2answers
104 views

Is Windows process Running, Java differentWindows OS on Different Lanaguages

I am using Java in programing and want to watch after some processes if running or not. I have to make my implementation platform indepenant; support different OS (Windows XP,7 & 2000) also this ...
0
votes
2answers
712 views

WMI namespace root\cimv2 not available on Win2k?

I'm trying to run the following VBScript code on a Win2k SP4: strComputer = "." Set oWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & ...
0
votes
1answer
172 views

Program VB.Net for use on Windows-2000

Newbie question - How do I set up a VB.NET program so it will run on W2K ? I understand I can only use .Net 2.0 or older. Is there an easy way to limit which .net version is used/referenced ? (I ...
0
votes
1answer
272 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 ...