.net 4.0 - Visual Studio 2015 with Update 3 crashes -
starting today visual studio 2015 update 3 crashes ones sees code in text editor. can open solution without opening files fine, error below if text editor open code. more exact can open default.aspx files, crashes on default.aspx.vb file!
i tried repair visual studio. didn't work. tried reinstall visual studio, didn't work either. found corrupt files on windows 8.1 related .net framework, after repairing still error.
update: extension problem. uninstalling ajax control toolkit didn't resolve problem though. uninstall of visual studio , cleaning install directory (c:\program files (x86)\microsoft visual studio 14.0\common7\ide\extensions) , reinstall didn't work. in end reinstalled windows , installed update 3, worked.
this error in event viewer:
application: devenv.exe framework version: v4.0.30319 description: process terminated due unhandled exception. exception info: system.componentmodel.composition.compositionexception @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(system.threading.tasks.task) @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(system.threading.tasks.task) @ microsoft.alm.remoting.asyncremotingservices+d__1
1[[system.__canon, mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089]].movenext() @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(system.threading.tasks.task) @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(system.threading.tasks.task) @ microsoft.alm.remoting.remoteserviceprovider+<getserviceasync>d__12.movenext() @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(system.threading.tasks.task) @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(system.threading.tasks.task) @ microsoft.alm.remoting.remoteserviceproviderextensions+<getserviceasync>d__0
1[[system.__canon, mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089]].movenext() @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(system.threading.tasks.task) @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(system.threading.tasks.task) @ microsoft.visualstudio.alm.roslyn.client.visualstudioworkspacehost+d__37.movenext() @ system.runtime.compilerservices.asyncmethodbuildercore+<>c.b__6_0(system.object) @ system.windows.threading.exceptionwrapper.internalrealcall(system.delegate, system.object, int32) @ system.windows.threading.exceptionwrapper.trycatchwhen(system.object, system.delegate, system.object, int32, system.delegate) @ system.windows.threading.dispatcheroperation.invokeimpl() @ system.windows.threading.dispatcheroperation.invokeinsecuritycontext(system.object) @ system.threading.executioncontext.runinternal(system.threading.executioncontext, system.threading.contextcallback, system.object, boolean) @ system.threading.executioncontext.run(system.threading.executioncontext, system.threading.contextcallback, system.object, boolean) @ system.threading.executioncontext.run(system.threading.executioncontext, system.threading.contextcallback, system.object) @ ms.internal.culturepreservingexecutioncontext.run(ms.internal.culturepreservingexecutioncontext, system.threading.contextcallback, system.object) @ system.windows.threading.dispatcheroperation.invoke() @ system.windows.threading.dispatcher.processqueue() @ system.windows.threading.dispatcher.wndprochook(intptr, int32, intptr, intptr, boolean byref) @ ms.win32.hwndwrapper.wndproc(intptr, int32, intptr, intptr, boolean byref) @ ms.win32.hwndsubclass.dispatchercallbackoperation(system.object) @ system.windows.threading.exceptionwrapper.internalrealcall(system.delegate, system.object, int32) @ system.windows.threading.exceptionwrapper.trycatchwhen(system.object, system.delegate, system.object, int32, system.delegate) @ system.windows.threading.dispatcher.legacyinvokeimpl(system.windows.threading.dispatcherpriority, system.timespan, system.delegate, system.object, int32) @ ms.win32.hwndsubclass.subclasswndproc(intptr, int32, intptr, intptr)
Comments
Post a Comment