TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
prateek pandey
NA
11
24.4k
i want to deploy my application
Feb 10 2011 2:04 AM
hi friends
i am new in this blog.i made one windows application in vb.net and made a installer file.i used sql express for databse.when i installed the application on client system and try to login database failure (error 26).and when i installed sql express on client system than its working.can anybody tell me its compulsory to installed sql express on client system.if no than what i can do.
my connection string is:
<add name="constr"
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\websoft1.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />
Reply
Answers (
2
)
add additional application in setup project (vb 2005)
database problem occured when i run my application on client system