I uninstalled K2 4.7 locally and now when I start Visual Studio I get the following error:
CreateInstance failed for package SourceCode.VisualStudio.WorkflowPackage, SourceCode.VisualStudio, Version=4.0.4.6, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d]Source: 'mscorlib' Description: Could not load file or assembly 'file:///c:program files (x86)microsoft visual studio 14.0common7IDEExtensionsK2SourceCode.VisualStudio.dll' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'file:///c:program files (x86)microsoft visual studio 14.0common7IDEExtensionsK2SourceCode.VisualStudio.dll' or one of its dependencies. The system cannot find the file specified. File name: 'file:///c:program files (x86)microsoft visual studio 14.0common7IDEExtensionsK2SourceCode.VisualStudio.dll' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Bytee] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) at System.Reflection.Assembly.LoadFrom(String assemblyFile, Evidence securityEvidence) at System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Objectt] args, CultureInfo culture, Objectt] activationAttributes, Evidence securityInfo) at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value HKLMSoftwareMicrosoftFusion!EnableLog].
I've taken a look at the log file and its attempting to load the K2/SourceCode.VisualStudio.dll which no longer exists.
Any ideas on how to correct this?
Thanks,