Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi friends,
i googled about this problem more time but i have still problem in transferring my developed windows application to customer computer.my problem is with database(mdf,ldf) files(where i must put them.) and what programs i must install in customer computer after .net framework.

please help me. thank's alot
Posted

1 solution

1.You should create a installation project by using Visual Studio, then ==> installation kit (.msi) that could be installed on user computer.

2.Other solution could be to install manually .NET fremowrk, then you should copy all files from "Release" folder (mainly .DLL and your EXE file) into your user PC folder.

3.Regarding your SQL database best way is to create a backup of the database ==> .bak shorter file that you could then restore on your customer server.
 
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