https://bugs.documentfoundation.org/show_bug.cgi?id=94460
Bug ID: 94460
Summary: External component has thrown an exception,
Bootstrap.Bootstrap(), .NET 4 UNO CLI, LibreOffice 5
Product: LibreOffice
Version: 5.0.0.5 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: critical
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
With the following code:
static void Main()
{
try
{
var context = uno.util.Bootstrap.bootstrap();
}
catch (Exception ex)
{
Console.WriteLine(ex.toString());
}
}
I can start Writer of LibreOffice. This works fine with Version 4.4.4 but after
installing version 5 and with new SDK, Bootstrap.bootstrap() throws the
exception:
"External component has thrown an exception"
Has anyone faced the same problem or some solution? (.NET 4.0, Windows 7
64-bit, LibreOffice 5.0 Lite)
Stack Trace
System.Runtime.InteropServices.SEHException (0x80004005): Eine externe
Komponente hat eine Ausnahme ausgelöst.
bei cppu.bootstrap(Reference<com::sun::star::uno::XComponentContext>* )
bei uno.util.Bootstrap.bootstrap()
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs