publish Questions

2

How to see a list of all apps published by a specific publisher in the Google Play Store? There are related questions like List all products of publisher in play store on-site, but they don't provi...
Yeorgi asked 8/6, 2023 at 11:22

19

I am trying to publish a web application on Visual Studio 2017. The build succeeds but the publishing fails. When it fails an error dialog comes up which says "Publish has encountered an error. Bui...
Saturate asked 27/7, 2018 at 22:1

5

I have a web application project that I publish via Visual Studio 2010 to my server. My problem is that it can take very long time before it can actually publish it. Maybe 10 minutes! It doesnt hap...
Societal asked 14/9, 2011 at 19:40

11

I am getting the following error when I use web deploy from visual studio 2010. Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception...
Briannebriano asked 14/6, 2011 at 23:16

3

Solved

When publishing an ASP.NET project (NET Framework 4.7.1) referencing class libraries (projects) in same solution, all of which have XML documentation generated as part of their build, only the ASP....
Kassey asked 6/1, 2020 at 21:49

2

Solved

How can I publish a .net MAUI Application to a Single executable? Is this even possible? I Have an application which I want my friends to use on their Windows PC. Is there any way without using the...
Mettle asked 24/11, 2021 at 14:19

7

We have a an ASP NET MVC website solution which only one out of three devs on the team is able to publish to the live server. When I, and another colleague, attempt to publish the site from VS 2010...
Stogner asked 10/5, 2011 at 9:36

5

Solved

When publishing a TypeScript package to npm that provides a function that accepts input from either one peer dependency or another, how do I define the optional peer dependencies? import { Externa...
Epiphora asked 27/1, 2019 at 20:57

1

This question might be seen as follow-up of my previous one: How to run compiled blazor web client from command line? I have correctly written Blazor web client (solution with only single project),...
Harte asked 12/2, 2021 at 10:28

4

Solved

I was trying to publish an ASP.NET website and got the following warning: Could not read state file "obj\Debug\Helpers.csprojResolveAssemblyReference.cache" This prevents me from actually publishi...
Elias asked 23/8, 2012 at 12:34

1

Solved

I have a .NET 7.0 web-app that I want to publish as a singlefile including all the content of its 'wwwroot' folder and the 'web.config'. I am trying to publish with dotnet publish -c Release -r win...
Science asked 13/1, 2023 at 9:31

4

After migrating my project from .NET Core 2.1 to .NET Core 3.1, everything works fine but when publishing the project, Iget this error: System.Runtime.CompilerServices.Unsafe doesn't support netco...
Hadst asked 21/11, 2021 at 9:18

2

Solved

I'm trying to publish a xamarin.android app. I'm using Visual Studio with Xamarin Android 6, so I followed this. In part 2, it describes how to create a new keystore as shown in the following scree...
Troupe asked 18/11, 2016 at 22:21

1

Solved

What is the best answer for configuring package.json within an npm monorepo, (e.g. the "main", "module" or "exports" field), so that packages referenced locally can re...
Nakitanalani asked 5/12, 2022 at 13:20

8

Solved

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 ...
Inform asked 1/3, 2014 at 6:35

1

I'm stuck on this issue with Google Play Sigin. I'm between these two companies, one of them is building an app and sends the apk/aab to me and I have to publish it in the google play store for the...
Enthronement asked 12/11, 2022 at 15:55

7

I would like to have an easy command like I use in the bash to publish something to a topic on MQTT inside a AWS Lambda function. Along the lines of: mosquitto_pub -h my.server.com -t "light/set" -...
Serum asked 14/6, 2016 at 11:8

5

Solved

I am facing a problem when trying to install a generated jar into my local Maven Repository. The message error just show me 'task 'publish' is not found' I am using this Gradle Script: buildscript ...
Hanafee asked 29/1, 2016 at 21:49

3

I have an asp core 2.1 project, and I'm trying to publish via web deploy. I have a folder called "Angular" and inside that are my source files (including some .json files for angular's config) - t...
Tattle asked 15/11, 2018 at 0:37

13

Solved

I'm trying to publish an ASP.NET project in VS2010, and am getting the following error: Copying file bin\CKFinder.pdb to obj\Release\Package\PackageTmp\bin\CKFinder.pdb failed. Could not find file...
Piscary asked 22/5, 2012 at 15:50

5

Solved

I've been working on an old Visual Studio 2010 Project which is published via FTP, as part of my process I have updated the project to Visual Studio 2013 and attempted to republish onto the server...
Tyburn asked 28/2, 2014 at 10:25

2

I managed to build the app but when trying to publish (publish method = file system), it hit the error at below. Sometimes I managed to publish but most of the times will fail with this error. Can ...
Significant asked 23/9, 2021 at 12:54

7

Solved

I'm Trying to publish a website, using Visual Studio 2013. I'm getting an error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: Object reference not set to an instance of an object. It happens also o...
Baulk asked 10/11, 2014 at 7:41

4

Solved

I'm attempting to create a script to simplify the process of publishing a .NET Core website. I'm running into an issue when I run dotnet publish against an already running server. The server is IIS...
Surroundings asked 16/3, 2017 at 14:10

1

I'm trying to publish a custom react component to a private repository. I use react-loadable to load a subcomponent on demand. When running locally, everything works fine. The index.js file corre...
Cirrostratus asked 13/8, 2018 at 22:33

© 2022 - 2025 — McMap. All rights reserved.