Hi,
At work I have Visual Studio 2005, and I can debug my Excel add-ins by
attaching to the Excel.exe process and it works like a charm.
However at home I only have access to Visual C# Express 2005 Edition,
which does not have any 'Attach To Process' functionality.
How do I debug anything other than a console application with this
edition of the compiler?
Regards,
Anuj
Schizoid Man - 06 Mar 2008 08:17 GMT
> Hi,
>
[quoted text clipped - 6 lines]
> How do I debug anything other than a console application with this
> edition of the compiler?
Hi,
In case anybody is interested, the answer can be found at:
http://msdn2.microsoft.com/en-us/library/3s68z0b3.aspx
Anuj