When I try to create a Xamarin.Fomrs project in Visual Studio 2017, it keeps giving me the following error:
I have tried to re-install VS, but that didn't work. When I open the project in File Explorer, everything is there. However, when I open the solution in Solution Explorer in VS, it says 0 projects, why? How can I fix this?
The files .projitems and .shproj do exist, when I open the path in File Explorer, so I don't understand the error
The project will be created without issues
The project is created with issues that I can't solve
Hi, with this information is hard to check what's the issue, it doesn't seem directly related with Xamarin.Forms nupkg. We need a sample so we can try reproduce.
Thanks
I had exactly the same issue as @Hudhud in VS2017 15.5.2. I was able to get around it by making sure the new project name had no spaces in it
I have fixed it. The problem was, as @Delie mentions, that the project name had spaces. I replaced the spaces with "_" and shortened the path, which also was needed.
Most helpful comment
I had exactly the same issue as @Hudhud in VS2017 15.5.2. I was able to get around it by making sure the new project name had no spaces in it