.Net Core SDK

2025-07-03 Thread Ilya Sokolov
Hello Could you tell me if there is an example of how to get Libre Office version in .Net Core SDK? I have code which worked with the .net framework, but now the code, listed below, does not work: Any[] VerRequest = new Any[1]; > >VerRequest[0] = new Any(typeof(PropertyValue), new Propert

Re: Nuget package for C#

2025-04-05 Thread Ilya Sokolov
ent/lode > > I have built LO with cross platform .NET support myself, and the > resulting package is available in: > > instdir/sdk/dotnet/LibreOffice.Bindings.0.1.0.nupkg > > inside LibreOffice core source folder. > > Regards, > Hossein > > On 19.03.2025 06:50

Probable .Net Core SHK issues

2025-04-01 Thread Ilya Sokolov
Hello, 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 of how to get Libre Office version if .Net? I

Re: .Net Core SDK, cannot set text property

2025-03-27 Thread Ilya Sokolov
t to an instance of an object.' occurs on the cursor.query().setPropertyValue("CharEscapementHeight", new Any((Byte)100)); line. On Fri, Mar 28, 2025 at 8:35 AM Ilya Sokolov wrote: > Hello, > > It seems there is another issue with the .Net Core SDK. > > There is a need

Re: .Net Core SDK, cannot set text property

2025-03-27 Thread Ilya Sokolov
pe is void. Perhaps you want Any.VOID? Could you tell me what is a proper way to change the table column width using the .Net Core SDK? On Thu, Mar 27, 2025 at 6:28 PM Ilya Sokolov wrote: > Hello > > I am trying to use the .Net Core SDK and try to run some program, which > previ

.Net Core SDK, cannot set text property

2025-03-27 Thread Ilya Sokolov
Hello I am trying to use the .Net Core SDK and try to run some program, which previously run on .Net Framework. There is a strange issue here: there are two properties of a character, CharEscapement and CharEscapementHeight, they are set like XText DocText = m_Doc.query().getText(); m_TextCurs

Re: Nuget package for C#

2025-03-27 Thread Ilya Sokolov
ples when you build LibreOffice yourself. Please try again, and > tell if you could run the examples. > > Regards, > Hossein > > On 26.03.2025 10:00, Ilya Sokolov wrote: > > Thanks for the manual, the manual works, the build was successful and > > the Lib

Re: Nuget package for C#

2025-03-26 Thread Ilya Sokolov
read or write protected memory. This is often an indication that other memory is corrupt." Could you tell me if there is a way to eliminate the error? What may cause the error? On Mon, Mar 24, 2025 at 9:39 AM Ilya Sokolov wrote: > The second question arises from the fact that if I t

Re: Nuget package for C#

2025-03-23 Thread Ilya Sokolov
exception says that : "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." On Mon, Mar 24, 2025 at 9:15 AM Ilya Sokolov wrote: > Thanks for the manual, the manual works, the build was successful and the > LibreOffice.Bindings

Re: Nuget package for C#

2025-03-19 Thread Ilya Sokolov
If the .Net Core Nuget has to be compiled separately, could you tell me if there is any manual about what to compile and how? On Wed, Mar 19, 2025 at 9:17 AM Ilya Sokolov wrote: > Could you tell me if there is any manual on which and how to compile? > Could you give me some details abo

Nuget package for C#

2025-03-18 Thread Ilya Sokolov
Hello I have an application, which integrates with Libre Office via C# libraries. The application is being migrated from .Net Framework 4.5, where all works well, to .Net 8. However, when then the .Net 8 application tries to connect to the Libre Office an exception occurres. Brief googling provid