>> using vs.net 2003, .net framework 1.1, C#
>> when a solution has a windows forms project and several class-library projects- when i debug this solution, the debugger moves well from the forms project to the dll project--the classes in this are not serviced components - all is well in this scenario
>> but, when a solution has a windows forms project and several class library projects, where all the classes are ServicedComponents (System.EnterpriseServices), when i step thru, I am forced to to attach to the process for each dll project. It is a major pain to do this every time. Is there a way to automatically attach to all the processes of all the dlls in my solution, when the dlls contain classes that are serviced components.
>>when i use vb6 and com+, my vbg (vb group file) has 100 forms and 10 dll projects- each dll project has several classes and each class requires transaction.
In this scenario, the vb6 debugger nicely steps thru from the form code to
the dll code- without having to attach to any processes- i want to be able to
do this in vs.net 2003 - C#
>> thanks to all for your time and comments
thanks
ranga raghuram