Unable to get Ripple session info

后端 未结 4 2043
生来不讨喜
生来不讨喜 2021-02-19 09:32

I created an Ionic (Apache Cordova) app using Visual Studio 2015 RC. I created it in its own solution file, and I can run it using Ripple.

Now I want to move the files i

4条回答
  •  日久生厌
    2021-02-19 09:57

    The root of this problem appears to be in the project's Solution Options File.

    1. Close Visual Studio
    2. Delete the .suo file

    When the .suo file is missing, it is created when Visual Studio closes, so you must close first.

    You will lose user preferences such as start-up project and current pages, but nothing I would regard as significant.

    I am using VS2015 and I found the file in a sub-folder named .vs/MyProject/v14. Previous versions of Visual Studio put the file in the same folder as the .sln file.

    NB it is a "hidden" file

    Reference: The evil .suo file

提交回复
热议问题