Skip to main content

All Questions

Tagged with
0 votes
1 answer
89 views

How to sign a WinUI 3 app (packaged or unpackaged)?

I would like to get some guideline on how to sign a WinUI 3 application for usage in deployment to the local C: drive of our users. Current situation: Our team has an unpackaged WinUI3 "inhouse&...
Martin's user avatar
  • 5,495
0 votes
0 answers
25 views

Release a web application from visual studio and install in specified location in another system

I am releasing a web application from Visual Studio using "publish app" and want to install in a specified location in another system. It is installing in C:/ by default but I want to ...
Dhara Patel's user avatar
0 votes
0 answers
64 views

This page isn’t working right now "MyDomain" redirected you too many times. Try deleting your cookies. ERR_TOO_MANY_REDIRECTS

I have application which I have hosted in IIS, I added it in SubDomain(AppCore) with separted ApplicationPool The Problem is .... It works fine in the server with the domain but outside Gives me This ...
Hady Elhady's user avatar
0 votes
0 answers
44 views

Extract Nested Json String from Mongodb C#

{ "property_1": "value_1", "property_2": "value_2", "property_3": { "_some_property_1": 1, "_some_property_2&...
Karan Kapadia's user avatar
0 votes
1 answer
17 views

How to Deploy Prince 13.5 on AWS Lambda and API Gateway using C#?

I've been following the steps outlined in this article (https://medium.com/@bruce_39084/setting-up-prince-on-aws-lambda-and-api-gateway-4d524dcb035b) to deploy Prince 13.5 on AWS Lambda and API ...
Steve Shahbazi's user avatar
1 vote
0 answers
37 views

Heroku Deployment Issue: 'dotnet: command not found' for .NET Core Console Application

Body: I'm trying to deploy a .NET Core console application (.NET 8) to Heroku, but I'm encountering an issue where the dotnet command is not found when the application is started. Here's a summary of ...
x19's user avatar
  • 8,663
0 votes
0 answers
21 views

Exception: Could not load file or assembly 'System.Net.Http, Version=4.2.0.0' after deployment

I'm encountering an issue with my .NET Framework 4.6 application after deployment. Locally, everything works fine, but upon deployment, I'm getting the following error: Exception caught: Could not ...
Naga's user avatar
  • 1
0 votes
1 answer
42 views

Deploy to Azure failing with Error: ENOTFOUND

I have repository with simple .net web api that I want to deploy to Azure. However my deploy is always failing with this error: The workflow file can be found here. Does anybody know what is the ...
JanSmutný's user avatar
1 vote
2 answers
202 views

How can I deploy my Winform application for users?

Please help me. If I create a Winform application, is there somewhere to deploy it for users use ? Show me how, please ! I created an app using C# in visual studio. Now, I want people to use it. ...
Alphonse KAZADI's user avatar
-2 votes
1 answer
50 views

Deploy a C# project with SQL Server

I completed building a project and it worked fine with the SQL server connection until I added the .mdf file to the environment and changed the connection statement in app.config. now after I enter ...
Hamas's user avatar
  • 7
0 votes
0 answers
22 views

Unknown Author error while deployment in .net MAUI Win App [duplicate]

I have developed an app in .net Maui and would now like to hand it over to my customers. The only problem is that the company's laptops only allow apps to be installed that are from trustworthy ...
SoldatXwing's user avatar
0 votes
1 answer
432 views

Publish WinUi 3 application as single file does not work for unpacked application?

I have a WinUi 3 (c#)solution that contains 3 projects: A, B, C. A: main application(exe) depends on B,C. B: dll project depends on C. c: dll project. Now I like to build the solution as a unpacked ...
Ming's user avatar
  • 475
1 vote
1 answer
160 views

reduce the size of a unpacked Winui 3 application

I have a WinUi 3 (c#)solution that contains 3 projects: A, B, C. A: main application(exe) depends on B,C. B: dll project depends on C. c: dll project. Now I like to build the solution as a unpacked ...
Ming's user avatar
  • 475
1 vote
1 answer
671 views

Deployment on IIS (local) of ASP.NET Core 8 and Angular (v17.2.1) application made with Visual Studio 2022 template

I've been developing applications using ASP.NET Core and Angular from versions 3.1 and 9.1.0 respectively, using the provided templates of Visual Studio (2022), Up to .NET 6 and Angular 14 I had no ...
Tony's user avatar
  • 37
1 vote
1 answer
240 views

WinUI3 Application best way for app versioning

I'm developing a WinUI 3 application and my solution is composed of 18 project (1 is the WinUI 3 frontend). Most of them are class library and others are frontend one (like the Winui 3) Each of this ...
pinguinone's user avatar

15 30 50 per page
1
2 3 4 5
107