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
Walker Cheah
NA
4
4.5k
ArgumentException was unhandled
Aug 16 2017 12:31 AM
I develop one for the WPF.
After I debug the code I get the following error: and happen in this line of code
An unhandled exception of type 'System.ArgumentException' occurred in System.Data.dll
Additional information:
Format of the initialization string does not conform to specification starting at index 0.
and here is my C# code:
no idea what wrong of my code.
connectionString="Data Source=C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA; initial Catalog=ETDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
Reply
Answers (
1
)
Knowledge of data privacy and protection initiatives
Can we use single class object twice in single method