all groups > visual studio .net ide > april 2004 >
You're in the

visual studio .net ide

group:

VS .NET 2003 crashes on solution close


VS .NET 2003 crashes on solution close Roland Martin
4/27/2004 6:31:05 AM
visual studio .net ide:
I have just added a reference to System.Web.Services within a project and everytime I close the solution VS .NET 2003 crashes, here is the info from the event log (eventID 1000)

Faulting application devenv.exe, version 7.10.3077.0, faulting module cslangsvc.dll, version 7.10.3077.0, fault address 0x00049995

I also have the following prexisting references, the project is quite large

AxInterop.SHDocV
Interop.SHDocV
Syncfusion.Edi
Syncfusion.Gri
Syncfusion.Share
Syncfusion.Tool
Syste
System.Dat
System.Drawin
System.Runtime.Serialization.Formatters.Soa
System.Web.Services --> Just adde
System.Windows.Form
System.XM

I can run and debug the project with no problems, it's just closing the solution which causes the crash. Is there any workaround to this bug? If not will there be a fix anytime soon?

Thanks - Roland Marti
Re: VS .NET 2003 crashes on solution close Roland Martin
4/28/2004 5:41:08 AM
VS .NET 2003 itself should never crash (especially on just a simple project close) so I don't see how this could be related to Syncfusion specific references. Maybe it is somehow but the fault is in cslangsvc.dll which means only Microsoft can really tell what is happening. If I remove the Syncfusion references it does not happen, if I remove System.Web.Services (leaving Syncfusion references in) it does not occur. I can only speculate that it has something to do with the complexity of things being referenced. Hopefully someone from Microsoft can shed some light

Thanks - Rolan


----- Miha Markic [MVP C#] wrote: ----

Hi Roland

It is possible that crash is caused by 3rd party
It would be nice if you could remove all references to 3rd partie
(Syncfusion.* in your case) and test it

--
Miha Markic [MVP C#] - RightHand .NET consulting & software developmen
miha at rthand co
www.rthand.co

"Roland Martin" <anonymous@discussions.microsoft.com> wrote in messag
news:8D998E9F-C618-4A7F-B029-93FC85192482@microsoft.com..
[quoted text, click to view]
everytime I close the solution VS .NET 2003 crashes, here is the info fro
the event log (eventID 1000)
[quoted text, click to view]
solution which causes the crash. Is there any workaround to this bug? If no
will there be a fix anytime soon?
[quoted text, click to view]
Re: VS .NET 2003 crashes on solution close Miha Markic [MVP C#]
4/28/2004 9:51:13 AM
Hi Roland,

It is possible that crash is caused by 3rd party.
It would be nice if you could remove all references to 3rd parties
(Syncfusion.* in your case) and test it.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

[quoted text, click to view]
everytime I close the solution VS .NET 2003 crashes, here is the info from
the event log (eventID 1000):
[quoted text, click to view]
solution which causes the crash. Is there any workaround to this bug? If not
will there be a fix anytime soon??
[quoted text, click to view]

Re: VS .NET 2003 crashes on solution close Miha Markic [MVP C#]
4/28/2004 3:01:45 PM
Hi Roland,

[quoted text, click to view]
project close) so I don't see how this could be related to Syncfusion
specific references. Maybe it is somehow but the fault is in cslangsvc.dll
which means only Microsoft can really tell what is happening. If I remove
the Syncfusion references it does not happen, if I remove
System.Web.Services (leaving Syncfusion references in) it does not occur. I
can only speculate that it has something to do with the complexity of things
being referenced. Hopefully someone from Microsoft can shed some light.

Maybe (speculating heavily :) ) Syncfusion (or some other thing) uses IDE
through VSIP or through some other mean (remember IDE is very extensible).
You can crash the IDE in that way (that's because I think it is 3rd party
fault).
I don't think that simply referencing an assembly would casue ide crashing.
And of course, it can still be an IDE fault.

RE: VS .NET 2003 crashes on solution close Kiblik
4/29/2005 12:00:00 AM
I've got the same problem (with the same event log).
But there's another strange behavior of VS. When I open the solution from .sln file, the VS crashes on solution close. But when I open VS first and after that the solution from File>OpenSolution or from the Start Page, the VS does NOT crash on solution close.
I think this is the proof, that this behavior is NOT caused by 3rd party references.

From http://www.developmentnow.com/g/55_2004_4_0_0_290041/VS--NET-2003-crashes-on-solution-close.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button