0
我想要一個可在VS2008中加載的Visual Studio包。要做到這一點我已經按照下列步驟操作:Visual Studio 2010包可以安裝在Visual Studio 2008中嗎?
- 創建於VS2008新包裝項目,並確保它加載罰款
- 移植了項目VS2010格式,編有並確保它的工作原理。
- 然後,我改變了目標框架到.NET 4,當我編譯時,我得到了以下信息:
regpkg : error : Could not load file or assembly 'file:///C:\SVN\Debugger\src\Visualizer2008\bin\x86\Debug\Visualizer2008.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
問題
- 是否有可能,擺在首位,以有一個.NET 4包加載到VS2008?
- 如果是,那我該怎麼辦才能成功註冊?
謝謝!
我打算從我的包中引用.NET 4庫,但是:(有什麼我可以做的嗎? – VitalyB 2010-11-05 09:31:58
不幸的是不是。 – vcsjones 2010-11-06 01:24:18