Questions tagged [vista64]

64 Bit version of Windows Vista

64 Bit version of Windows Vista

60 questions
4
votes
1 answer

WSE client project keeps reverting WebServicesClientProtocol to SoapHttpClientProtocol

Despite enabling WSE 3.0 on client projects in Visual Studio 2005, web references I make always end up with service proxies derived from SoapHttpClientProtocol. I have to manually change the inheritance to WebServicesClientProtocol, but updating it…
icelava
  • 9,787
  • 7
  • 52
  • 74
4
votes
10 answers

SQL1159 Initialization error with DB2 .NET Data Provider, reason code 7, tokens 9.5.0.DEF.2, SOFTWARE\IBM\DB2\InstalledCopies

I am trying to get the DB2 data provider from a 32-bit .Net application to connect to DB2 running as a 32-bit application on Vista 64 (is that confusing enough yet)? Unfortunately, I am getting the following error: SQL1159 Initialization error…
jsight
  • 27,819
  • 25
  • 107
  • 140
3
votes
3 answers

How to open Windows Explorer (Windows+E) using Javascript

How do you open Windows Explorer (Windows+E) through Javascript?
Keitherj
  • 43
  • 1
  • 1
  • 3
3
votes
7 answers

Why did Microsoft decide to put 32-bit applications in "Program Files (x86)"?

Might it make more sense to put 64-bit applications into "Program Files (x64)" and leave 32-bit applications to run in "Program Files"? I have a batch file that need to run a Flex compiler. In x64, that program is in "Program Files (x86)". On…
Scott Evernden
  • 39,136
  • 15
  • 78
  • 84
3
votes
1 answer

Easiest way to open chm files programmatically?

I have a legacy 32-bit application written in Borland's C++ Builder. I need to show specific pages from within a HtmlHelp file programmatically. Until now I've been doing this via HtmlHelp.ocx, but this does not work on x64 versions of Windows Vista…
Adrian Grigore
  • 33,034
  • 36
  • 130
  • 210
2
votes
1 answer

Connecting to Oracle with 32 bit apps running on Vista 64 bit

I am attempting to use a 32 bit application to talk to an Oracle database from Vista 64 bit (Embarcadero RapidSQL). I already have the Oracle 11g 64 bit client installed for the web apps I develop, but because RapidSQL is a 32 bit application, it…
Cleggy
  • 715
  • 9
  • 24
2
votes
2 answers

How to get operating IP Address of the WEB instance on IIS7

I have Vista x64 IIS7 running on my dev. machine. I used to use Request.ServerVariables.Get("LOCAL_ADDR") to get the operating instance IP address of the website which was resolving into like 192.168.1.89, however after switching to Vista & IIS7, I…
SevDer
  • 335
  • 1
  • 5
  • 15
2
votes
1 answer

Delphi 2009 SOAP request does not transfer user name with Windows Vista

We implemented a small application that uses the SOAP interface from Mantis Bugtracker (http://mantisbt.sf.net/). Mantis is installed on an SSL webserver that requires HTTP authentication. It works perfectly in Windows XP, but not on 64-bit Vista,…
Lars D
  • 8,483
  • 7
  • 34
  • 37
2
votes
5 answers

Why won't Vista Sidebar Gadget show up in Gadget Gallery?

I'd like to create a sidebar gadget in Vista. I've followed this tutorial on how to create one to the letter. However, the gadget simply will not show up in the Gadget Gallery when I go to Add Gadgets in the sidebar. I've tried resetting the…
Soviut
  • 88,194
  • 49
  • 192
  • 260
2
votes
3 answers

Monitor Hard drive for new files created

I am not sure if there is any utility which monitors hard drive for any new files getting created. I am using one application that creates many files on my hard drive but I am not sure how can I monitor those newly created files. BTW I am using…
Hiren
  • 341
  • 1
  • 4
  • 17
2
votes
2 answers

Multiple Java installs on Windows

Can 32-bit and 64-bit Java be simultaneously installed on Vista x64?
Ken
  • 5,074
  • 6
  • 30
  • 26
2
votes
3 answers

TortoiseSVN will not connect to subversion on Windows Vista 64

The server is running Subversion version 1.5.2 (r32768). For the past year that I have had Tortoise installed on my works Vista 64bit laptop it NEVER connected to the remote repository. However using IntelliJ IDE I can connect to the repository just…
edjm
  • 4,830
  • 7
  • 36
  • 65
2
votes
2 answers

Missing file from Vista ProgramData folder

I have a legacy VB6 program which installs an Access file in a sub-directory of the common data folder (CSIDL_COMMON_APPDATA). I have now installed this program on a 64-bit Vista system, and the program works fine and accesses the file at…
John Y
  • 354
  • 2
  • 8
2
votes
1 answer

How to configure ipy_user_conf.py to get IPython to start logging right away?

64-bit Vista, Python 2.6, IPython 0.10 I want to try logging everything I do, so I set o.log = 1 in my ipy_user_conf.py . But logging doesn't start. It will if I enter "logstart" at the prompt. But what's the problem with 'o.log = 1'?
NotSuper
  • 309
  • 1
  • 3
  • 14
2
votes
1 answer

Sql 2008 exceptionally slow in Vista 64

Our database server is a SQL 2008 server. My colleagues all have XP service 2 installed with Sql 2008 Management studio and they have absolutely no performance issues. I however am running Vista x64 (Ultimate) and when I open the 2008 Management…
StevenMcD
  • 17,262
  • 11
  • 42
  • 54