How can I debug an addin?

Hi,

Never developed an Add in and I am going to have a go at it.

I was looking through an example I have downloaded but cannot figure out what I need to do in order to debug it.

Also any links on how to write them as well

Thanks



Answer this question

How can I debug an addin?

  • romano

  • Steve010010101111101010011111111

    Hi,

    Thanks for your reply.I have looked at the links and there is lots of info.However I still cannot find any info with a detailed info how to debug an add in.Also your ms-help link gives me an error.

    any more ideas on how to debug it .I have goggled it but cannot seem to find anything on debugging an addin.

    Thanks


  • Deathra

    ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_extcore/html/f71a2253-3e68-4e5e-9a18-edbba816caf6.htm

    in the VS doc collection is a good place to start, and

    http://msdn.microsoft.com/library/default.asp url=/library/en-us/Extensibility_Guided_Tour/The%20VSIP%20Program.asp

    has some good info on Add-ins.

    There is a lot of info out there, Carlos Quintero has a great deal of info, for instance, so I suggest some searching as well.



  • MamaKike

    You have a lot of resources in the "For add-in developers" section of my web site (below).

    --
    Best regards,
    Carlos J. Quintero
    MZ-Tools: Productivity add-ins for Visual Studio
    You can code, design and document much faster:
    http://www.mztools.com



  • James Donnelly

    Do you know of any walkthrough of how to create a sql server add in

    Thanks


  • Nick Asseloos

    Thanks for the link.This is exactly the kind of thing I was looking for.

    Great

    Thanks


  • flamingwoodchuck

    I have few tools that help me in my daily jobs whilst working with sql server.

    I was thinking of writing an add in for sql Server 2005 and i have it all neat there.

    EG scripting Tables,Writing SPS ,helping with sps debugging and so on.

    I have seen a couple around but could not find documentation on how to do this addins from scratch.Surely it will be the same concept.

    Thanks


  • MikeB.

    Fantastic tools and good links.Thanks I will look through them.


  • Konstantinos Polychronis

    Which is a "SQL Server add-in" There are add-ins for Visual Studio, for Office apps (Excel, Word, Outlook, etc.), but for SQL Server What are you trying to do

    --
    Best regards,
    Carlos J. Quintero
    MZ-Tools: Productivity add-ins for Visual Studio
    You can code, design and document much faster:
    http://www.mztools.com



  • How can I debug an addin?