Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
41 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
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
1 vote
1 answer
115 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
23 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
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
0 votes
1 answer
110 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
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
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
195 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
29 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
0 votes
0 answers
60 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
1 answer
55 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
2 answers
41 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
497 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
0 votes
1 answer
318 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
0 answers
42 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
1 vote
0 answers
33 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
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
0 votes
0 answers
219 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
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
0 votes
1 answer
53 views

I'm using .NET 6.0, my appsettings.json looks like this: { "Logging": { "LogLevel": { "Default": "Debug", "System":...
NeshaSerbia's user avatar
  • 2,562
1 vote
1 answer
77 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
1 vote
0 answers
133 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
1 vote
0 answers
41 views

I want to publish my GTK+ application with mingw64. But although I copied the gdkpixbuf loaders in right place, the application can't find gdkpixbuf loaders and My application look's worse. How can I ...
Karimi's user avatar
  • 11

1
2 3 4 5
93