Skip to main content
Filter by
Sorted by
Tagged with
238 votes
18 answers
175k views

When I publish my ABP project I get the following error: C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk \targets\Microsoft.NET.ConflictResolution.targets(112,5): error ...
Nader Gharibian Fard's user avatar
121 votes
35 answers
358k views

I deploy a .NET Core app with settings: And the website shows an error: HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started ...
Paolo Constantin's user avatar
780 votes
8 answers
338k views

I'm experimenting with Dockerfiles, and I think I understand most of the logic. However, I don't see the difference between "exposing" and "publishing" a port in this context. All the tutorials I ...
user1496984's user avatar
  • 11.7k
0 votes
0 answers
38 views

x-y problem I need to deploy a ASP.NET application, and due to Microsoft not having a method to have an unattended .NET runtime install to use in my provision scripts (yes I know they have this for CI/...
Jeroen3's user avatar
  • 935
187 votes
33 answers
417k views

Why am I getting a "401 Unauthorized" error in Maven? Here's the error I'm getting when calling mvn deploy (full logs at the bottom): [INFO] BUILD FAILURE [ERROR] Failed to execute goal ...
aliteralmind's user avatar
  • 20.2k
0 votes
0 answers
42 views

I want to publish a project which contains a collection of libraries. Each library should contain a debug and release build type. Libraries should possibly referenced by other libraries of this ...
Leonardo's user avatar
1 vote
1 answer
101 views

We have a tiny WPF-software that mostly operates in the taskbar with .NET 9.0. Just open and forget kind, with very little user input. ClickOnce was chosen as our distribution platform. Updates can be ...
Hakkology's user avatar
0 votes
1 answer
132 views

I completed my .net maui application and got it working 100%. Now I want to publish it into a windows setup.exe file. However, when I right-click on the solution name in the solution explorer, the ...
Bob Gatto's user avatar
  • 166
0 votes
0 answers
146 views

I got an AOT instance dll error while building/publishing my .NET 8 MAUI ios app in release mode. No problem with the debug mode. /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8324/...
Sarath's user avatar
  • 19
101 votes
13 answers
149k views

I want to publish a sample .net core web application on my pc's IIS manager but I failed. I am using Microsoft guidance but it doesn't work for me, if you have reasonable experience to fix this ...
Ali Jahanbin's user avatar
  • 1,033
1 vote
0 answers
113 views

Is there a proper or easy way of building one project for different JDK versions, the project would use different versions of its dependency depending on what JDK version it's built with. I have a ...
crimson589's user avatar
  • 1,420
331 votes
12 answers
81k views

I'm just about ready to publish my first app to the Android market, and I'd like to know if any of you have any tips about any experiences you may have encountered in regard to publishing an app that ...
4 votes
2 answers
16k views

I am trying to connect local Ollama 2 model, that uses port 11434 on my local machine, with my Docker container running Linux Ubuntu 22.04. I can confirm that Ollama model definitely works and is ...
Piotr Grochowski's user avatar
0 votes
0 answers
43 views

I'm getting build error as mentioned below while publishing web project to root directory. Anybody facing same issue? Publish has encountered an error. Build failed. Check the Output window for more ...
Sukhjeevan's user avatar
  • 3,154
0 votes
0 answers
71 views

I have a console application which has project reference of a web application. This is how the project reference is added in the csproj file of the console application <ItemGroup> <...
Pawan Nogariya's user avatar
5 votes
3 answers
9k views

I am trying to publish an app to google play store. I have uploaded versions to Internal testing which works fine, but when I upload to Production, it says "release not live". When I go to &...
Anniken 's user avatar
1 vote
1 answer
346 views

I just created a Blank App, Packaged (WinUI 3 in Desktop) project in Visual Studio 2022 with absolutely no added code or external packages that weren't pre-installed and tried to publish it from the ...
Alpha Reuel's user avatar
17 votes
3 answers
15k views

I changed the name of a React Native/Expo app and wanted to change the slug to go with it, but got the error "CombinedError: [GraphQL] Experience with name '@-----/newName' does not exist". ...
dannnny's user avatar
  • 177
3 votes
2 answers
534 views

I'm trying to build and publish new SUI package (smart contract) using @mysten/sui typescript SDK. When executing transaction simulation it fails with PublishErrorNonZeroAddress in command 0 error ...
Dejan Ignjatovic's user avatar
98 votes
11 answers
44k views

I am publishing my ASP.NET 5 MVC6 project from Visual Studio 2015. I have imported publish profile from my server. Connection validates successfully, however when I publish my project I have the ...
koryakinp's user avatar
  • 4,145
0 votes
0 answers
67 views

The following code works on debug builds, it works on release builds and it works when manually executing a published executable in the published dir (eg "..\Application Files\WindowsApp1_1_0_1_0\...
vdyvp's user avatar
  • 1
6 votes
1 answer
2k views

I use dotnet publish to deploy a blazor webassembly hosted app to IIS: location of server project> dotnet publish -c Release -r win-x64 --self-contained false --output {AppDir} But I get this ...
mz1378's user avatar
  • 2,632
66 votes
5 answers
25k views

I have a web ASP.NET solution that is using .NET Core 2.0. It's built using the following command: dotnet publish MySolution.sln --configuration release --output d:\test_output When I check the ...
Buda Gavril's user avatar
  • 21.7k
94 votes
9 answers
170k views

I published my app in google play store and tried to find it. But I found it by project name. My project name wasn't like app name. But many people installed my app. How can I change the name without ...
Bold Bat's user avatar
  • 959
2 votes
0 answers
207 views

I've created a custom maven plugin and I've published it to the central maven repository using the org.sonatype.central:central-publishing-maven-plugin plugin. I run the mvn deploy command to execute ...
user1196057's user avatar

1
2 3 4 5
92