4,631 questions
-4
votes
0
answers
21
views
Failed to publish app: Something went wrong creating your App Hosting rollout. Please try re-publishing [closed]
I created an app in Firebase Studio and it works very well... the Authentication, Firestore database, Functions, and Storage services are configured and working correctly... the functions are being ...
-1
votes
0
answers
31
views
Deploying upgraded Blazor web app to Azure facing errors
I have just updated my Blazor WASM app to .NET 10 and it builds and works fine on my dev machine.
I have come to deploy it to my staging site and I am getting this error:
This implies that it is ...
-1
votes
1
answer
45
views
Is it possible to deploy a Visual Studio solution to a remote server using the Publish command? [closed]
As mentioned in the subject line is it possible to deploy a Visual Studio solution to a remote server using the Publish command? As currently these are the only options I have when clicking Publish:
...
0
votes
0
answers
158
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
38
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
44
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
118
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
100
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
26
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
104
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
140
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
13
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
153
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
43
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
121
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
57
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
115
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
43
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 ...
0
votes
0
answers
71
views
Metadata file '... .dll' could not be found
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>
<...
0
votes
1
answer
65
views
MongoDB connecting on localhost but not on Render app
I'm creating a forum for my physics engine website so that people can share their saves with everyone. It works on localhost with MongoDB, but when I upload it to Render, I get an error that says,
...
0
votes
1
answer
210
views
Metadata file could not be found when publishing
I am in Visual Studio 2022. When I compile all goes fine. But this problem occurs only when publishing:
I have read a lot of posts telling about this problem, but all of them are related to build ...
0
votes
0
answers
67
views
Published .NET application crashes when using \\?\ file name notation
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\...
0
votes
0
answers
31
views
When building/publishing a .net application, why does the resulting application require an exact .NET runtime build number?
I am trying to publish a Windows Winforms application for .NET against the .NET 6.0 Target Framework. The client machine however is demanding an exact installation of Microsoft Windows Desktop Runtime ...
-1
votes
1
answer
77
views
Sitecore 10.3.3 Publish Initializing Issue
In Sitecore 10.3.3 running on my local development machine, attempts to publish a recently imported package result in the publishing dialog getting stuck in the "Initializing" state. As ...
0
votes
0
answers
63
views
Sitecore Publishing Service 2.2 update 1 Pop up dialog pops out with blank language and target
We are using Sitecore 8.2 Update 7 and Publishing Service 2.2 Update 1
When the publish button is clicked, as we know a pop-up appears, but for a brief moment, the "Languages" and "...
0
votes
0
answers
40
views
Next.js does not retrieve assets from public folder in dynamic routes when publishing with Github Actions
I was trying to deploy a Next.js website with some dynamically generated routes using the default Github-Actions script:
name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the ...
0
votes
1
answer
57
views
Publish a basic M365 CSV connector
Stuck with my first experience in setting up a Microsoft provided CSV connection in Search and Intelligence in M365 Admin Center.
I've configured the CSV to use an ADLS connection, configured schema ...
0
votes
0
answers
216
views
NET Web API Requests Failing or Timing Out – How to Diagnose and Fix?
I’m running a .NET Web API and recently started facing issues where some requests are either timing out or failing intermittently. The issue seems to occur inconsistently, and I’m not sure if it’s ...
0
votes
2
answers
42
views
Why is my pre-publish PowerShell script executed twice?
I work on a Blazor Wasm PWA with AOT. I created a PowerShell script, that I want to execute before the publish build. So, I added
<Target Name="PrePublishScript" BeforeTargets="...
0
votes
1
answer
25
views
FileSystem publish does not work but MSDeploy does
I have a project that we can publish vis Visual Studio and Web Deploy, but we'd like to use a Folder deploy for some command line automation we're setting up. However, the Folder deploy is not working....
0
votes
1
answer
506
views
Struggling to publish Blazor MAUI hybrid app from Visual Studio 2022
I have an app and a library, both target .NET 9. I can build and run without issues both in release and debug configuration.
When I try to publish for Windows, the dependency in the library gets a ...
1
vote
1
answer
183
views
Poetry publish with custom version
Currently we are using poetry version 1.7.1 and we have a requirement to build and publish the artifacts by adding random suffix to the version.
The version <1.2.3> is the version that will be ...
0
votes
1
answer
334
views
How to include third party libraries in dotnet publish as single file?
We have a WPF application that we are trying to publish as a single file.
I am running the command:
dotnet publish .\{path_to_projectA_csproj_file}.csproj -c Release --self-contained -p:...
0
votes
1
answer
1k
views
How to set dotnet publish command parameters for publishing an ASP.NET Core project hosting a Blazor WebAssembly application?
I'm having trouble figuring out the correct parameters to use when publishing an ASP.NET Core project that hosts a Blazor WebAssembly application via the dotnet publish command.
When I use the "...
0
votes
0
answers
46
views
Is it possible to get analytics data from published VS Code extension?
We would like to get analytics from our published extension, like session length, engagement etc. How can we do that? I see that we can get analytics about acquisition over time here but we would like ...
0
votes
1
answer
21
views
handling downloaded files in examples for CRAN publishing
I wrote a library which I want to publish to CRAN. Adhering with all the requirements added a lot of bloat and annoying extras to the library that only exist such that every function has a runnable ...
1
vote
0
answers
37
views
Visual Studio 2022 Community Publish event called too early?
I want to delete appsettings.json from the publish folder after publishing the web application. I've added a bat file to do the job and call it on AfterTargets="Publish". My bat file gets ...
1
vote
1
answer
175
views
How to resolve IPA Invalid issue
I have a .NET Maui app that I have published in the past and need to update it. I am using MacOS Sequoia 15.2 and Xcode 16.2. When I attempt to publish the app through Transporter I get the following ...
1
vote
1
answer
354
views
How do I properly publish a Packaged Blank WinUI 3 application?
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 ...
0
votes
1
answer
143
views
Flutter signing Android App Bundle (aab) with incorrect key different from the one configured in key.properties file
I'm trying to upload an app bundle to the Play Console and I'm always getting a message saying that the key used is different from the correct one.
The message:
Your Android App Bundle was signed ...
0
votes
0
answers
222
views
Using shinylive to host a shiny app on GitHub
I am reaching out regarding hosting a Shiny app on GitHub Pages instead of shinyapps.io. I followed the steps outlined in the link Using Shinylive to host Shiny app on GitHub Pages | Training-modules.
...
1
vote
1
answer
335
views
MAUI .NET 8 windows publishing error: RuntimeIdentifier not recognized
I've been trying to publish my app for windows, but it keeps me giving the same error:
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information....
2
votes
0
answers
211
views
How do I generate and publish maven-metadata.xml at the G (group) level for a custom Maven plugin
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 ...
0
votes
0
answers
28
views
Why am I getting inconsistent results from the Ivy deliver task?
I'm using Ivy's resolve, deliver, and makepom tasks as part of an Ant target that publishes artifacts to a maven repository. The output of the resolve task shows a number of modules evicted in favor ...
0
votes
1
answer
62
views
Set value in appsettings based on publish profile in .NET Core
I'm using .NET 6.0, my appsettings.json looks like this:
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System":...
0
votes
1
answer
42
views
Bootstrap Bundle File Does Not Go Automatically After Publish
In my ASP.NET MVC project, I switched from Bootstrap 3 to Bootstrap 5. During this process, I used Bootstrap's bootstrap.bundle.min.js file.
After all the improvements, I realized that this bundle ...
1
vote
1
answer
78
views
Objects associated with enums in Swift lack ObservableObject and @Published wrappers, preventing state changes from updating the UI
I have a MainViewModel that holds an array of enums with associated objects. However, when I use this in a SwiftUI view, the variable loses its @Published wrapper, and the UI doesn't update or get ...
0
votes
1
answer
74
views
Cannot publish closed test app on play store
When I try to upload the app bundle I get a "Bundle unsigned" error despite having signed and uploaded the key
I ran the command "Generate digned bundle" in android studio
Then I ...
1
vote
0
answers
140
views
Missing Entitlement. The bundle ... is missing entitlement 'com.apple.developer.networking.networkextension'."
I'm encountering an issue while trying to publish an app on TestFlight. The app in question is Home Assistant, which I've compiled from the source. I am able to compile and install the app on my ...
0
votes
1
answer
61
views
File path not recognized to publish RMarkdown with embedded Shiny on shinyapps.io
I have an RMarkdown html document in RStudio, where I am trying to insert a shiny app which deploys and runs ok when I click on "Run Document", but when I try to publish it from here to ...