Search found 5 matches

by Christophe
Tue Mar 26, 2024 10:19 am
Forum: General discussions
Topic: Problem under linux with a nuget referencing GdPicture.API
Replies: 9
Views: 25148

Re: Problem under linux with a nuget referencing GdPicture.API

I talked about this subject to the GdPicture support and I guess the changes are in the "Fixes NuGet runtimes libraries resolution on Visual Studio debugging on WSL" release note of version 14.2.46 (although it is not only valid when debugging on wsl). The '-r linux'x64' option is no longe...
by Christophe
Tue Jan 23, 2024 10:27 am
Forum: General discussions
Topic: Problem under linux with a nuget referencing GdPicture.API
Replies: 9
Views: 25148

Re: Problem under linux with a nuget referencing GdPicture.API

Hello,
I noticed that there had been an evolution on this point from version 14.2.52, since this version the runtime option is no longer even necessary, so now everything works well.
by Christophe
Fri Dec 29, 2023 6:47 pm
Forum: General discussions
Topic: Problem under linux with a nuget referencing GdPicture.API
Replies: 9
Views: 25148

Re: Problem under linux with a nuget referencing GdPicture.API

Hello,
As previously said, specifying the runtime "linux-x64" when building the application B (referencing the application A referencing GdPicture) solves the problem, for us it is ok now.
by Christophe
Thu Nov 23, 2023 5:56 pm
Forum: General discussions
Topic: Problem under linux with a nuget referencing GdPicture.API
Replies: 9
Views: 25148

Re: Problem under linux with a nuget referencing GdPicture.API

Hello, Thank you for your answers. .NET is a not a priori in question, with version 14.2.35 of GdPicture we found a workaround by adding a PrivateAssets tag in our csproj file <PackageReference Include="GdPicture.API" Version="14.2.35"> <PrivateAssets>none</PrivateAssets> </Packa...
by Christophe
Wed Jul 19, 2023 5:55 pm
Forum: General discussions
Topic: Problem under linux with a nuget referencing GdPicture.API
Replies: 9
Views: 25148

Problem under linux with a nuget referencing GdPicture.API

Hello, We have an application A referencing GdPicture.API. We created a nuget package of this application, and referenced this nuget in an application B. Under Windows it works fine, but under linux the execution of B fails with the message : GdPicture runtime exception: Can not find GdPicture.NET.1...