4,633 questions
0
votes
0
answers
90
views
Couldn't publish my PowerBI dashboard on workspace - Error ClientOptions.Retry
I'm trying to publish a power BI dashboard via desktop on a workspace where I already have the report and the semantic model of this dashboard, but somehow it returns me the following error:
"...
0
votes
0
answers
33
views
Dealing with utility projects in self-contained .NET
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/...
0
votes
0
answers
33
views
Android Maven: publish multiple build types (multipleVariants does not work out)
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 ...
1
vote
1
answer
101
views
You must include a valid app package manifest file
While trying to publish our new .NET MAUI project, I received the following error message:
MakeAppx : error : You must include a valid app package manifest file named AppxManifest.xml in the source. [...
0
votes
1
answer
85
views
Android: This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes
I'm trying to publish a new release of my app, and no matter which version codes I try, I always get the same error:
This APK will not be served to any users because it is completely
shadowed by one ...
0
votes
1
answer
21
views
Using IntermediateOutputPath Not copying to Target Path
I have a Website Application that I use the Publish option to write the output to a local folder which I then zip up and move to our deployment server. We upgraded out packages and started to get an ...
1
vote
1
answer
85
views
ClickOnce WPF Application Automatic Update
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 ...
0
votes
1
answer
124
views
I cannot publish my completed .Net Maui application
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 ...
0
votes
0
answers
12
views
Build sqlproj for dacpac file shows connect dialogue on debug start (f5)
I would like to reference a sqlproj project in one of my other projects to get a current dacpac file so I can publish a database.
I need this both while running unit tests but also to debug my ...
0
votes
0
answers
121
views
AOT instance failed, .NET 8 MAUI app IOS release build
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/...
0
votes
0
answers
36
views
Build error during publishing in MS Visual Studio Professional 2019
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 ...
0
votes
1
answer
87
views
Visual Studio 2022 crashing when opening SQL objects in SQL project and issues publishing project
This is a very odd issue I have been experiencing today while trying to publish my graph tables and edges to a SQL Server database. First, when trying to open a SQL file (i.e. dbo.MyTable.sql), the ...
0
votes
0
answers
51
views
lerna publish --canary detect incorrect version
I maintain a mono repositories with lerna.
About branches, master to emit the product version, and beta to keep the prerelease version.
I usually checkout new feature branch, do some commits and merge ...
1
vote
0
answers
108
views
Building a single java project for different jdk versions
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 ...
0
votes
0
answers
37
views
Spring Cloud Bus Kafka - Received event is always UnknownRemoteApplicationEvent
I'm using Spring Boot 3.3.x and Spring Cloud 2023.x with Spring Cloud Bus Kafka.
I have Service A publishing a custom RemoteApplicationEvent to Service B. On Service B, I can see that the event is ...