Questions tagged [windows-server-2008-x64]

for questions specifically about the x64 version of Windows Server 2008.

38 questions
19
votes
5 answers

Generate visual (waveform) from MP3/WAV file in Windows 2008 Server?

Is there (somewhere) a command-line program for Windows which will create PNG/JPEG visual from MP3/WAV? EDIT: This is a good example of how the image should look like.
Alex G
  • 3,048
  • 10
  • 39
  • 78
15
votes
4 answers

Windows 2008 server task scheduler does not run .bat batch job

I have a batch file on a Windows 2008 server that, when invoked from command line works fine. However, when I set a scheduled task to run this job, it does not work properly. The task scheduler does show that that the task is getting run at regular…
6
votes
3 answers

Signed driver when started gives, error 577

When I start the driver I have written on Windows Server 2008 x64, it gives Error 577. Windows XP 32-bit works fine, but Windows XP 32-bit doesn't have driver signing restrictions. Don't know if there's an issue with my .inf? What could be wrong…
user1666555
5
votes
1 answer

Classic ASP and COM DLL Does not work in Server 2008 R2 (Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object )

I have created a dll in Visual Studios 2010. I have performed the following steps: Given build a strong name by associating a key pair (snk file) to it Given each class an individual ProgID and GUID As it is a 64 bit DLL I made sure that Used the…
user1508941
  • 51
  • 1
  • 1
  • 2
3
votes
2 answers

uberSVN doesn't show up at server IP

I am investigating different versioning systems for my company and am currently looking in to using uberSVN, but I'm running in to a problem. I've gone through the installation, apparently successfully, but I can't access the server anywhere except…
Carl
  • 1,246
  • 3
  • 21
  • 39
3
votes
1 answer

PHP APC on Windows server 2008 (PHP 5.4.3 - x64)

Trying to install php apc: Downloaded http://www.mediafire.com/?53jwxu6irk48ow1 Checked all the specs: x64 Php 5.4.3 Thread safe But apache still gives error: PHP Startup: Unable to load dynamic library 'Z:/php_apc.dll' Any advice? Searched google…
Kevin
  • 31
  • 2
3
votes
1 answer

Register COM Component for Classic ASP

I'm upgrading an old Windows 2003 server (32-bit) with IIS 6 to a Windows 2008 server (64-bit) with IIS 7.5. I'm in the process of installing necessary DLLs on the new machine (I only need two). The first one worked fine. The second one,…
dtbarne
  • 8,110
  • 5
  • 43
  • 49
2
votes
2 answers

w3wp.exe crash - ThreadAbortException

we have a problem that we can't reproduce, it happens randomly on our web server (Windows Server 2008 Datacenter 64-bit, hosted on Amazon EC2) running ASP.NET 4. It starts with a ASP.NET warning in the error log (a strange GET request with a really…
2
votes
2 answers

Disable Registry Virtualisation for Visual Studio 2008 on Server 2008

I have a problem with a web service I'm trying to debug. There is a problem with the web service, but I don't seem to be able to get a handle on it, because when I run the same project in the Visual Studio Debugger, it can't find any relevant…
glenatron
  • 11,018
  • 13
  • 64
  • 112
2
votes
1 answer

Converting IP Address bytes to integer

For example: 1. To convert 32-bit IP address (IPv4): unsigned char ByteAddress[4]; unsigned int* IntegerAddress; IntegerAddress = reinterpret_cast &ByteAddress ; Then I can use IntegerAddress to compare ip addresses. 2. To convert…
Atul
  • 3,778
  • 5
  • 47
  • 87
2
votes
1 answer

Why do sites start to throw HTTP 503 error after installing google sitemap generator

Why do all the sites on IIS start to throw HTTP 503 error after installing google sitemap generator? I noticed that app pools are crashing. If I restart an app pool it crashes again after few minutes. It all started after installing the Google…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
2
votes
1 answer

Unable to load configuration file web.config - in use by another process

The w3wp.exe process is throwing the following ConfigurationErrorsException: An error occured loading a configuration file: The process cannot access file file 'web.config' becuase it is being used by another process Here's what we've determined so…
Shawn H
  • 550
  • 6
  • 15
1
vote
2 answers

Compiled Windows Forms project won't run on Windows 2008 Server machine

I've a very simple C# windows forms project. It works great on my development PC (Win7 x64) but after compile won't run on Windows 2008 x64. Any ideas why? Thakns. EDIT (more info): The error I get on the server is this: Description: Stopped…
Roman
  • 4,443
  • 14
  • 56
  • 81
1
vote
1 answer

IIS server (version 7.0.6000.16386) return HTTP 500 error in remote desktop(windows server 6.0)

IIS server returns the error: description: This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying. All the websites on that IIS server stopped…
Pooja Joshi
  • 23
  • 2
  • 6
1
vote
1 answer

In Windows Server 2008 : Powershell can't import-module ActiveDirectory

I am using Windows Server 2008 with a x64 machine and Powershell 3.0. After searching for similar problems, I found that I have to install the patches KB969166, KB968934, KB967574, KB968930. This was done and as a result, the "Web Service Active…
1
2 3