windows-server-2000

Can WCF run on Win2k?

What is needed to either support WCF on Win2k, or at least minimize the effort in supporting remote communication with Win2k servers via .Net? Background: A product I'm working on has a legacy .NET remoting implementation that has been largely replaced by the WCF for new development. The legacy implementation is used as a fall-back fo...

Performance Counter Logs - Migrating lots of them from Win 2000 to Win 2003

Hi all I have a bunch of performance counter logs setup on a Windows 2000 machine that I would like to move lock, stock and barrel to a Win 2003 machine on the same network. I can't see a way to export that details of all the perf logs and import them, so any ideas on where to look under C:\WINNT for the raw perf log configurations wo...

exception problem with odbc and C++ causes bizarre database behavior

I have a C++ application (compiled with VS2003 running on windows 2000 server against SQL 2000 database) that ran fine for years and now is crashing. My logging shows that the database connection (ODBC using the SQL Server driver) will be working fine (read and update database) then after an exception throws (and is caught/logged but no...

Finding the Uptime of a server programatically

Does anyone know of a way to programatically find the uptime of a server running Windows 2000? We have a service running on the machine written in VB.NET, that reports back to our server via a webservice. ...

WMI Query to get list of Service Packs

Is it possible to find out the service packs that are installed on a Windows 2000 machine using WMI? ...

Why my App's Dll is not loading in win2000 and loading in XP.

We have an installer application. In that we have one dll related to our application. We created setup with all respective files. We used "Install Shield 6.3" and created a setup file. After created build. The build is working in xp, not working in 2000. It is showing error message as Couldn't load .dll only in win2000. What could be ...

System.IO.Pipes on Windows 2000

Is there any way to get .NET 3.5 working on Windows 2000? Specifically, the only part I need is the System.Core.dll to use the System.IO.Pipes namespace. Hackish workaround methods are fine, if necessary. Thanks! ...

Get active processes through Java on Windows 2000 Pro

I want to get the name of all active process on a Win2000 machine. I know that "tlist -s" is the command, but to use this, the "tlist.exe" has to be extracted from the Win2000 CD-ROM. I also know "tasklist" only works on XP or greater. I am running my tests on VM Ware, and do not have a CD-ROM. Is there another way to programmatically g...

Is there a way to install Delphi 2010 on Windows 2000

I just downloaded the Delphi 2010 iso from my SA-subscription and wanted to install it in addition to my other Delphi installations on my notebook computer. Unfortunately it refuses to install because the machine is running Windows 2000. Is it possible somehow to get it to install it anyway? Or is there a technical reason why it might n...

SQL Server 2005 Installation on Windows 2000 Server

Hi All, We want to install sql server 2005 on Windo ws 2000 Server. We are able to install database service engine, analysis services engine and integration services. But we are unable to install workstation components like SSMS. Does anybody faced this problem? What is the fix for this? Thanks, Raghu ...

How can I manually determine the CodePage and Locale of the current OS

Is there a way that I manually have a user look up the current Codepage and locale of their windows OS? Is there a registry setting that stores that information? It would also be useful if the technique worked all the way back to Windows 2000. ...

Old-School Windows 2000 Printing, or When is a Port Name a Computer?

A few years back, another clever programmer set up a VB.NET service to print to one of the server's installed printers. The job queried a database table to see if it had any print requests, which specify the file to print and the name of the printer to send it to. The job constructs a 3-part command line incantation and executes it; it...

Is silverlight 3.0 supported on a windows 2000 Box?

Hi, I've got a client with pretty old boxes which want to be sure our still-to-be-coded Silverlight-based solution will work on windows 2000 / IE6 Anyone with experience on this scheme? Thanks ...

Apache 2 Windows rotatelogs help

I've been trying to use rotatelogs.exe on Windows Server 2k to rotate the access.log. But whenever I restart apache it gets an error when reading http.conf Here is the line: CustomLog "|D:\Apache2\Apache2\bin\rotatelogs.exe D:\Apache2\Apache2\logs\access.log 86400” common I don't know why it's not working. The paths are correct, comm...

Help needed in Setting up DNS Server in Windows 2008

Hi I'm trying to setup a DNS server on my loca network, so that when a client machine does NSLOOKUP MYPCNAME it returns the IP address of MYPCNAME I installed DNS on the server, and I added a Forward lookup Zone named 'LAN' Added an A record for MYPCNAME to point to 192.168.1.10 Now I can lookup the names using the fully qualified name...

Connect to IIS metabase on a remote 2008 server

I have written a bit of code that inspects the iis metabase to see what sites are installed and where their virtual directories are kept. THis code runs fine when run locally on the server. I am trying to extend it so that it works remotely. The thing I'm struggling with getting it to authenticate. I'm currently using the LogonUser api,...

Configuring re-directs in IIS on Windows 2000 server - losing some information in the URL

We use IIS 5.0 (Windows server 2000) and I have a question; how do you configure re-directs. Basically the re-direct is to 3rd party website. Right now we are doing the re-direct by setting up a virtual directory; and choosing the option "A redirection to a URL" in the virtual directory properties. So we want to re-direct atleast 3 URLs...

How could ASP server-side code corrupt a smart quote ’ ?

My company just converted many columns from varchar to nvarchar. Now it seems that when we render a smart quote (i.e. ALT+0146 ’) to the screen and then send it back to the SQL Server 2000 database for persistence, the smart quote gets corrupted to - ’ -. My Question: How could ASP server-side code corrupt a smart quote ’ ? EDI...

Does IIS 5.0 Require Unique Configuration Settings To Support UTF-8?

[Note: I can only reproduce this issue with a Win2k web server running IIS 5.0. I can't reproduce this issue with a Windows XP web server (localhost) running IIS 5.1.] I've uncovered a lot of information pertinent to UTF-8 encoding. If I've learned one thing, it's this. EDIT: MSDN offered that for IIS 5.0 and earlier, Response.CodePag...

.NET 2.0: An established connection was aborted by the software in your host machine

Scenario: I try to post a video to YouTube with the following code: YouTubeEntry createdEntry = service.Upload(newEntry); This works fine on my developer machine (running Windows XP). It fails on a Win2k server (running .NET 2.0) with the following error: 2010-07-15||01:14:08 PM||An established connection was aborted by the software...