'ApacheCordovaToolsPackage' package did not load correctly

I just installed VS 2015 Professional and tried to install Visual Studio Tools for Apache Cordova, it completed successfully. However, when I try to create a new project for him, he just got stuck there.

Then, if I open a new instance of VS 2015 and go to Tools -> Options -> Apache Cordova, I get the following error message:

---------------------------
Microsoft Visual Studio
---------------------------
The package 'ApacheCordovaToolsPackage' did not load correctly.

The problem may be caused by a configuration change or by installing another extension. You can get more information by looking at the file "C: \ Users \ Anant \ AppData \ Roaming \ Microsoft \ VisualStudio \ 14.0 \ ActivityLog.xml".

Restarting Visual Studio may help resolve this issue.

Continue to display this error message?
---------------------------
Well no ---------------------------

I also tried recovering and uninstalling and reinstalling. But no luck.

Any thoughts / suggestions?

+5
source share
1 answer

Sorry to hear about your problems. I suspect that you are facing a known issue that we have fixed and fixed here:

https://support.microsoft.com/en-us/kb/3025135

Can you try the following steps to fix the problem?

If you still have Windows application development tools installed:

  • Go to the "Programs and Features" section, select "Visual Studio 2015", click "Edit."
  • In Visual Studio setup, click "Edit."
  • Deselect the "Application Development Tools for Windows" feature.
  • Select "Application Development Tools for Windows" again and click "Update."

If you have already uninstalled the Universal Windows Development Tools tool:

  • Reinstallation tools for developing applications for Windows.
  • Or, follow these steps to reinstall the JavaScript system and language service:

    • Download the installer for your version of Visual Studio, for example vs_community.exe.
    • Open a command window and run the following command: vs_community.exe / modify / installselectableitems JavaScript_Hidden / passive

Hope this helps. If not, I would love to see the xml log. Please write vscordovatools@microsoft.com so we can contact.

+3
source

All Articles