Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Developer Tools option must be installed

I have been working with Visual Studio Ultimate 2013. Today when I tried to open a solution, it tried to convert the solution and showed me error like

"The Web Developer Tools option must be installed prior to opening or creating Web projects. You can install this option by repairing your Microsoft Visual Studio installation and ensuring that 'Web Developer Tools' is checked in the list of optional components."

I goggled about this and tried to Modify the Visual Studio 2013 ultimate by enabling the Web Developer Tool. But here I am getting the other error like

Unable to Locate Package Source.

What should I do now?

like image 231
xyz Avatar asked Mar 04 '15 15:03

xyz


People also ask

How do I access the web Developer Toolbar?

From the Chrome menu: Open the Chrome menu and go to “More Tools” > “Developer Tools.” Finally, you can right-click (Windows) or Ctrl-click (Mac) anything on a web page and select “Inspect Element” to open Developer Tools. The Developer Tools panel will open in whatever web page you're on.

Do all browsers have developer tools?

Every modern web browser includes a powerful suite of developer tools. These tools do a range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and how long they took to load.

What is developer tools in HTML?

Developer tools are built directly into the browser. These are the tools that are browser dependent. Most of these tools are common among various browsers and do a range of things, from inspecting elements of a currently-loaded HTML, CSS, and JavaScript.


1 Answers

  1. Go to Control Panel -> Programs and Features -> Select your Visual Studio Version and hit "Change"

  2. Click MODIFY and enable Web Developer Tools

  3. Enable Web Developer Tools

  4. Click Update

like image 190
Avi Youkhananov Avatar answered Oct 14 '22 20:10

Avi Youkhananov