Open machine.config at:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Machine.Config
Locate section:
<system.data>
<DbProviderFactories>
<!-- providers added here -->
<add name="... />
</DbProviderFactories>
Line to be removed to resolve the issue
<DbProviderFactories/>
</system.data>
done!
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Machine.Config
Locate section:
<system.data>
<DbProviderFactories>
<!-- providers added here -->
<add name="... />
</DbProviderFactories>
Line to be removed to resolve the issue
</system.data>
done!
Thanks for posting this. This error was preventing our click once application from starting and I never would have made the connection! We were about to rebuild the user's profile.
ReplyDeletenice it work for me... thanks mate..
ReplyDeleteWOHOO! I kept getting this error with the Dell Repository Manager v1.6 every time I would launch the app. I found the line above in the framework config and its all good! Thanks so much
ReplyDeleteGlad to hear it worked for you :)
Delete