Debugging XL addin using Visual C# 2005 Express Edition

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Schizoid Man

    #1

    Debugging XL addin using Visual C# 2005 Express Edition

    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

    #2
    Re: Debugging XL addin using Visual C# 2005 Express Edition

    Schizoid Man wrote:
    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

    Comment

    Working...