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 ?
views:
41answers:
1
+3
A:
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
marc_s
2010-10-02 13:43:00
Kamyar
2010-10-02 13:55:25
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?
Mohammad
2010-10-02 13:58:30
Thank a lot dude ;-)
Mohammad
2010-10-02 14:27:30