Debugging XL addin using Visual C# 2005 Express Edition

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
 
S

Schizoid Man

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top