Reputation: 111
I have recently installed VS 2019 Community on a new machine. I've noticed that some Project Templates and almost all Item Templates are missing. These modules are installed:
When I go to the Solution Explorer, right-click "Add>New Item" the dialogue is missing most of the Templates that I'm used to seeing:
I use mostly C# and have installed Xamarin, but cannot add any Xamarin Forms, as they are missing. Despite the fact that I have installed Xamarin, apparently correctly.
In poking around on the internet, I found a POST that mentioned two folders within the Visual Studio installation folders. The Cache folders are entirely absent in my installation, and there are no .zip files in the Templates folders. I manually added the Cache folders and ran the command as noted without any change. Nothing appeared in the Cache folders.
Any help would be VERY appreciated. Has anyone seen anything like this?
Upvotes: 4
Views: 5208
Reputation: 3
If VS is updated to last version, and the problem still exists, In Visual Studio Installer Click on modify, in WorkLoads tab, make sure all items required in your project are checked. if not, check them and modify it.
Upvotes: 0
Reputation: 13833
You can try the following methods:
1.try to repair you visual studio first.
For more details, check: https://learn.microsoft.com/en-us/visualstudio/install/repair-visual-studio?view=vs-2019
2.If the problem persists, try to perform a thorough uninstall for Xamarin for Visual Studio.
For more details, check:https://learn.microsoft.com/en-us/xamarin/cross-platform/troubleshooting/questions/uninstall-xamarin-vs
Upvotes: 1