Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 26 for

aspnetcore

(0.03 sec)
  1. Error when exporting XLSX to PDF using .NET Asp...

    Hi, I am evaluating Aspose.Cells .NET when I get a similar issues that customer get in this thread https://forum.aspose.com/t/aspose-cells-saving-excel-to-pdf-dont-work-on-docker-container/208803. image.png (33.1 KB) …...AspNetCore.Diagnostics.DeveloperExceptionPa[1]...previous location — at Microsoft.AspNetCore.Routing.EndpointMiddleware...

    forum.aspose.com/t/error-when-exporting-xlsx-to...
  2. Run sample application - Free Support Forum - a...

    Hi, I try to use your samples on my laptop How to run Aspose.PDF in Docker|Aspose.PDF for .NET I have : |Edition|Windows 10 Business| |Version|22H2| |Installed on|‎8/‎30/‎2022| |OS build|19045.3693| |Experience|Wi…...AspNetCore.Mvc.Infrastructure.ActionMethodExecutor...Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvo...

    forum.aspose.com/t/run-sample-application/275200
  3. Javascript project setup - Free Support Forum -...

    I have frontend project on vue + javascript and I want to show excel file in browser. I installed the gridjs-spreadsheet package via npm, on backend site I convert excel to json: workbook.Save(stream, SaveFormat.Json)…...AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using...Collections; using Microsoft.AspNetCore.StaticFiles; using Aspose...

    forum.aspose.com/t/javascript-project-setup/274099
  4. ContentDisposition does not exist in namespace ...

    Getting the following error for saving a workbook to a Response. The type or namespace name ‘ContentDisposition’ does not exist in the namespace ‘Aspose.Cells’ (are you missing an assembly reference?) workbook.Save(res…...AspNetCore.Http.HttpResponse? Amjad_Sahi...equivalent API for Microsoft.AspNetCore.Http.HttpResponse. Anyways...

    forum.aspose.com/t/contentdisposition-does-not-...
  5. Convert a Document with Images Aspose.Words in ...

    In Aspose.Words for .NET, we solved the problem of converting documents with images to fixed page formats – just make native assets copied properly using C#....AspNetCore.Mvc ; using Microsoft.Azure...Extensions.Http ; using Microsoft.AspNetCore.Http ; using Microsoft.Extensions...

    docs.aspose.com/words/net/converting-a-document...
  6. How to Run Aspose.CAD in Docker|Documentation

    Run Aspose.CAD in a Docker container for Linux, Windows Server and any OS....fonts-freefont-ttf ENV ASPNETCORE_URLS=http://+:80 ENV ASPNETCORE_ENVIRONMENT=Release...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-i...
  7. Getting an error when trying to sign a PDF - As...

    This is the error that we are receiving when trying to sign a PDF 2021-09-13 20:27:46.066 +00:00 [Error] Microsoft.Aspnetcore.Server.IIS.Core.IISHttpServer: Connection ID “13907115650930824835”, Request ID “8001d69a-000…...AspNetCore.Server.IIS.Core.IISHttpServer:...

    forum.aspose.com/t/getting-an-error-when-trying...
  8. Trial version doesn't work in linux containers ...

    Hello, I am trying to edit pdf file via trial version of Aspose.Pdf to explore functionality for project needs. But it doesn’t want to run correctly and NullReferenceException occurs. I’ve tried to use dockerfile from …..."/app" EXPOSE 80 82 84 ENV ASPNETCORE_URLS=http://+:80;http://+:82;http://+:84..."/app" EXPOSE 80 82 84 ENV ASPNETCORE_URLS=http://+:80;http://+:82;http://+:84...

    forum.aspose.com/t/trial-version-doesnt-work-in...
  9. ImportCustomObjects wrong result - Aspose.Cells...

    Workbook wb = new Workbook(); var cells = wb.Worksheets[0].Cells; var data = new List<PersonInfo>(); data.Add(new PersonInfo() { bumen = "11" }); var propertyInfos = typeof(PersonInfo).GetProperties().ToList(); cell…...AspNetCore.Http.HttpResponse only exists...

    forum.aspose.com/t/importcustomobjects-wrong-re...
  10. Error Setting License - Free Support Forum - as...

    I’m generating and Excel document in my Blazor app. The following code works perfectly in debug mode, however, when I publish it using AOT, I get the following error: private void SetLicense() { Assembly…...AspNetCore.Components.WebAssembly.Rendering...

    forum.aspose.com/t/error-setting-license/265339