For some reason visual studio 2010 crashes and restart on publish to the cloud.
This is specific for one big role (about 50mb).
Visual studio dies just before he opens the status in win azure activity log.
In about 10 attempts one works and the role gets uploaded and started.
VS crash even if I just select to create a package in publish dialog.
Error log:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Build.Shared.InternalErrorException
Stack:
at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(System.String, System.Exception, System.Object[])
at Microsoft.Build.BackEnd.RequestBuilder.RequestThreadProc()
at System.Threading.ThreadHelper.ThreadStart_Context(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.Threading.ThreadHelper.ThreadStart()
This is the crash report tha VS creates:
Version=1
EventType=CLR20r3
EventTime=129451958347338984
ReportType=1
Consent=1
UploadTime=129451958351858984
ReportIdentifier=066f4938-53d2-11e0-8b91-70f3952d24e2
Response.BucketId=1195077025
Response.BucketTable=5
Response.type=4
Sig[0].Name=Problem Signature 01
Sig[0].Value=devenv.exe
Sig[1].Name=Problem Signature 02
Sig[1].Value=10.0.30319.1
Sig[2].Name=Problem Signature 03
Sig[2].Value=4ba1fab3
Sig[3].Name=Problem Signature 04
Sig[3].Value=mscorlib
Sig[4].Name=Problem Signature 05
Sig[4].Value=4.0.0.0
Sig[5].Name=Problem Signature 06
Sig[5].Value=4ba1da6f
Sig[6].Name=Problem Signature 07
Sig[6].Value=3faf
Sig[7].Name=Problem Signature 08
Sig[7].Value=57
Sig[8].Name=Problem Signature 09
Sig[8].Value=ONVT03M1RZ20JLPUEBOPCNHAKX0UJFRN
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.1.7600.2.0.0.256.48
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
UI[2]=C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
UI[3]=Microsoft Visual Studio has encountered a problem and needs to close.
UI[4]=If you had files open that contained unsaved changes, these changes might be lost.
UI[5]=Check online for a solution and restart the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
Sec[0].Key=LCID
Sec[0].Value=1033
State[0].Key=Transport.DoneStage1
State[0].Value=1
State[1].Key=DataRequest
State[1].Value=iData=1/nDumpFile=//Upload//iCab//5E07174C052F4BA5B62791F402E0426E.cab/nDumpServer=watson105.watson.microsoft.com/nResponseServer=watson105.watson.microsoft.com/nResponseURL=//dw//GenericFour.asp?iBucket=1195077025&szCab=5E07174C052F4BA5B62791F402E0426E.cab&EventType=CLR20r3&MID=AD4C023B-8267-4315-A162-3B1A5BCAED77/nMemoryDump=1/nBucket=1195077025/nBucketTable=5/nResponse=1/n
FriendlyEventName=Stopped working
ConsentKey=CLR20r3
AppName=Microsoft Visual Studio
AppPath=C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
This drives me crazy, and it is a big waste my time. Please help, I don't know what other info I can post.