Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i developed one Desktop Application using VB.Net and Sql server 2005 under the Visual Studio 2008. how can i upload this "Windows Application" into client system.

i mean i need to instal the visual studio and sql server in client system?

I Deploy the project, if i install the SQL Server on client system then "Data Source" name is also change in the application..


Please give me a suggestion.

Thanks.
Posted

 
Share this answer
 
Comments
Espen Harlinn 28-Jan-12 8:24am    
5'ed!
Kanasz Robert 28-Jan-12 9:31am    
Thank's a lot :)
thatraja 28-Jan-12 8:30am    
5!
Kanasz Robert 28-Jan-12 9:32am    
Thank you :)
You need to install the .NET Framework[^] in your system. And install the SQL Server Express edition[^]

Also check this
Deploy SQL Server databases easily with an Installer class[^]
 
Share this answer
 
Comments
Espen Harlinn 28-Jan-12 8:24am    
5'ed!
You never need to install Visual Studio anywhere but development computer. By the way, most likely you are licensed to do so legally.

SQL Server on client system sounds like an oxymoron. You need to install a client only. Due to different reasons it's better to require installation as a prerequisite of your software instead of providing it.

—SA
 
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