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
john kanyora
NA
242
46.2k
System.ArgumentException: Keyword not supported: 'provider
Sep 6 2017 9:05 AM
Hi ..am getting this error while running my code:
"System.ArgumentException: Keyword not supported: 'provide
r"
this is my web.config file where the error comes from:
<configuration>
<connectionStrings>
<add name="constr" connectionString="Data Source=JOHN;Initial Catalog=SmartCare;Integrated Security=True"/>
<add name ="Excel107ConString"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties='Excel 12.0;HDR=YES;IMEX=1' " providerName="System.Data.OleDb"/
>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>
Reply
Answers (
5
)
Consume Rest service
how to make make fast my code in c#