1. Project -> New -> Basic Windows Azure Express Application
2. Waiting for node components to get loaded
3. Click on Internet Explorer run icon (aka run with debugging)
Result - node.js runs, IE runs, the apps display the welcome message fine BUT Visual Studio crashes! Every time.
The event log shows two errors...
__First Error__
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
Stack:
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__5(System.Object)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Log Name: Application
Source: Application Error
Date: 6/15/2014 7:15:19 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: hp-envy
Description:
Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x914
Faulting application start time: 0x01cf89086244323b
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 0f92639f-f4fc-11e3-825c-a088695e8d27
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-16T02:15:19.000000000Z" />
<EventRecordID>4766</EventRecordID>
<Channel>Application</Channel>
<Computer>hp-envy</Computer>
<Security />
</System>
<EventData>
<Data>devenv.exe</Data>
<Data>12.0.30501.0</Data>
<Data>5361f453</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.16408</Data>
<Data>523d4548</Data>
<Data>e0434352</Data>
<Data>00012eec</Data>
<Data>914</Data>
<Data>01cf89086244323b</Data>
<Data>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe</Data>
<Data>C:\WINDOWS\SYSTEM32\KERNELBASE.dll</Data>
<Data>0f92639f-f4fc-11e3-825c-a088695e8d27</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
__Second Error__
Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x914
Faulting application start time: 0x01cf89086244323b
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 0f92639f-f4fc-11e3-825c-a088695e8d27
Faulting package full name:
Faulting package-relative application ID:
Log Name: Application
Source: Application Error
Date: 6/15/2014 7:15:19 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: hp-envy
Description:
Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x914
Faulting application start time: 0x01cf89086244323b
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 0f92639f-f4fc-11e3-825c-a088695e8d27
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-16T02:15:19.000000000Z" />
<EventRecordID>4766</EventRecordID>
<Channel>Application</Channel>
<Computer>hp-envy</Computer>
<Security />
</System>
<EventData>
<Data>devenv.exe</Data>
<Data>12.0.30501.0</Data>
<Data>5361f453</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.16408</Data>
<Data>523d4548</Data>
<Data>e0434352</Data>
<Data>00012eec</Data>
<Data>914</Data>
<Data>01cf89086244323b</Data>
<Data>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe</Data>
<Data>C:\WINDOWS\SYSTEM32\KERNELBASE.dll</Data>
<Data>0f92639f-f4fc-11e3-825c-a088695e8d27</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Comments: Thank you for reporting this. Can you clarify the version of NTVS that you are using? If it is the beta, I would suggest trying the most recent dev build to see if you're hitting one of the things that we have fixed since it (unfortunately, the call stack is the generic one, shared by different errors in async code, so it's hard to say which if any existing bug you may be hitting).
2. Waiting for node components to get loaded
3. Click on Internet Explorer run icon (aka run with debugging)
Result - node.js runs, IE runs, the apps display the welcome message fine BUT Visual Studio crashes! Every time.
The event log shows two errors...
__First Error__
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
Stack:
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__5(System.Object)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Log Name: Application
Source: Application Error
Date: 6/15/2014 7:15:19 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: hp-envy
Description:
Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x914
Faulting application start time: 0x01cf89086244323b
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 0f92639f-f4fc-11e3-825c-a088695e8d27
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-16T02:15:19.000000000Z" />
<EventRecordID>4766</EventRecordID>
<Channel>Application</Channel>
<Computer>hp-envy</Computer>
<Security />
</System>
<EventData>
<Data>devenv.exe</Data>
<Data>12.0.30501.0</Data>
<Data>5361f453</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.16408</Data>
<Data>523d4548</Data>
<Data>e0434352</Data>
<Data>00012eec</Data>
<Data>914</Data>
<Data>01cf89086244323b</Data>
<Data>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe</Data>
<Data>C:\WINDOWS\SYSTEM32\KERNELBASE.dll</Data>
<Data>0f92639f-f4fc-11e3-825c-a088695e8d27</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
__Second Error__
Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x914
Faulting application start time: 0x01cf89086244323b
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 0f92639f-f4fc-11e3-825c-a088695e8d27
Faulting package full name:
Faulting package-relative application ID:
Log Name: Application
Source: Application Error
Date: 6/15/2014 7:15:19 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: hp-envy
Description:
Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x914
Faulting application start time: 0x01cf89086244323b
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 0f92639f-f4fc-11e3-825c-a088695e8d27
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-16T02:15:19.000000000Z" />
<EventRecordID>4766</EventRecordID>
<Channel>Application</Channel>
<Computer>hp-envy</Computer>
<Security />
</System>
<EventData>
<Data>devenv.exe</Data>
<Data>12.0.30501.0</Data>
<Data>5361f453</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.16408</Data>
<Data>523d4548</Data>
<Data>e0434352</Data>
<Data>00012eec</Data>
<Data>914</Data>
<Data>01cf89086244323b</Data>
<Data>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe</Data>
<Data>C:\WINDOWS\SYSTEM32\KERNELBASE.dll</Data>
<Data>0f92639f-f4fc-11e3-825c-a088695e8d27</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Comments: Thank you for reporting this. Can you clarify the version of NTVS that you are using? If it is the beta, I would suggest trying the most recent dev build to see if you're hitting one of the things that we have fixed since it (unfortunately, the call stack is the generic one, shared by different errors in async code, so it's hard to say which if any existing bug you may be hitting).