-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeMaid options are disabled in my text editor and shows command not available error #437
Comments
Thanks for reporting the issue. That is strange behavior I have not seen before. The commands in the context menu may disable if the file you have open is not a part of the solution (e.g. you just open a random text file from disk). However the CodeMaid->Options menu should always be available. What happens when you try to launch that? I would suggest uninstalling and reinstalling CodeMaid. Usually the installs are very simple, isolated and work as expected but I don't have a lot of other ideas. |
Thanks for the reply Steve. I too feel very strange!
I tried re-install multiple times before reporting the issue, but no luck. The file I opened does belong to the solution.
Nothing happens when I click on CodeMaid -> Options or CodeMaid -> About CodeMaid
Can't able to blame some other applications/versions, because it is a brand new PC, just installed VS 2013+CodeMaid
Without CodeMaid it feels like my hands are lost! Please help me to resolve this. At least I need Find in Explorer and Cleanup active document.
Attached some screen shots for you to see,
RegardsGopinath From: Steve Cadwallader <[email protected]>
To: codecadwallader/codemaid <[email protected]>
Cc: gopinathbecse <[email protected]>; Author <[email protected]>
Sent: Tuesday, 18 April 2017 4:45 PM
Subject: Re: [codecadwallader/codemaid] CodeMaid options are disabled in my text editor and shows command not available error (#437)
Thanks for reporting the issue. That is strange behavior I have not seen before. The commands in the context menu may disable if the file you have open is not a part of the solution (e.g. you just open a random text file from disk). However the CodeMaid->Options menu should always be available. What happens when you try to launch that?I would suggest uninstalling and reinstalling CodeMaid. Usually the installs are very simple, isolated and work as expected but I don't have a lot of other ideas.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Have you installed all of the VS2013 updates? I think they went up to Update 5. |
Yes. See below.
RegardsGopinath
From: Steve Cadwallader <[email protected]>
To: codecadwallader/codemaid <[email protected]>
Cc: gopinathbecse <[email protected]>; Author <[email protected]>
Sent: Tuesday, 18 April 2017 8:53 PM
Subject: Re: [codecadwallader/codemaid] CodeMaid options are disabled in my text editor and shows command not available error (#437)
Have you installed all of the VS2013 updates? I think they went up to Update 5.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Perhaps try the following from the command line where Visual Studio's devenv file is located (typically at c:\Program Files (x86)\Microsoft Visual Studio\Common7\IDE)
followed by
|
Hi Steve
I Just gave a try.
Command "devenv /resetskippkgs" shows a warning window says "CodeMaid" didn't load correctly as below.
When I run "devenv /setup" nothing happens!
Here with I have attached the "ActivityLog.xml" file which shows some error while creating instance for CodeMaid.
Can you please help me to resolve this?
Thanks and RegardsGopinath
From: Steve Cadwallader <[email protected]>
To: codecadwallader/codemaid <[email protected]>
Cc: gopinathbecse <[email protected]>; Author <[email protected]>
Sent: Wednesday, 19 April 2017 4:29 PM
Subject: Re: [codecadwallader/codemaid] CodeMaid options are disabled in my text editor and shows command not available error (#437)
Perhaps try the following from the command line where Visual Studio's devenv file is located (typically at c:\Program Files (x86)\Microsoft Visual Studio\Common7\IDE)devenv /resetskippkgsfollowed bydevenv /setup—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think some of the content you intended to include did not come across (e.g. ActivityLog.xml attachment)? |
Hi Steve,
How can I make it work? Is there any possibility to resolve this?
RegardsGopinath
From: Steve Cadwallader <[email protected]>
To: codecadwallader/codemaid <[email protected]>
Cc: gopinathbecse <[email protected]>; Author <[email protected]>
Sent: Friday, 21 April 2017 2:50 AM
Subject: Re: [codecadwallader/codemaid] CodeMaid options are disabled in my text editor and shows command not available error (#437)
I think some of the content you intended to include did not come across (e.g. ActivityLog.xml attachment)?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Please go to the GitHub issue and attach your ActivityLog.xml file as well as any other debugging information you have. |
I had same issue after update from 10.2 to 10.3. Instalation .Net framework 4.6.2 solved this. |
Thank you so much @alekk84. It is working great now. |
@codecadwallader, @alekk84 solution fixed my issue. I installed .Net framework version 4.6 and now CodeMaid options and shortcuts are working fine as expected. |
Great, thanks all. |
Environment
Description
After I installed CodeMaid on VS 2013 the code maid options are disabled in text editor. When I press Ctrl M+F (Find in solution explorer) I can see message in VS status bar says
Steps to recreate
Current behavior
The text was updated successfully, but these errors were encountered: