G
Guest
A newb here - beg your pardon for a stupid question...
I've made a simple "hello word" type C# console app in VS 2003.
Nothing what I can see in the project properties shows that it is built for
x86.
When the exe runs on WinXP 64 bit, the task manager displays is as 32-bit.
Why the just-in-time compiler won't make it 64-bit?
OTOH, the same app recompiled with VS 2005 and .net 2.0, runs as 64-bit.
What has changed?
--PA
I've made a simple "hello word" type C# console app in VS 2003.
Nothing what I can see in the project properties shows that it is built for
x86.
When the exe runs on WinXP 64 bit, the task manager displays is as 32-bit.
Why the just-in-time compiler won't make it 64-bit?
OTOH, the same app recompiled with VS 2005 and .net 2.0, runs as 64-bit.
What has changed?
--PA