Issue 124907 - Compile the uno cli api for .Net 4
Summary: Compile the uno cli api for .Net 4
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.1.0
Hardware: PC Windows, all
: P3 Minor
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-15 09:32 UTC by Jens Bornschein
Modified: 2014-05-15 09:33 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jens Bornschein 2014-05-15 09:32:55 UTC
The uno api have to be compiled for using in .Net 4.0 runtime environment it is already compiled for v2.0.50727. Therefore the OO process cannot load his own api if you are using it in a mixed code environment (e.g. C++ and C#) you have to compile and start the api using process in a  useLegacyV2RuntimeActivationPolicy mode. But the OO Process doesn't work right in this mode.