Danielku15 / BetterStartPage

A Visual Studio like start page which replaces the news section by a custom project dashboard.
47 stars 19 forks source link

Import in VS 2019 extension not working with files exported from VS 2017 version #43

Closed SylwesterZarebski closed 5 years ago

SylwesterZarebski commented 5 years ago

Import of configuration (export) file from version 1.18 for VS 2017 is not working to version 2.0.0 (preview) for VS 2019.

---------------------------
Could not load configuration from 'C:\Directory\startpage.bspc'
---------------------------
Error in line 1 position 159. Expecting element 'SettingsExportViewModel' from namespace 'http://schemas.datacontract.org/2004/07/BetterStartPage.Settings'.. Encountered 'Element'  with name 'SettingsExportViewModel', namespace 'http://schemas.datacontract.org/2004/07/BetterStartPage.Control.Settings'. 

obraz

After manual change of namespace, import works.

Danielku15 commented 5 years ago

Problem should be solved with 2.0.1 of BSP2019