Hi Bryan,
Thanks for the reply. I wasn't clear about this in my posting, but the
DiscoCodeGenerator error I am getting is on compile. To my best
knowledge I cannot use the VS debugger to step through the build process
as it relates to the thrown DiscoCodeGenerator error. Is that correct?
Thanks!
> Use windbg or another instance of Visual Studio and attach to the web
> server process serving the web service. Configure the debugger to break
[quoted text clipped - 28 lines]
>>
>> Mike
Bryan Phillips - 20 May 2007 14:34 GMT
You can open a 2nd instance of Visual Studio to debug the 1st instance
of Visual Studio. This is how VS add-ins and packages are debugged.
Since the error is during compile, you may have to also attach to the c#
compiler exe.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
> Hi Bryan,
>
[quoted text clipped - 43 lines]
> >>
> >> Mike