Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

My application Windows service developed in 32 bit which is running on all the 32 bit windows OS.

My question is i want to install the application on 64 bit windows 2008 R2 machine, for this any configuration changes need to be done?
because i could able to install the service , but not able to run
Posted

You should read this site if you want to migrate to 64Bit:
http://msdn.microsoft.com/en-us/library/ms973190.aspx[^]
You can select the target environment of your C# application in the project settings. Just change the target t0 "x86" to be able to run the *.exe on 32Bit and on 64Bit systems. Here is explained how to change that:
http://msdn.microsoft.com/en-us/library/5b4eyb0k.aspx[^]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 22-Mar-11 1:55am    
Sure, a 5.
--SA
Espen Harlinn 24-Mar-11 3:48am    
My 5 - good links
See my Answer to related Question here: C++ unmanaged dll runing at 64bit windows7[^]. (Don't pay attention for the title: unmanaged or managed — does not matter here.)

—SA
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900