Tuesday 16 December 2014

How to fix error - The type initializer for 'System.Data.SqlClient.SqlConnection' threw and exception


Ensure app.config is properly formatted.
In my case - I had to comment out the following
<configSections>
</configSections>

No comments:

Post a Comment