The 'HTMLPackage' package did not load correctly

Tony 26 Reputation points
2021-10-19T03:43:31.663+00:00

I cannot open the visual studio 2013 suddenly, it prompts the following message

The 'HTMLPackage' package did not load correctly
...
Continue to show this error message?

After I click Yes button, it cannot load solution. In addition, it show the following error message and cannot close the Visual Studio properly

141498-error.png

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
{count} vote

1 answer

Sort by: Most helpful
  1. PengGe-MSFT 3,331 Reputation points
    2021-10-19T09:00:48.557+00:00

    Hi, @Tony

    Welcome to Microsoft Q&A!

    You can try to delete all files in this folder:
    C:\Users\<your users name>\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache

    You can also try to start Visual Studio in Developer Command Prompt for VS with the following command:
    devenv.exe /clearcache
    devenv /updateconfiguration

    Sincerely,
    Peng
    *
    If you have extra questions about this answer, please click "Comment". If the answer is the right solution, please click "Accept Answer" and kindly upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments