Hi GH-Dev community.
I following GH-guide and also some the public youtube videos to develop my first plugin but when I use the template there are some issues I using VS2019.
I don’t know why? because there are easy steps to follow and aparently these configurations area automatically, I think some linked references are missing. I am a newbie VS user but
1.There is no BUILD in the Menu.
2.Solutions-Configurations and Solutions-Platforms are LOCKED.
3.There is an ATTACH instead of
4.In Solution Explorer appear “0” project…
I don’t believe is a template issue because I reinstall all again but the problem continue or what could have happened?
A bit frustrated because is the first step… Could someone explain to me what happened or is there probably a manual way to fix it? please
Bests
I don’t understand, on your screenshot there is NO PROJECT. There is just one solution.
Please post a screen capture of File → New Project to see what you have !
Ok, so if you click on Grasshopper Assembly then NEXT then accept everything do you have a project created in your solution. Please take a screenshot at each step
can’t solve it @laurent_delrieu please, could you create a Project of the standard example and upload all the FOLDER project? I would like to test if I can debug it.
No, sorry that is certainly an odd issue! I just tested it again locally on VS 2019 and everything seems to work.
What I would recommend is to ensure you have all the latest updates for VS 2019 (16.11.23 is the latest right now), that you have the .NET Desktop Development workload installed, and that you have the latest version of the RhinoCommon and Grasshopper templates for Rhino 7 extension installed (7.13.0.0).
Thank you @curtisw for your response but I have the latest versions and since it seems theoretically it should work but it doesn’t. In the meantime could you please make a small tutorial on how to configure it manually? I would be infinitely grateful.
I started this journey to develop a modest plugin with basics loops but I ran into this problem and I don’t know what to do anymore.
This NEWTEST is what I get after your template.
Hope you can help me.
Since the project and code files have been created try now right-clicking our solution entry in the solution explorer and choose Add > Existing project... and select the NEWTEST.csproj file. Once you have done that make sure to save all files before closing Visual Studio.
If that doesn’t work perhaps make a screen recording (with say open broadcast software) of how you create a new solution and project and share that recording.
Then I installed the .NET SDK (out of support) and apparently work but when I debug there is no bin folder. So I found this discussion and installed the .NET Framework 4.8 development tools and finally works.
So my question is why I was missing these necessary tools?
I guess those tools should already be there since they are optional but essencial for the template.
Is there any other that you recommend to add? Thank you for the support