Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Visual Studio Crash after Upgrade to Infragistics Ultimate 2014.1
posted

When I try to open and Get Latest from TFS on a solution that my college has upgraded using the Version Utility for 2014.1, Visual Studio (VB.NET) 2010 stops working with the following message:

[Window Title]
Microsoft Visual Studio

[Main Instruction]
Microsoft Visual Studio has stopped working

[Content]
A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.

[Debug] [Close program]

I also get a couple of entries in the Windows Application Log:

 

VSTTExecution:

(devenv.exe, PID 7896, Thread 1) TuipPackage.InitializeTestProjectPlugins: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.CodedUITestPackage, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.VisualStudio.QualityTools.CodedUITestPackage, PublicKeyToken=b03f5f7f11d50a3a' at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage.InitializeTestProjectPlugins() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!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 [HKLM\Software\Microsoft\Fusion!EnableLog].

 

.NET Runtime:

Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NotImplementedException Stack: at EnvDTE.Project.get_CodeModel() at Infragistics.VSExtension.SolutionListener.ReportInitControlUse(System.Object) at System.Threading.TimerQueueTimer.CallCallbackInContext(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.TimerQueueTimer.CallCallback() at System.Threading.TimerQueueTimer.Fire() at System.Threading.TimerQueue.FireNextTimers() at System.Threading.TimerQueue.AppDomainTimerCallback()

Has anyone else had this problem or anything similar?

I'm running Windows 7 Pro, and I have other VB.NET solutions that seem to open with NO problem, but they all reference a DLL that is part of the solution that causes Visual Studio to crash when loading the IDE.

Thanks,

Jamie Irwin

Parents
No Data
Reply
  • 48586
    posted

    Hello,

    Could you please  let me know if you have installed Infragistics Visual Studio Extension when you had  installed Infragistics 14.1, by default it is installed (please see the attached image). So if the extension was installed please uninstall it (or reinstall the product without Infragistics Visual Studio Excretion) and then reopen your solution. Please let me know if this helps you.

    I am waiting for your feedback.

    VSExt.zip
Children