Debugging XL addin using Visual C# 2005 Express Edition

  • Thread starter Thread starter Schizoid Man
  • Start date Start date
S

Schizoid Man

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 said:
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?

Hi,

In case anybody is interested, the answer can be found at:
http://msdn2.microsoft.com/en-us/library/3s68z0b3.aspx

Anuj
 
Back
Top