Home
TeamSite
FileSite 8.5 SP3 Update 5
System
In order to try and fix a bug with emails, I have just updated my desktop with FileSite 8.5 SP3 Update 5.
However, on running my code in Word 2010, I'm now getting an error which was not happening before with SP2 Update 6.
Basically the error is "Compile Error: Object library feature not supported" and occurs within the following segment of code...
Dim t_objComAddIn As Office.COMAddIn
Dim t_myExtObject As iManO2K.iManageExtensibility
Dim t_NRTDocument As IManage.nrtDocument
Set t_objComAddIn = Application.COMAddIns("oUTR02K.Connect")
Set t_myExtObject = t_objComAddIn.Object <== Error occurs here
Is anyone able to shed some light on the issue? As mentioned above, this was not an issue with the previous install.
Many thanks
Find more posts tagged with
Comments
Migrateduser
Hi,
SP3 switched to .net API for VBA code, and update 5 reintroduced a backwards compatibility com dll, but you may need to update your refereces (should be made to "WorkSite Office Integration for Backward Compatibility" - oUTR02K.dll)