Visual Studio 2010 error on startup

We are using vs 2010 on this machine (server 2003), and now visual studio has just started crashing on startup. there is no way to run it at all, it just crashes every time.

I tried Devenv.exe / SafeMode, resetsettings, etc. same result. I tried reinstalling vs2010, I tried disabling it and reinstalling it, same thing.

The event log says that this is done with the command base server:


EventType clr20r3, P1 devenv.exe, P2 10.0.30319.1, P3 4ba1fab3, P4 microsoft.teamfoundation.common, P5 10.0.0.0, P6 502e379e, P7 4b6, P8 45, P9 system.missingmethodexception, P10 NIL.


There is also an error with the trace stack:


Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.MissingMethodException Stack: at Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost+AuthenticateWorker.WorkCompleted(System.Object, System.Object, System.ComponentModel.AsyncCompletedEventArgs) at Microsoft.TeamFoundation.Common.TfsBackgroundWorkerManager.worker_RunWorkerCompleted(System.Object, System.ComponentModel.RunWorkerCompletedEventArgs) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) at System.Threading.ExecutionContext.runTryCode(System.Object) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) 

We use TFS and have no problems with this.
Any ideas as to why this started, and more importantly, How can I fix this? there seems to be no way to run visual studio without the tfs component, and we still need tfs.

+7
source share
5 answers

It seems that the problem was updating Windows, which was not compatible with the installed Power Tools Team Foundation Server 2010. When I installed the latest version of power tools, VS stopped crashing.

http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f

I deleted all this, but I think .. who knows ...

0
source

After me they worked

  • Close all VS instances.

  • browse to [System Drive]: \ Users [Username] \ AppData \ Roaming \ Microsoft \ VisualStudio \ 10.0

  • delete all files and folders from the above folder.

and open VS again, and everything should return to normal operation.

+21
source

I uninstall the Power Tool (doesn't work) I install the last Power Tool (doesn't work) I uninstall TFS (it starts working) then I install TFS again (it still works :))

Thanks, and by the way, the error message in the Windows event log:

Fault Box 3292093736, Type 5 Event Name: CLR20r3 Answer: Not Available Cabin Id: 0

Task signature: P1: devenv.exe P2: 10.0.30319.1 P3: 4ba1fab3 P4: Microsoft.TeamFoundation.Common P5: 10.0.0.0 P6: 502e379e P7: 4b6 P8: 45 P9: System.MissingMethodException P10:

Attached files:

These files can be accessed here: C: \ Users \ rahiljm \ AppData \ Local \ Microsoft \ Windows \ WER \ ReportArchive \ Critical_devenv.exe_1e501d4117b8b2664a23a63826807fb1d894270_1b9a7992

Analysis symbol: Recheck for solution: 0 Report ID: f92dcd0f-91aa-11e2-8682-8c89a571d971 Report status: 0

+1
source

I had this problem after forcibly reinstalling Visual Studio 2010 for BizTalk 2010 ESB to work.

I was unable to download KB2581206 as it no longer has any valid content. However, there is an alternative download that also does the job ...

http://www.microsoft.com/en-us/download/details.aspx?id=29082

... which is the GDR Visual Studio 2010 SP1 Team Foundation Server.

+1
source

I had the same problem.

I reinstalled Visual Studio SP1 and uninstalled all Net Framework language packs. After that, the problem was resolved.

0
source

All Articles