簡體   English   中英

源控件上的Visual Studio錯誤

[英]Visual Studio Error on Source Control

我試圖通過手動編輯解決方案文件並替換來將Visual Studio 2010解決方案升級到2013/2015版本

 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010 to #Visual Studio 2015

從那時起,我無法在VS 2010/2015中打開該解決方案。 我知道遷移存在一些問題,但是當我嘗試在VS 2010中打開我的解決方案時會彈出以下錯誤,該he solution appears to be under source control, but its binding information cannot be found. Because it is not possible to recover this missing information automatically, the projects whose bindings are missing will be treated as not under source control. he solution appears to be under source control, but its binding information cannot be found. Because it is not possible to recover this missing information automatically, the projects whose bindings are missing will be treated as not under source control. 我的項目中有一些尚待確認的待定變更。我不確定這里提到的解決方案是否適合我。

我需要一種在VS 2010中至少打開我的解決方案的方法,以便我可以簽入並考慮更新VS版本。

謝謝,

我沒有VS2010或VS 2015,所以我在VS 2008中創建了一個空白解決方案並進行了以下更改,它在VS 2013中打開時沒有任何問題:

 Microsoft Visual Studio Solution File, Format Version 10.00 -> replaced that with 
Microsoft Visual Studio Solution File, Format Version 12.00

Visual Studio 2008 -> replaced that with
Visual Studio 2013

Added a new line right after "# Visual Studio 2013": 
VisualStudioVersion = 12.0.31101.0

因此,在您的情況下,它就像(確保編輯到正確的版本號)

Visual Studio 2015
VisualStudioVersion = 14.0.23107.0

使用Visual Studio IDE重置開發人員環境。 在命令提示符下運行的命令是“ devenv / resetuserdata”

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM