hello,
Factory has been renamed to Core and use a singleton instance by default.
NetOffice.Core.Default.CreateObjectFromComProxy(null, application);
You can create multiple core's now to get multiple COM proxy tree's
Each NetOffice Tools based addin has an own core. (this.Factory)
This breaking change want handle the problem that all unshimmed COM-Addins
was loaded from office in the same appdomain. so you have 2 addin.dll's loaded(based on NetOffice)
both addins share the static factory core and its stettings and this cause unwanted side effects.
*Sebastian
Factory has been renamed to Core and use a singleton instance by default.
NetOffice.Core.Default.CreateObjectFromComProxy(null, application);
You can create multiple core's now to get multiple COM proxy tree's
Each NetOffice Tools based addin has an own core. (this.Factory)
This breaking change want handle the problem that all unshimmed COM-Addins
was loaded from office in the same appdomain. so you have 2 addin.dll's loaded(based on NetOffice)
both addins share the static factory core and its stettings and this cause unwanted side effects.
*Sebastian