jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

VS2010 Crash when adding service reference to c# project #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open VS2010
2. Create a new C# project
3. Click Refences -> Add Service Referene

What is the expected output? What do you see instead?
VS2010 crashes

What version of the product are you using? On what operating system?
1.3.9

Please provide any additional information below.

Function 
Aurora.AsyncProcess.RunCommand(EnvDTE.OutputWindowPane, System.String, 
System.String, System.String, Int32) 
Aurora.AsyncProcess+CommandThread.Run() 
System.Threading.ThreadHelper.ThreadStart_Context(System.Object) 
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, 
System.Threading.ContextCallback, System.Object) 
System.Threading.ThreadHelper.ThreadStart() 

Full Call Stack

Function     Arg 1     Arg 2     Arg 3     Arg 4   Source 
ntdll!NtRaiseException+12     09bbe9f8     09bbea48     00000000     e0434f4d   

ntdll!KiUserExceptionDispatcher+29     09bbe9f8     09bbea48     00000000     
e0434f4d    

Original issue reported on code.google.com by benp...@gmail.com on 5 Sep 2012 at 7:44

GoogleCodeExporter commented 9 years ago
Believed fixed in r136. Could you try in 1.4.0?

Original comment by jim.tila...@gmail.com on 15 Sep 2012 at 4:40

GoogleCodeExporter commented 9 years ago
Hi Jim,

Just tested it this morning, this looks fixed with 1.4.0 ;)
Thanks a lot
Ben

Original comment by benp...@gmail.com on 17 Sep 2012 at 9:52