running Visual studio application
-
I deloped visual Studio application on terminal server running win 2003 server. I want to run the same application on a different machine running win xp. This machine doesn't have Visual studio 2005 or Sql server 2005 installed. I copied all the files from Terminal server to this local machine and when I tried to run .exe file I get an error saying that SQL server can not be found. I already got .net framework 2.0 installed. Any help would be appriciated. thank you in advance.
programmer
-
I deloped visual Studio application on terminal server running win 2003 server. I want to run the same application on a different machine running win xp. This machine doesn't have Visual studio 2005 or Sql server 2005 installed. I copied all the files from Terminal server to this local machine and when I tried to run .exe file I get an error saying that SQL server can not be found. I already got .net framework 2.0 installed. Any help would be appriciated. thank you in advance.
programmer
yyyyyy87 wrote:
I get an error saying that SQL server can not be found.
Then you need to install it :-)
yyyyyy87 wrote:
I already got .net framework 2.0 installed.
That has nothing to do with SQL Server.
-
I deloped visual Studio application on terminal server running win 2003 server. I want to run the same application on a different machine running win xp. This machine doesn't have Visual studio 2005 or Sql server 2005 installed. I copied all the files from Terminal server to this local machine and when I tried to run .exe file I get an error saying that SQL server can not be found. I already got .net framework 2.0 installed. Any help would be appriciated. thank you in advance.
programmer
-
yyyyyy87 wrote:
I get an error saying that SQL server can not be found.
Then you need to install it :-)
yyyyyy87 wrote:
I already got .net framework 2.0 installed.
That has nothing to do with SQL Server.
-
Installing SQL Server, obviously. Or, if it's on the same network, setting up the connection string so it will connect.
-
Installing SQL Server, obviously. Or, if it's on the same network, setting up the connection string so it will connect.