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

I've an SMS Application which runs perfectly in 32-bit OS.

But as my server is 64-bit, I've tried to execute the same application in 64-bit OS, but in vain.

I'm unable to detect where the problem is...Do I need to change the code so as to make the appln run in 64-bit OS?

If so...where to change?

Thanks in advance..

Regards,
Ravi kamesh
Posted
Updated 9-Aug-12 18:33pm
v2

 
Share this answer
 
Comments
Volynsky Alex 10-Aug-12 5:15am    
Nice link!
Santhosh Kumar Jayaraman 10-Aug-12 5:17am    
thanks..
Hi,

I always suggest people to add logging in the application. that may help you to identify the exact cause of the problem. When application is deployed there is no point of debugging so Logging is the only option to findout error.

Log4Net[^] is really good API for Logging.

As far as this issue is concern, Solution1 may help you.

Hope you find all your future issues from logging.

Thanks
-Amit Gajjar.
 
Share this answer
 
Comments
prk@cp 10-Aug-12 0:33am    
Actully my applicatin is Windows appln in C#4.0 (sry that i've kept asp.net)

So do i need to change in IIS even for a Windows appln?
AmitGajjar 10-Aug-12 0:35am    
No, Windows application is not hosted in IIS. so there is no point of changes in IIS.
AmitGajjar 10-Aug-12 0:36am    
Also check EventLog. that may help you to find some error message.
AmitGajjar 10-Aug-12 0:37am    
Also check http://www.pugetsystems.com/blog/2011/01/13/windows-7-64-bit-running-32-bit-applications/ article this may help you.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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