Packaging in Vb.net

Cmr

Member
Joined
May 16, 2006
Messages
17
Programming Experience
1-3
How to package a project done in vb.net and backend sql server to another computer which does not have vb.net
 
If the another computer doesn't have framework (which is required to run your app properly) it can be solved by installing it either separately or by using bootstraper pluging which will sticks FW to the setup project.
And about the SQL Server ... well, it can be solved only if you install an instance of MSSQL or at least SQL Server Express 2005, which is a light version of SQL Server 2005 and successor of the MSDE.

Regards ;)
 
Back
Top