Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
21 views

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 ...
Angelo Fontana's user avatar
-1 votes
0 answers
31 views

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 ...
Brett JB's user avatar
  • 924
-1 votes
1 answer
45 views

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: ...
Tim Kruger's user avatar
0 votes
0 answers
158 views

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: "...
Tagli94's user avatar
  • 21
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
0 votes
0 answers
44 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
118 views

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. [...
Nacht's user avatar
  • 3,552
0 votes
1 answer
100 views

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 ...
Diego Perez's user avatar
  • 3,024
0 votes
1 answer
26 views

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 ...
Jim's user avatar
  • 11
1 vote
1 answer
104 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
140 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
13 views

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 ...
Dom84's user avatar
  • 866
0 votes
0 answers
153 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
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
1 answer
121 views

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 ...
cacharry's user avatar
  • 115
0 votes
0 answers
57 views

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 ...
Ron Smith's user avatar
  • 307
1 vote
0 answers
115 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
0 votes
0 answers
43 views

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 ...
Phùng Nguyễn's user avatar
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
0 votes
1 answer
65 views

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, ...
Ethan Garcia's user avatar
0 votes
1 answer
210 views

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 ...
jstuardo's user avatar
  • 4,497
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
0 votes
0 answers
31 views

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 ...
J Collins's user avatar
  • 2,200
-1 votes
1 answer
77 views

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 ...
Ron Ritchie's user avatar
0 votes
0 answers
63 views

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 "...
sumit tandon's user avatar
0 votes
0 answers
40 views

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 ...
anonon's user avatar
  • 31
0 votes
1 answer
57 views

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 ...
Alex Filipovici's user avatar
0 votes
0 answers
216 views

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 ...
Dina Mohammed's user avatar
0 votes
2 answers
42 views

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="...
Flippowitsch's user avatar
0 votes
1 answer
25 views

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....
M Kenyon II's user avatar
  • 4,284
0 votes
1 answer
506 views

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 ...
ZorgoZ's user avatar
  • 3,758
1 vote
1 answer
183 views

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 ...
JV44's user avatar
  • 11
0 votes
1 answer
334 views

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:...
daily_driver's user avatar
0 votes
1 answer
1k views

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 "...
yiwan's user avatar
  • 1
0 votes
0 answers
46 views

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 ...
user29388289's user avatar
0 votes
1 answer
21 views

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 ...
Johannes Schwenzer's user avatar
1 vote
0 answers
37 views

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 ...
puzzler's user avatar
  • 246
1 vote
1 answer
175 views

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 ...
David Rutter's user avatar
1 vote
1 answer
354 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
0 votes
1 answer
143 views

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 ...
Anderson Bisconsin's user avatar
0 votes
0 answers
222 views

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. ...
jkatam's user avatar
  • 3,465
1 vote
1 answer
335 views

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....
tommat208's user avatar
  • 401
2 votes
0 answers
211 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
0 votes
0 answers
28 views

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 ...
tkannenb's user avatar
0 votes
1 answer
62 views

I'm using .NET 6.0, my appsettings.json looks like this: { "Logging": { "LogLevel": { "Default": "Debug", "System":...
NeshaSerbia's user avatar
  • 2,562
0 votes
1 answer
42 views

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 ...
AdylshaY's user avatar
1 vote
1 answer
78 views

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 ...
Donald Trump's user avatar
0 votes
1 answer
74 views

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 ...
Pasqui23's user avatar
1 vote
0 answers
140 views

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 ...
Arash Zeinoddini's user avatar
0 votes
1 answer
61 views

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 ...
pixel9's user avatar
  • 39

1
2 3 4 5
93