https://issues.apache.org/ooo/show_bug.cgi?id=123065
Bug ID: 123065
Issue Type: DEFECT
Summary: sdk dlls not compatible with .Net 4
Product: App Dev
Version: 4.0.0
Hardware: PC
OS: Windows, all
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The available SDK-dlls for cli to .Net (cli_basetypes, cli_cppuhelper,
cli_oootypes, cli_ure, cli_uretypes) are compiled for runtime environment
v2.0.50727. That is not compatible to the actual .Net 4 framework. This leads
to the fact that the extensions created with this SDK can't be loaded as an
internal extension. You have to let them run in their own external process with
compatibility mode. So you need to implement some inter-process-communication
between your registered UNO-Service and the .Net application handling the
requests.
It's not possible to run the OpenOffice process itself in this compatibility
mode by changing the appconfig.
The SDK cli dlls have to be compatible with the actual .Net 4 runtime
environment.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.