[MonoGame/MonoGame] Monogame Has all Visual Studio Templates grayed out.. - Csharp
I have windows 10 and visual studio 2015 community. I tried installing monogame 3.4 and this what showed up
can and one help me?
2 Answer:
A lot of people may still have this issue I fixed it by simply creating a folder named VIsual C# in Documents\Visual Studio 2017\Templates\ProjectTemplates
In ProjectTemplates directory I noticed the folder didn't exist and the folder is what the installer is looking for and wants to install the templates to that folder. It is an easy fix instead of messing with registry entries or anything else someone tells you to do to fix this. This worked for me I hope it helps anyone else confused
If @TickyAnarch 's solution doesn't work for you and you are on a multi-user machine and are not using the Admin account for daily work:
- Create the folder structure for the Admin account: in C:\Users\
\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#. - Install MonoGame and the template (it should no longer be grayed out).
- Copy the Visual C# folder from the admin account over to your own user at the same path.
- Start Visual Studio, create a new project and you should see the templates.
Read next
- rathena Sorcerer's Elemental Control / Spirit Control: Passive Mode not working C++
- surge Crash when opening WaveShaperAnalysis view C
- cascadia-code Overly large leading in VS 2019 (not VS Code) for 2102.03 - Python
- Some SFDX commands from Command Palette shows "Salesforce CLI not installed", running the same command in terminal works. [MAC] - TypeScript salesforcedx-vscode
- DALI Image artifacts on 6 channel resize/random_resized_crop operations, only on gpu - Cplusplus
- vue-loader Less @import once not working - JavaScript
- The window can not be clicked through (tkinter `wm_attributes("-transparentcolor", color)` method) - pyinstaller
- rails Namespaced concerns seem to be broken in Rails 6 Ruby