Gruff
Newcomer
I am running VS.NET 2008 Standard Edition comiling a Visual Basic application with the compile option set for "Any CPU".
My deployed application runs as it should on Win32 w 32 bit Processor but fails on a Win64 OS w 32 bit Processor.
Is the a limitation of VS.NET 2008 standard? I was under the impression it was the 64 bit processor it wouldn't support.
One other tidbit. On the Win64 PC there is a "Program Files" folder for 64 bit applications and a "Program Files (x86)" folder for 32 bit programs.
It correctly installs to the "Program Files (x86)" folder. Could the path be the issue?
[Edit] Weird. Created a Hello world program and physically copied the executible to the Win64 PC. It works fine. ???[/Edit]
[Edit] I'm downloading and installing VB.NET 2008 Express as we speak. *heh* Perhaps if I recomile the program under Win64 it will work. I may also download and install MS SQL Server Express. This is a datacentric app. It ties into an old ProvideX DB through OLEDB.[/Edit]
[Edit]( Next Day) Okay. Loaded VB.NET on the Win64 PC. Copied the solution. Loaded and Ran. Error city. Thread errors on a timer event in my splash screen. Very odd. Turned of a couple of compile options. Now it gets past that and says it cannot find the proper DB driver. Ack. This PC runs VB6 compiled programs that connect to the same database so that seems odd too.
Maybe I'll just have to bite the bullet and downgrade to Standard WinXP.
Can anyone confirm that VB.NET 2008 Standard edition will not work with WinXP 64?
[/Edit]
~T
My deployed application runs as it should on Win32 w 32 bit Processor but fails on a Win64 OS w 32 bit Processor.
Is the a limitation of VS.NET 2008 standard? I was under the impression it was the 64 bit processor it wouldn't support.
One other tidbit. On the Win64 PC there is a "Program Files" folder for 64 bit applications and a "Program Files (x86)" folder for 32 bit programs.
It correctly installs to the "Program Files (x86)" folder. Could the path be the issue?
[Edit] Weird. Created a Hello world program and physically copied the executible to the Win64 PC. It works fine. ???[/Edit]
[Edit] I'm downloading and installing VB.NET 2008 Express as we speak. *heh* Perhaps if I recomile the program under Win64 it will work. I may also download and install MS SQL Server Express. This is a datacentric app. It ties into an old ProvideX DB through OLEDB.[/Edit]
[Edit]( Next Day) Okay. Loaded VB.NET on the Win64 PC. Copied the solution. Loaded and Ran. Error city. Thread errors on a timer event in my splash screen. Very odd. Turned of a couple of compile options. Now it gets past that and says it cannot find the proper DB driver. Ack. This PC runs VB6 compiled programs that connect to the same database so that seems odd too.
Maybe I'll just have to bite the bullet and downgrade to Standard WinXP.
Can anyone confirm that VB.NET 2008 Standard edition will not work with WinXP 64?
[/Edit]
~T
Last edited: