Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 14,444 for

dotnet

(0.8 sec)
  1. Does the crossplatform package for slides repla...

    Previously, I had to download the crossplatform\Aspose.Slides.dll from your site, and then include that in our app. I see now that in Nuget there is Dotnet add package Aspose.Slides.NET6.CrossPlatform --version 25.11.0.…...now that in Nuget there is dotnet add package Aspose.Slides.NET6...package if you haven’t already: dotnet add package Aspose.Slides.NET6...

    forum.aspose.com/t/does-the-crossplatform-packa...
  2. The type initializer for 'SkiaSharp.SKObject' t...

    I am facing the following error while using Aspose.Words for .NET and Aspose.Cells for .NET (latest versions of both). The issue happens only when web app is deployed Linux based environment. I am using Docker to deploy …...environment variable: /usr/share/dotnet/shared/Microsoft.NETCore.App/8...file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8...

    forum.aspose.com/t/the-type-initializer-for-ski...
  3. How to Run Aspose.CAD Docker image in Azure Fun...

    Run Aspose.CAD Docker image in Azure Function....com/azure-functions/dotnet:4 AS base WORKDIR /home/site/wwwroot...EXPOSE 80 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build WORKDIR /src...

    docs.aspose.com/cad/net/showcases/how-to-run-as...
  4. Aspose.Slides 26.1 - Saving Presentation as TIF...

    Environment: .NET 8 Linux Docker (e.g. mcr.microsoft.com/Dotnet/sdk:8.0.x) Aspose.Slides version: 26.1.0 also installed libgdiplus but error persists Steps to reproduce: Load or generate a PPTX using new Presentatio…...com/dotnet/sdk:8.0.x ) Aspose.Slides version:...1.7 FROM mcr.microsoft.com/dotnet/sdk:8.0.204 AS build WORKDIR...

    forum.aspose.com/t/aspose-slides-26-1-saving-pr...
  5. Aspose.Slides - 26.1.0 - Saving presentation as...

    Environment: .NET 8 Linux Docker (e.g. mcr.microsoft.com/Dotnet/sdk:8.0.x) Aspose.Slides version: 26.1.0 also installed libgdiplus but error persists Steps to reproduce: Load or generate a PPTX using new Presentatio…...com/dotnet/sdk:8.0.x ) Aspose.Slides version:...1.7 FROM mcr.microsoft.com/dotnet/sdk:8.0.204 AS build WORKDIR...

    forum.aspose.com/t/aspose-slides-26-1-0-saving-...
  6. Characters in italic missing in HTML output (Li...

    Hi, we noticed some characters are missing in HTML output which are in italic style. Scenario happens in Linux / Docker. Reproducable with the following setup: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <…...com/dotnet/runtime:9.0 AS base WORKDIR...verwendet. FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD...

    forum.aspose.com/t/characters-in-italic-missing...
  7. Missing images when exporting to PDF under Linu...

    I have the following problem: I have a DOCX template with images. Creating the document works. The images are there. Now, when I convert the document to a PDF, it works under Windows, but not under Linux. When my progra…...com/dotnet/aspnet:8.0-alpine RUN apk add...ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false ENV DOTNET_Sy...

    forum.aspose.com/t/missing-images-when-exportin...
  8. Aspose.OCR no Docker Alpine com .NET 8 - Erro a...

    Olá a todos, Estou com um desafio ao tentar executar uma aplicação .NET 8 com Aspose.OCR em um contêiner Docker. Nossa equipe tem uma forte preferência por usar imagens Alpine (mcr.microsoft.com/Dotnet/aspnet:8.0-alpin…...com/dotnet/aspnet:8.0-alpine ) para manter...Debian (como mcr.microsoft.com/dotnet/aspnet:8.0 )? Agradeço antecipadamente...

    forum.aspose.com/t/aspose-ocr-no-docker-alpine-...
  9. "Unable to load DLL" Error When Using Aspose.Sl...

    Hi, I’m facing this issue running aspose in a windows container. I’m using ASpose.Slides.NET version 23.5.0 2023-09-01 09:39:20,853 ERROR SEPDFConverter.Service.ConverterService - Unable to load DLL 'aspose.slides.dra…...com/dotnet/aspnet:6.0 AS base WORKDIR... ./ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build WORKDIR /src...

    forum.aspose.com/t/unable-to-load-dll-error-whe...
  10. How to run Aspose.PDF for .NET 8 in Docker|Aspo...

    Integrate Aspose.PDF functionality into .NET 8 application using Docker Linux or Windows containers...com/dotnet/aspnet:8.0 AS base RUN apt-get...8081 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION...

    docs.aspose.com/pdf/net/docker/dotnet8/