Re: Nuget package for C#

2025-04-05 Thread Ilya Sokolov
uld have > > communicate with .Net if the corresponding LibreOffice.Bindings Nuget > > is used. Accordingly to the link the Nuget should be located at > > /dotnet/LibreOffice.Bindings.0.1.0.nupkg, however, after installing > > LibreOffice_25.2.1.2_Win_x86-64_sdk I have no dotnet fo

Re: Nuget package for C#

2025-04-04 Thread Hossein Nourikhah
no dotnet folder in C:\Program Files\LibreOffice\sdk. I have posted the question here (https://ask.libreoffice.org/t/nuget-package-for-c/119073) and got the advice to mail to this list. Could you tell me how can I get the LibreOffice.Bindings Nuget? -- Best Regards, Ilia Sokolov Links

Re: Nuget package for C#

2025-03-27 Thread Ilya Sokolov
Hello, Hossein Thank you for the advice, it helped. I successfully managed to run the WriterDemo example and to connect to the Libre Office from my application. The differences between the .Net Core API and the API used for .Net Framework are astonishing. Could you tell me if there is an example

Re: Nuget package for C#

2025-03-26 Thread Hossein Nourikhah
Hello Ilya, I think it would be better that you try running the SDK examples first, for example: odk/examples/dotnet/WriterDemo/csharp/ That exception can be caused by wrong or incomplete configuration during the execution. For me, invoking 'make WriterDemo.run' succeeds (on Linux), but manu

Re: Nuget package for C#

2025-03-26 Thread Ilya Sokolov
r, when then the .Net 8 >>> > application tries to connect to the Libre Office an exception >>> > occurres. >>> > >>> > Brief googling provided the link 148857 – Handle is not initialized >>> > exception when bootstrapping with .Net (but not i

Re: Nuget package for C#

2025-03-23 Thread Ilya Sokolov
xception when bootstrapping with .Net (but not in .Net Framework) 3 >> > [1], where it is said that the latest Libre Office should have >> > communicate with .Net if the corresponding LibreOffice.Bindings Nuget >> > is used. Accordingly to the link the Nuget should be located at

Re: Nuget package for C#

2025-03-19 Thread Ilya Sokolov
-- >> *发件人:* "Ilya Sokolov" ; >> *发送时间:* 2025年3月19日(星期三) 中午1:50 >> *收件人:* "libreoffice"; >> *主题:* Nuget package for C# >> >> Hello >> >> I have an application, which integrates with Libre Office via C# >> libraries.

Nuget package for C#

2025-03-18 Thread Ilya Sokolov
.org/t/nuget-package-for-c/119073) and got the advice to mail to this list. Could you tell me how can I get the LibreOffice.Bindings Nuget? -- Best Regards, Ilia Sokolov