Git Product home page Git Product logo

clearcomponentcache's Introduction

Clear Component Cache

A Visual Studio extension that clears the MEF (Managed Extensibility Framework) cache.

Build status

Download the extension at the VS Gallery or get the nightly build

What does it do?

This extension clears the MEF cache on disk and lets Visual Studio rebuild it. The reason for clearing the MEF cache is that it can become corrupted. This ususally happens when installing or updating extensions or other Visual Studio components.

Typical errors that can be solved by clearing the component cache are:

  • Could not load package exception
  • Could not load assembly exception
  • Composition error when opening files
  • Missing syntax highlighting of some languages in VS

The Visual Studio component cache is located at %localappdata%\Microsoft\VisualStudio\14.0\ComponentModelCache. This extension makes it easy to delete that folder so you don't have to remember the location of the cache directory.

Using the extension

In Visual Studio's top menu under Tools, a new command is now visible:

Menu Button

Clicking the Clear MEF Component Cache button will prompt you to confirm and then restart Visual Studio.

Popup dialog

Restarting Visual Studio will automatically trigger a reconstruction of the MEF cache. This is a safe operation that doesn't cause any unwanted side effects.

/RootSuffix support

It is unlikely you use the /rootSuffix command line switch and can therefore just ignore this section.

If you use any root suffix when you start Visual Studio, then those will be honored when deleting the cache. This extension will automatically delete the cache belonging to the current root suffix.

Read more about the /RootSuffix command line switch.

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

clearcomponentcache's People

Contributors

madskristensen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.