SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

Error occurred while reading the setting #30

Open chtenb opened 7 years ago

chtenb commented 7 years ago

I'm getting the following errors in VS 2017 (community edition) when starting VS.

2017-06-15 10:49:36: Rebracer: An error occurred while reading the setting TextEditor/CSharp-Specific#Style_PreferIntrinsicPredefinedTypeKeywordInDeclaration from settings file.  Error: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
2017-06-15 10:49:36: Rebracer: An error occurred while reading the setting TextEditor/CSharp-Specific#Style_PreferIntrinsicPredefinedTypeKeywordInMemberAccess from settings file.  Error: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
2017-06-15 10:49:36: Rebracer: An error occurred while reading the setting TextEditor/CSharp-Specific#Style_QualifyMemberAccessWithThisOrMe from settings file.  Error: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

Is this supposed to happen?