Pb with Shared Addin

F

Franck

Hi, my class object inherited from IDTExtensibility2 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.
 
C

Carlos J. Quintero [.NET MVP]

Hi Franck,
Hi, my class object inherited from IDTExtensibility2 is no longer
running in my Shared Addin!

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

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.
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." !

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:
http://www.mztools.com
 

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