Opening solution using Visual Studio 2017

前端 未结 1 1462
小蘑菇
小蘑菇 2020-12-22 05:51

I have been working on this little mobile app for android using Xamarin in Visual Studio 2017.

When opening the solution with the laptop that I used to develop the a

相关标签:
1条回答
  • 2020-12-22 06:40

    You may be using an older version of Visual Studio on the PC you've facing the issue. I've faced that too.

    It was a known bug (reported here and here) already fixed on newer versions.

    The workaround is to close VS, delete the folder vs created in the same directory of your solution and try to reopen it.

    To avoid other problems on compiling or running your app after that, I recommend you also to delete all bin and obj folders from your project's folders, clean and rebuild the solution.

    It's safer keep all your development environments updated in software wise to avoid this kind of trouble.

    I hope it helps.

    0 讨论(0)
提交回复
热议问题