Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi All,

I have developed a Window application on my computer with visual studio 2015 and sql server 2012.I want to run that window application on my client machine without installing visual studio and sql server.I have my table structures in .mdf and .ldf files.Is this possible to do using .mdf and .ldf?


Thanks in Advance :-)

What I have tried:

I developed on my own computer but struggle installing on my client computer.
Posted
Updated 7-Feb-17 3:15am
v3
Comments
F-ES Sitecore 7-Feb-17 4:22am    
If your app uses SQL Server how is it going to run without the client having access to a SQL Server somewhere on their network? You'll probably want to use one of the cut-down versions of SQL Server that don't rely on server installation.

1 solution

Sql Server is required if you use files of this database. You can install in the cliente the "sql server express" version if you want.
The visual studio is not required in the client.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900