I have a C# 2 application not work on windows server 2003
I build a console application that read from database and write the result to text file , I used c# 2005 , on my xp machine work well, while transfer it to windows server 2003 not work , any advice please
I checked the security issues and the connection strings
Mahesh ChandPosted Nov 8, 2009, 9:20 PM
If you do not know how to handle exceptions, search C# Corner for "exception handling". You will many articles on this topic.
Ali MahmoudPosted Nov 8, 2009, 12:11 PM
Kirtan PatelPosted Nov 8, 2009, 12:03 PM
SQLEXPRESS Service must be running :)
if my answer helps you then check "Do you like this answer" check box :)
Ali MahmoudPosted Nov 8, 2009, 11:42 AM
Ali MahmoudPosted Nov 8, 2009, 11:31 AM
Kirtan PatelPosted Nov 8, 2009, 11:29 AM
make sure that you have installed SQL Server in the Machine where you using that application .
and if still not resoved then let me know what error you are getting i will tell you solution :)
if my answer helps you then check "Do you like this answer" Check Box :)