| Summary: | Interprocess communication via CLI nonfunctional | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | bugzilla |
| Component: | LibreOffice | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | critical | CC: | thomas-libo |
| Priority: | medium | ||
| Version: | 3.5.0 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Windows (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
|
Description
bugzilla
2012-02-17 04:31:25 UTC
Same way (x86 only tested), same version, same result.
In our C# application.
XComponentContext localContext = uno.util.Bootstrap.bootstrap();
System.Runtime.InteropServices.SEHException
Message : Un composant externe a levé une exception.
Source : cli_cppuhelper
StackTrace :
à cppu.bootstrap(Reference<com::sun::star::uno::XComponentContext>* )
à uno.util.Bootstrap.bootstrap()
à LO.Start() {...}
TargetSite :
{com.sun.star.uno.Reference<com::sun::star::uno::XComponentContext>* cppu.bootstrap(com.sun.star.uno.Reference<com::sun::star::uno::XComponentContext>*)}
See also here: https://bugs.freedesktop.org/show_bug.cgi?id=46832 |