I don't know why all of a sudden my VS 2015 stopped showing Templates list even if i try to open a old project with VS 2015 it doesn't shows anything.
Tried uninstalling and installing VS 2015 again, still no luck.
Kindly help me to fix this...
Related
I've got a problem with my Visual Studio for Mac 2022 version 17.0.4 (build 23) when running my application and trying to debug my project. It seems that when I try to debug the project, it gives me an error screenshot below.
with it I can't seem to run my project in Debug mode because of this. Does anyone able to fix this issue? Please let me know sooner.
It seems the issue is the IDE itself, I tried installing the 2019 version of Visual Studio for Mac and it seems work perfectly! I think the main reason why in Visual Studio for Mac 2022 has this problem is because doesn't support the .NET Core 3.1 because it is about to be deprecated. I think this is why it doesn't work as expected. Anywho, it is been solved! Hopefully anyone who across the same issue knows this. Thanks!
When I am going to open the open my SQL Server and Visual Studio 2015, It's showing
Can not find one or more component. Please reinstall the application Visual Studio 2015.
What should I do now? I have already reinstalled my application Visual Studio 2015. But nothing has changed. So can anyone please relief me form this error?
Hi Everyone
I Installed Visual Studio 2017 on Newly Installed PC Windows 10 Pro But
DataSet Designer with old Framework project Before 4.6 .NET Version are not Opening Plz Help if any troubleshooting is there . Thanks
Restart your computer, it will upgrade project. if not your problem solution may be
Update visual studio 2017 with requird packages.
I have error in my project on time of build csc.exe exited with code -2146232797 visual studio 2017(Professional) in other Team's computer project building and running fine, so I not want to update nuget compiler,
Is there any permanent solutions there?
This issue happened for some people with vs 2017. you need to reinstall .net via
microsoft site
as requested and if the above link does not help, there is a thread in visual studio development community stating they fixed the issue in visual studio 2017 v15.5:
We have fixed this issue and it's available in Visual Studio 2017
version 15.5. Thank you for helping us build a better Visual Studio!
more over, there is another solution stating:
using the 2.2 compiler made the problem go away.
Multiple times I got this issue in VS 2019. I closed other VS projects and then build successfully.
I had created some Windows Form projects in C# by visual studio 2015 using DevExpressComponents and there was no problem. But after a while I reinstalled windows and visual studio and tried to run those projects again. But this time I faced with the error:
The "GenerateResource" task failed unexpectedly.
The previous answers could not solve my problem.
After a while searching I got the point.
At first when I was writing codes with DevExpressComponents and Visual Studio 2015 just after installing Visual Studio 2015 I installed update 1 for Visual Studio, and then wrote my codes with that.
But after intalling a fresh windows and Visual Studio, I forgot to install update 1 for Visual Studio and tried to open codes which were using Visual Studio update 1 and DevExpressComponents with the Visual Studio 2015 that was not updated and the was the cause of this error.
When again I installed update 1 for Visual Studio I could easily open previous projects without any error.