.net windows application with sql database + create a setup -
I created a Windows application in .net 2.0 and used the SQL database in the back-end.
I want to create a setup file for this application so that I can install it and run it on any machine, which is not either the .NET framework or SQL Server.
Please give me some useful links for this.
Being part of SQL Server is a difficult part. You will not be able to package SQL Server with your project. Probably SQL Lite? I have not used it, but adjust the search according to the above version and see what you can find.
Comments
Post a Comment