No OnConnection event when using Visual Studio Installer

  • Thread starter Thread starter Sasa Vegi
  • Start date Start date
S

Sasa Vegi

I have problems installing my VB6 add-in. Everything is working fine when I
build DLL in Visual Studio.

But I can't create a working setup for it with Visual Studio Installer.
Setup registers the add-in (I can see it in the add-ins list) but it doesn't
show my toolbar.

OnConnection event is fired only the first time Outlook is started (when I
look for CDO). First, I thought that I haven't terminated all objects, but
it won't work even after I restart the computer. Anyway, it works perfectly
when Visual Studio builds DLL and registers add-in.

What am I missing? Is there a registry entry that I have to add to
installer?
 
Sasa Vegi said:
I have problems installing my VB6 add-in. Everything is working fine when I
build DLL in Visual Studio.

But I can't create a working setup for it with Visual Studio Installer.
Setup registers the add-in (I can see it in the add-ins list) but it doesn't
show my toolbar.

OnConnection event is fired only the first time Outlook is started (when I
look for CDO). First, I thought that I haven't terminated all objects, but
it won't work even after I restart the computer. Anyway, it works perfectly
when Visual Studio builds DLL and registers add-in.

What am I missing? Is there a registry entry that I have to add to
installer?


Nevermind, it works now....
 
Back
Top