1

If I try to add configuration->system.data->DbProviderFactories through configSource:

<DbProviderFactories configSource="FileName">

I get an ConfigurationErrorsException with message "Unrecognized attribute 'config source'"

What am I doing wrong?

1 Answer 1

4

system.data is a configuration section, so can have a configSource attribute. DbProviderFactories is an element within this section, and can't.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.