Recent Comments

How to Install missing component in visual Studio?


How to Install missing component in visual Studio?

in search bar of Windows 10

 type 'Visual Studio Installer'

Choose VS Version
and run it, then you can  see Installed version Visual Studio. click on Modify and install your missing components

Or

Please download and install the missing Visual C++ 2015-2019

Junaid A 10 month ago

This configuration section cannot be used at this path

Deployment error on IIS This configuration section cannot be used at this path

 

Solution

Some servies of IIS are not enabled,  if you installed .net version those are enabled. so below are the steps to enable them.

 

 

  • Heres what worked for me, had a similar problem on my new laptop which had windows 10.
  • Search for "Turn windows features on or off"
  • Check "Internet Information Services"
  • Check "World Wide Web Services"
  • Check "Application Development Features"
  • Enable all items under this
  • try again, now it should work.

 

Junaid A 11 month ago