Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error :"The method or operation is not implemented." in Settings.settings

I get this error message in VS2013: "The method or operation is not implemented." opening Settings.settings from solution explorer, same issue with properties/settings.. Any Hints?

like image 460
rok Avatar asked Nov 30 '15 17:11

rok


People also ask

What does the method or operation is not implemented mean?

Accept Solution Reject Solution. "NotImplementedException" is thrown when the control goes into a method that has been declared but has not been implemented completely.


1 Answers

Solved, the app.config contained mismatching values from the settings.setting, a restart of VS solved, asking what to do with mismatches.

like image 172
rok Avatar answered Oct 17 '22 17:10

rok