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] > I have just added a reference to System.Web.Services within a project an
everytime I close the solution VS .NET 2003 crashes, here is the info fro
the event log (eventID 1000)
[quoted text, click to view] >> Faulting application devenv.exe, version 7.10.3077.0, faulting modul
cslangsvc.dll, version 7.10.3077.0, fault address 0x00049995
>> I also have the following prexisting references, the project is quit
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 th
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] >> Thanks - Roland Marti
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] "Roland Martin" <anonymous@discussions.microsoft.com> wrote in message
news:8D998E9F-C618-4A7F-B029-93FC85192482@microsoft.com...
> 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):
[quoted text, click to view] >
> 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.SHDocVw
> Interop.SHDocVw
> Syncfusion.Edit
> Syncfusion.Grid
> Syncfusion.Shared
> Syncfusion.Tools
> System
> System.Data
> System.Drawing
> System.Runtime.Serialization.Formatters.Soap
> System.Web.Services --> Just added
> System.Windows.Forms
> System.XML
>
>
> 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??
[quoted text, click to view] >
> Thanks - Roland Martin
>
Hi Roland,
[quoted text, click to view] "Roland Martin" <anonymous@discussions.microsoft.com> wrote in message
news:E6287900-A825-40DF-B27C-E3509478E164@microsoft.com...
> 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.
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.