Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
it give an error due to connection string
and i dont have sql-server and framework installed in that pc.
Posted

 
Share this answer
 
Comments
Member 10589943 5-Jun-14 5:46am    
what about connection string . i have to edit it in every system.
i that case i have to open the source code first and again create its setup to install it
Of course you need to install the required components in order to make your application work on the target computer.
The .NET framework is required. SQL Server is required as well, unless your scenario contemplates a connection to a remote database server.
 
Share this answer
 
Comments
Member 10589943 5-Jun-14 5:47am    
what about connection string . i have to edit it in every system.
i that case i have to open the source code first and again create its setup to install it

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