Skip to content
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

Closed
gopinathbecse opened this issue Apr 17, 2017 · 13 comments

Comments

@gopinathbecse
Copy link

gopinathbecse commented Apr 17, 2017

Environment

  • Visual Studio version: VS 2013 Ultimate with Update 5
  • CodeMaid version: 10.3.29
  • Code language: C#

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

The key combination (Ctrl+M, Ctrl+F) is bound to command (Find In Solution Explorer) which is not currently available.

Steps to recreate

  1. Just installed VS 2013 in a new PC
  2. Installed CodeMaid
  3. Restart VS
  4. Nothing done more than that!!

Current behavior

  • Also tried to access menu CodeMaid -> Options, nothing happens.

image

@codecadwallader
Copy link
Owner

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.

@gopinathbecse
Copy link
Author

gopinathbecse commented Apr 18, 2017 via email

@codecadwallader
Copy link
Owner

Have you installed all of the VS2013 updates? I think they went up to Update 5.

@gopinathbecse
Copy link
Author

gopinathbecse commented Apr 18, 2017 via email

@codecadwallader
Copy link
Owner

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 /resetskippkgs

followed by

devenv /setup

@gopinathbecse
Copy link
Author

gopinathbecse commented Apr 19, 2017 via email

@codecadwallader
Copy link
Owner

I think some of the content you intended to include did not come across (e.g. ActivityLog.xml attachment)?

@gopinathbecse
Copy link
Author

gopinathbecse commented Apr 21, 2017 via email

@codecadwallader
Copy link
Owner

Please go to the GitHub issue and attach your ActivityLog.xml file as well as any other debugging information you have.

@alekk84
Copy link

alekk84 commented Apr 25, 2017

I had same issue after update from 10.2 to 10.3.
Visual Studio 2013 CE with update 4.

Instalation .Net framework 4.6.2 solved this.

@gopinathbecse
Copy link
Author

Thank you so much @alekk84. It is working great now.

@gopinathbecse
Copy link
Author

@codecadwallader, @alekk84 solution fixed my issue. I installed .Net framework version 4.6 and now CodeMaid options and shortcuts are working fine as expected.

@codecadwallader
Copy link
Owner

Great, thanks all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants