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

Cant find Utility plugin list from Lesson 1a #4

Open
nodermatt opened this issue Oct 14, 2019 · 5 comments
Open

Cant find Utility plugin list from Lesson 1a #4

nodermatt opened this issue Oct 14, 2019 · 5 comments

Comments

@nodermatt
Copy link

I learned about this repository from the forum post

I am able to clone, build (release mode) and deploy the plugin from lesson 1a, but I don't know where I am select it. The documentation merely says: "selected from the utility plug-in list:"

The plugin is loaded as you can see from the screenshot below
image

But it the dialog of the command pane doesn't show it. (Funny enough, it does show the dotnet plugin I built "MyMaxPlugin").

image

Can someone tell me what I am doing wrong

@drewavis
Copy link
Contributor

Hi, if you go to the Utilities control panel, and then click More..., do you see your utility plugin in that list?

@kevinvandecar
Copy link
Contributor

Also, double-check that it's built correctly... I just tested and noticed for some reason on my side, it was using the wrong c++ platform toolset. For 2020 it should be v141. If the plugin is loading correctly, you should see it in either utility panel dialog. It will be listed by name as the name used in class name (UtilitySample) and category (Test Plugins). Hope it helps...
2019-10-16_1149

@nodermatt
Copy link
Author

Thanks for the hints guys, I'll give it another shot.

@nodermatt
Copy link
Author

My project buddy got it working on his machine, so I'll compare my settings with his. As this isn't a problem with the code, I am closing this issue

@nodermatt
Copy link
Author

So it turns out the Utility menu did show the plugins, however, for some reasons the label didn't show up

image

the two empty lines on the left are actually lesson 1 and lesson 3. I haven't found out why the ClassDesc doesn't return a value since I haven't done any changes in the code.

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