CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Posts
    596

    How to create an Add-In?

    Hello everyone,

    I'm following along in an online version of an O'Riley book "Programming Mappoint in .NET". The book is referencing Mappoint 2004 so it's a little outdated.

    The book mentions creating an Add-In. The author writes the following to create an Add-In:

    "Create an extensibility project for a shared Add-In using Visual Studio .NET's New Project dialog, as shown in Figure 4-2."

    I'm not able to see what's in Figure 4-2 in this online version and don't know what is the correct type of project to create in VS2010 ultimate.

    What kind of project do I select to do this Add-In in VS2010?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to create an Add-In?

    Does the online book refer to a MapPoint SDK? If so, there is probably an AddIn project template that gets added to Visual Studio when you install the SDK.

  3. #3
    Join Date
    Dec 2009
    Posts
    596

    Re: How to create an Add-In?

    Arjay, how's it going. I found the extenisbility project. In VS2010 the path is File New/Project/Extensibilty/Shared Add-in.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured