Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error with newest NuGets while saving values to the app.config file

3000028Oct 5 2017

I have some problems with your new versions of nuget packages (v12.2.1100).

You can easily reproduce it with the following few steps:
-Create in Visual Studio 2017 (or 2015) a new WinForms project (C# or VB anyway)
-Add latest Oracle NuGets (Install-Package Oracle.ManagedDataAccess -Version 12.2.1100)
-Build the solution
-Add some settings to the project
-Save the settings file

Now you get the error. It cant read/write the app.config file:

pastedImage_0.png

BUT if you downgrade to the previous release (Update-Package Oracle.ManagedDataAccess -Version 12.1.24160719) and rebuild, it works well.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2017
Added on Oct 5 2017
0 comments
163 views