Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have Windows System(OS 10), I installed Visual Studio 12 and 17 versions and SQL SERVER 2014. Unfortunately, when I am trying to open projects in vs2012/17 it is closing immediately after clicking on an open project or new Project creation. I observed another thing System IIS also not working properly. I am unable to find the reason

Can anyone please help out this issue.

What I have tried:

Unable to open projects in Visual Studio
Posted
Updated 9-Oct-19 21:41pm
Comments
Afzaal Ahmad Zeeshan 10-Oct-19 2:01am    
Try to reinstall, and do not turn your machine, or internet connection off during the process.

Talk to MS Tech support - they are pretty good, and can dial in to your computer to find out exactly what is happening, which we can't.
 
Share this answer
 
I'd try to do the following:


  1. Repair Win10 system

    1. open Command Prompt in admin mode
    2. type: sfc /scannow
    3. when 2. step finishes, type: dism /online /cleanup-image /restorehealth



  1. Check hard drive for errors and repair them

    1. open Command Prompt in admin mode
    2. type: chkdsk C: /f /x, where C: is the letter of OS partition. You'll be prompt to reset OS next time - accept this by pushing y key
    3. repeat above command for every partition
    4. reset Win10 and do not hit any key on system run (this will let system to scan OS partition)



  1. Repair VS installation

    1. open Control panel and find VS installation
    2. select it and cilck Repair button



  1. Open VS in admin mode

    1. find a shortcut to the VS (usually located on: C:\ProgramData\Microsoft\Windows\Start Menu\Programs)
    2. right-click on the shotcut and click Properties option
    3. click Advanced button and select Run as admin checkbox
    4. click OK


If above steps won't help, do what OriginalGriff said.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900