Issue 118355 - cli assemblies are not able to work with .Net Framework 4.0
Summary: cli assemblies are not able to work with .Net Framework 4.0
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 7
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: ms_interoperability
Depends on:
Blocks:
 
Reported: 2011-07-29 10:03 UTC by saneeasayyed
Modified: 2013-02-24 21:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description saneeasayyed 2011-07-29 10:03:41 UTC
1) We have developed an OXT package which uses the cli_XXXX.dll assemblies given by open office.
2) The add-in is working fine when we were using .Net Framework 3.5.
3) We tried to upgrade the framework from 3.5 to framework 4.0. We had to do "regasm" "cli_oootypes.dll" (i.e. register the assembly to COM) after that we were able to compile the code successfully. 
4) Now, when we try to run it we get an run time exception 
"FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information".
5)we also tried to put  following configuration to soffice.exe.config, swriter.exe.config but did not get any success.

<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
</startup>

<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v2.0.50727"/>
                <supportedRuntime version="v3.5"/>
                <supportedRuntime version="v4.0"/>
</startup>
6) We even tried registering the remaining assemblies to COM but still no use.
7) Can we get cli's that work with .Net Framework 4.0
Comment 1 Marcus 2012-03-03 12:14:56 UTC
this issue is no P1
Comment 2 Oliver-Rainer Wittmann 2012-06-13 12:18:49 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.