32-bit code on 64-bit server

esnmb

Member
Joined
Jul 12, 2005
Messages
15
Programming Experience
Beginner
I thought 32-bit can run on AMD64 bit CPU's? I am getting this error when running my VB.Net 2003 app:

Event Type: Information
Event Source: DrWatson
Event Category: None
Event ID: 4097
Date: 12/6/2006
Time: 3:42:22 PM
User: N/A
Computer: CTXZ1PC001
Description:
The application, C:\Util\ChangePassword.exe, generated an application error The error occurred on 12/06/2006 @ 15:42:22.776 The exception generated was c0000005 at address 79178EDA (<nosymbols>)
 
you can't because VS 2003 can only compile to x86, and esnmb you should change your Primary Platform from VS 2005 to VS 2003

when running the app in debug mode, what's causing the error?
 
Back
Top