Pb with Shared Addin

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

    #1

    Pb with Shared Addin

    Hi, my class object inherited from IDTExtensibilit y2 is no longer
    running in my Shared Addin!

    I got a breakpoint in the OnConnection event but it's not fired at all
    !

    Got another class (AutoDual one) with several functions which works
    great !

    I'm tryin to add a sample function which display the Application
    object name but it's telling me "Object reference not set to an
    instance of an object." !

    Is it a registry keys problem ?

    Thks for help.

  • Franck

    #2
    Re: Pb with Shared Addin

    Forget it, I'm stupid !

    Comment

    • Carlos J. Quintero [.NET MVP]

      #3
      Re: Pb with Shared Addin

      Hi Franck,
      [color=blue]
      > Hi, my class object inherited from IDTExtensibilit y2 is no longer
      > running in my Shared Addin!
      >
      > I got a breakpoint in the OnConnection event but it's not fired at all ![/color]

      It could be that the add-in is no longer registered or that the compiled and
      registered add-in is no longer in synch with the source code that you are
      debugging, and therefore the breakpoint is not hit.
      [color=blue]
      > I'm tryin to add a sample function which display the Application
      > object name but it's telling me "Object reference not set to an
      > instance of an object." ![/color]

      That's a different problem. First, solve the breakpoint problem.


      --

      Best regards,

      Carlos J. Quintero

      MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
      You can code, design and document much faster.
      Free resources for add-in developers:
      MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.



      Comment

      Working...