Paket.VisualStudio
Paket.VisualStudio copied to clipboard
Extension is displaying "Not Implemented" in VS2015+SP1

It also displays the same message for the other 3 menu options.
I am using Visual Studio 2015 + SP1.
Can't repro here - 2015 + SP1 here as well.
Could you please try to reinstall. I think something in your VS is broken. AFAIK we don't throw any notimplemented exceptions. On Jan 15, 2016 10:08 AM, "Isaac Abraham" [email protected] wrote:
Can't repro here - 2015 + SP1 here as well.
— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/91#issuecomment-171907852 .
Same thing occurred on a different computer here at work, to a coworker.
It resolved itself, after the following (not sure which action corrected the issue):
- In the solution, two projects were unloaded. Ten were loaded. Reloaded the two projects.
- There was a git merge conflict. The merge conflict was resolved.
- After this, it worked properly.
Please note that this project did not have any existing NuGet packages.
Perhaps someone could try this on a brand new installation of Paket? Note that neither my coworker or I ran anything to install Paket, we just installed the extension and tried it.
This thing happens, when a project is unloaded.
Ideas how to fix it? Or at least bringing a better error message? On Jan 17, 2016 2:06 PM, "Max Malook" [email protected] wrote:
This thing happens, when a project is unloaded.
— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/91#issuecomment-172323051 .
I'm not familiar with the VS extensions SDK, but I think there should be a way to check whether a project is unloaded and not trying to unload it again.
Nobody is familiar with that ;-) On Jan 17, 2016 2:13 PM, "Max Malook" [email protected] wrote:
I'm not familiar with the VS extensions SDK, but I think there should be a way to check whether a project is unloaded and not trying to unload it again.
— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/91#issuecomment-172324074 .
I can confirm that it happened to my coworker when a project was unloaded, and the error disappeared when he reloaded the two projects.
On 17 January 2016 13:11:04 GMT+00:00, Steffen Forkmann [email protected] wrote:
Ideas how to fix it? Or at least bringing a better error message? On Jan 17, 2016 2:06 PM, "Max Malook" [email protected] wrote:
This thing happens, when a project is unloaded.
— Reply to this email directly or view it on GitHub
https://github.com/fsprojects/Paket.VisualStudio/issues/91#issuecomment-172323051 .
Reply to this email directly or view it on GitHub: https://github.com/fsprojects/Paket.VisualStudio/issues/91#issuecomment-172323350
I'm facing this problem too, if the problem is really what @mexx says there is a method for it called IVsSolution4.EnsureProjectIsLoaded
Same issue here VS 2015 SP 2
My solution contains Installer project https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2015InstallerProjects and then I got 'Not implemented' error too. VS2015 Update3
This is a long running, known issue: if any project is "Unloaded", it will give this error. To fix, "Remove" any project that is currently "Unloaded".
On 27 Dec 2016 15:51, "Akhan Zhakiyanov" [email protected] wrote:
My solution contains Installer project https://marketplace. visualstudio.com/items?itemName=VisualStudioProductTeam. MicrosoftVisualStudio2015InstallerProjects and then I got 'Not implemented' error too.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/91#issuecomment-269261491, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOypHcodz0THuBUn-A0Hge8y4kt6NbNks5rMH0VgaJpZM4HFWHB .