0

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 1

3

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

Sign up to request clarification or add additional context in comments.

2 Comments

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/…
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?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.