I've created a software that is used a SQL database. (With VS2008 SP1 & C#)
What do I need to run this software on the other system without installing Visual Studio ?
1 Answer
Mostly two things:
- the correct version (.NET 3.5 Service Pack 1 - download link) of the .NET framework for your application
- a suitable SQL Server (Express edition, or a access to a full-fledged SQL Server in the network)
You can download the free SQL Server 2008 R2 Express from this link here:
http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx
2 Comments
Kamyar
Th correct version of .NET framework in this case will be .NET framework 3.5 SP1 which you can download from: microsoft.com/downloads/en/…
Mohammad Dayyan
I've used SQLExpress 2008 for creating the software, Could you please post the link of the installing file that I have to install it on the destination system?