5

Tôi đang cố gắng để làm cho phần mở rộng cho xem trước VS2013, đây là cố gắng của tôi trên GitHub: https://github.com/Heather/Nemerle/tree/VS2013Làm thế nào để giải quyết Microsoft.VisualStudio.ExtensionManager.MissingReferencesException

Nhưng bây giờ tôi nhận được:

07.08.2013 9:25:05 - The following target products have been selected... 
07.08.2013 9:25:05 - Microsoft Visual Studio Ultimate 2013 Preview 
07.08.2013 9:25:05 - 
07.08.2013 9:25:05 - Beginning to install extension to Microsoft Visual Studio Ultimate 2013 Preview... 
07.08.2013 9:25:05 - Install Error : Microsoft.VisualStudio.ExtensionManager.MissingReferencesException: This extension cannot be installed because the following references are missing: 
- Visual Studio MPF 
    at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.CheckForInstallBlockers(InstallableExtensionImpl extension, IInstalledExtensionList modifiedInstalledExtensionsList, Boolean isNestedExtension, Boolean& olderVersionInstalled) 
    at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallInternal(InstallableExtensionImpl extension, Boolean perMachine, Boolean isNestedExtension, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, UInt64 totalBytesToWrite, UInt64& totalBytesWritten) 
    at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp) 
    at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp) 

Tôi sử dụng để thêm hầu hết mọi phần mở rộng cần thiết và không thể hiểu nó đến từ đâu?

Đây là phần mở rộng tập tin dự án trong tình trạng hiện: https://github.com/Heather/Nemerle/blob/VS2013/snippets/VS2010/Nemerle.VisualStudio/Nemerle.VisualStudio-VS-2013.csproj

gì nên được bổ sung để giải quyết này?

Trả lời

7

Kiểm tra your .vsixmanifest, đó là những gì chỉ định "tham chiếu". Tôi cho rằng tài liệu tham khảo vẫn hoạt động (các phiên bản MPF ​​không được phép bỏ đi), vì vậy tôi ngạc nhiên một điều gì đó có thể đã bị vỡ ở đây. Trong mọi trường hợp, tài liệu tham khảo .vsix chỉ đơn giản là để nêu rõ những gì cần thiết ... chúng không thực sự làm gì cả. Bạn có thể xóa tham chiếu mà không bị ảnh hưởng.

+0

Hãy xem: http://i.imgur.com/DId5Ykq.jpg \ o / – Cynede

0

Tôi đang đối mặt với cùng một vấn đề. Giải quyết nó bằng cách đầu tiên cài đặt Guidance Automation Extensions (GAX) và sau đó thử cài đặt tệp mong muốn vsix.

Các vấn đề liên quan