tags:

views:

41

answers:

1

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 ?

+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
Kamyar
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
Thank a lot dude ;-)
Mohammad