I
Irregular
I have an addin written in C# that works fine on two different home
machines, but doesn't work on another two work machines.
It's based directly on the template in
HOW TO: Build an Office COM Add-in by Using Visual C# .NET
http://support.microsoft.com/?id=302901
OnConnect fires, Extensibility.ext_ConnectMode.ext_cm_Startup is set, but
OnStartupComplete never fires. The sample fires the OnStartupComplete
function directly if Extensibility.ext_ConnectMode.ext_cm_Startup isn't set,
and I could cheat and fire it from OnConnect, but I assume that a) there's a
reason it's not working, and b) it might be dangerous to possibly fire it
twice.
Any suggestions on how I can track down the broken bit on the two other
machines, or why this might happen?
machines, but doesn't work on another two work machines.
It's based directly on the template in
HOW TO: Build an Office COM Add-in by Using Visual C# .NET
http://support.microsoft.com/?id=302901
OnConnect fires, Extensibility.ext_ConnectMode.ext_cm_Startup is set, but
OnStartupComplete never fires. The sample fires the OnStartupComplete
function directly if Extensibility.ext_ConnectMode.ext_cm_Startup isn't set,
and I could cheat and fire it from OnConnect, but I assume that a) there's a
reason it's not working, and b) it might be dangerous to possibly fire it
twice.
Any suggestions on how I can track down the broken bit on the two other
machines, or why this might happen?