Issue with running .exe(compiled in 34 bit) in window7 64bit enviornment
-
I m having a visualstudio 2008 project all debug folder files. The exe runs well in winxp and window7 32 bit but problem arises when i try to run in window7 64 bit. Plz help me how to resolve this issue. Any comments are welcome
-
I m having a visualstudio 2008 project all debug folder files. The exe runs well in winxp and window7 32 bit but problem arises when i try to run in window7 64 bit. Plz help me how to resolve this issue. Any comments are welcome
Take a look at your Solution Platforms settings when you do a build. Try changing it to Any CPU and then recompile the solution.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Take a look at your Solution Platforms settings when you do a build. Try changing it to Any CPU and then recompile the solution.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
thankz. but i dont have sourcecode of that exe
-
thankz. but i dont have sourcecode of that exe
Then you need to look at using corflags to set it to run as a 32 bit app (this is a .NET utility that has flags specifically for this).
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Then you need to look at using corflags to set it to run as a 32 bit app (this is a .NET utility that has flags specifically for this).
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
thankz i will sure check corflags utility