D
Daniel Chalef
Hi,
I am having some difficulty getting my Office Add-In
(which integrates Office
with our Document Management System) running on a machine
that doesn't have
Visual Studio .NET on it also.
The CommandBars that the AddIn creates don't appear, and
AddIn never gets
instantiated (I have some logging code in the constructor
of the class that
implements IDTExtensibility2 that doesn't get executed-
since the log file
never appears).
The AddIn requires the .NET Framework 1.1 and Web Service
Enhancements 1.0
to enable it to talk SOAP and DIME to the DMS.
I've tried
with:
- Office XP, SP1 and SP2 all exhibit the same symptoms-
the AddIn fails to
load, isn't listed under COM Add-Ins, despite showing up
in System
Information.
- Office 2003 shows the AddIn under COM Add-Ins with the
error message: "Not
loaded. A runtime error occurred during the loading of
the COM Add-in"
Any diagnostics, clues, ideas will be greatly appreciated.
Thanks
Daniel
I am having some difficulty getting my Office Add-In
(which integrates Office
with our Document Management System) running on a machine
that doesn't have
Visual Studio .NET on it also.
The CommandBars that the AddIn creates don't appear, and
AddIn never gets
instantiated (I have some logging code in the constructor
of the class that
implements IDTExtensibility2 that doesn't get executed-
since the log file
never appears).
The AddIn requires the .NET Framework 1.1 and Web Service
Enhancements 1.0
to enable it to talk SOAP and DIME to the DMS.
I've tried
with:
- Office XP, SP1 and SP2 all exhibit the same symptoms-
the AddIn fails to
load, isn't listed under COM Add-Ins, despite showing up
in System
Information.
- Office 2003 shows the AddIn under COM Add-Ins with the
error message: "Not
loaded. A runtime error occurred during the loading of
the COM Add-in"
Any diagnostics, clues, ideas will be greatly appreciated.
Thanks
Daniel