Paket.VisualStudio icon indicating copy to clipboard operation
Paket.VisualStudio copied to clipboard

Extension is displaying "Not Implemented" in VS2015+SP1

Open sharpe5 opened this issue 9 years ago • 12 comments

paket

It also displays the same message for the other 3 menu options.

I am using Visual Studio 2015 + SP1.

sharpe5 avatar Jan 14 '16 23:01 sharpe5

Can't repro here - 2015 + SP1 here as well.

isaacabraham avatar Jan 15 '16 09:01 isaacabraham

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 .

forki avatar Jan 15 '16 09:01 forki

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.

sharpe5 avatar Jan 15 '16 21:01 sharpe5

This thing happens, when a project is unloaded.

mexx avatar Jan 17 '16 13:01 mexx

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 .

forki avatar Jan 17 '16 13:01 forki

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.

mexx avatar Jan 17 '16 13:01 mexx

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 .

forki avatar Jan 17 '16 13:01 forki

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

sharpe5 avatar Jan 17 '16 14:01 sharpe5

I'm facing this problem too, if the problem is really what @mexx says there is a method for it called IVsSolution4.EnsureProjectIsLoaded

Nekeniehl avatar Mar 18 '16 11:03 Nekeniehl

Same issue here VS 2015 SP 2

chrisklepeis avatar May 04 '16 13:05 chrisklepeis

My solution contains Installer project https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2015InstallerProjects and then I got 'Not implemented' error too. VS2015 Update3

ahanoff avatar Dec 27 '16 02:12 ahanoff

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 .

sharpe5 avatar Dec 27 '16 05:12 sharpe5