windows64

Configure ASP.NET to use x86 on x64 Windows

I am trying to deploy GAL Modifier, which is an ASP.NET website which uses Microsoft Access on a Windows 2003 x64 machine. However there is no JET driver on x64 (see here), so the change is to use change the target CPU to x86. However as it is a web site there is no option in Visual Studio except Any CPU, so how can I change the settin...

What changes I need to make to my WCF application to run on 64 bit OS?

I have a C#/WCF application (hosted in windows service) which was deployed and tested on 32 bit Windows server. Now I need to deploy it for production. My network team suggested to deploy it on 64 bit Windows Server to take full advantage of server capabilities. My questions: Is there any performance gain in deploying an application ...

Installing addtional Vim helptags on Windows (x64)

I have been finally trying to get up to speed with Vim, in this case on Win 64 So I have Vim installed in C:\Program Files (x86)\Vim\ and I have added the DB plug in which seems to be working but I want to configure the help file the inst says to run :helptags $VIM/vimfiles/doc from in Vim but I get C:\Program Files\Vim\vimfiles\doc not...

WiX project error when opening up solution in Visual Studio

I have a solution with a WiX project in it. Everytime I open it I get an error and then the WiX project is displayed as unavailable. The error is: Setup\Setup.wixproj : error : Error HRESULT E_FAIL has been returned from a call to a COM component. If I right click on the project and then select Reload Project it works fine. I've t...

cannot connect subclipse to VisualSVN on Windows 7

svn: connection refused by the server svn: OPTIONS request failed on '/svn/myrepo/MyProject/trunk' svn: connection refused by the server Java 32 bit 1.6.20 Windows 7 64 bit Eclipse 3.5.2 32 bit VisualSVN 2.1.3 Installed subclipse in Eclipse 3.5.2. Created repository myrepo and Project Structure MyProject. Tried to open repository l...

Running PHP on 64 bit Windows platform - issues?

Hi, We need to have our PHP application hosted on a 64 bit Windows OS due to another application's requirement. However, reading a bit more on the topic revealed that the PHP implementation is only for a 32 bit environment on Windows. From: http://en.wikipedia.org/wiki/PHP PHP interpreters are available on both 32-bit and 64-bit ...