Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I get this error every time I start Visual Studio 2013 after applying Upgrade 4

System.InvalidCastException: You cann't convert an object of type 'Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService' to type 'Microsoft.VisualStudio.ExtensionManager.IVsExtensionManager'.
at Microsoft.Practices.RecipeFramework.RecipeManager.GetExtensionManager()
at Microsoft.Practices.RecipeFramework.RecipeManager.GetInstalledPackages(String forHost)
at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateFilter.OnSited()
at Microsoft.Practices.ComponentModel.SitedComponent.set_Site(ISite value)
at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeManagerPackage.OnCreateService(IServiceContainer container, Type serviceType)
at Microsoft.VisualStudio.Shell.Package.GetService(Type serviceType)
at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeManagerPackage.Initialize()

Any help??
Posted
Comments
Kornfeld Eliyahu Peter 11-Dec-14 15:20pm    
Did you asked Microsoft? (I had no problem with the update)
GREG_DORIANcod 11-Dec-14 15:29pm    
yes!! no answer from Microsoft
Kornfeld Eliyahu Peter 11-Dec-14 15:33pm    
No surprise there :-(
Kornfeld Eliyahu Peter 11-Dec-14 15:40pm    
Can you remove that RecipeManager Package, let say, from command line?
Or run VS in safe-mode (devenv /SafeMode)?

1 solution

My advice:

Uninstall Visual Studio and do a fresh install...

This does not take too long and is quicker than finding the reason for this problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900