Questions tagged [publishing]

Releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.

1242 questions
12
votes
2 answers

How can I get one-click publishing to work after upgrading to .NET framework 4.5

I am upgrading an app from .NET3.5/EF3.5 to .NET4.5/EF5, using Visual Studio 2012. One-click publishing runs, but generates the following warning messages: Item 'Microsoft.Windows.Installer.3.1' could not be located in 'C:\Program Files…
Tim
  • 1,755
  • 2
  • 22
  • 34
12
votes
4 answers

SQL Database Publishing wizard with SQL Server 2008

I'm desperately looking for SQL Database Publishing wizard. I've download it but it seems to require SQL Server 2005. According to http://blogs.msdn.com/webdevtools/archive/2007/10/15/sql-database-publishing-wizard-is-now-in-visual-studio-orcas.aspx…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
11
votes
1 answer

Unable to parse response error while uploading screenshots on google play (Android Market)

I just signed up with Market and uploaded my app. On the next screen, it is asking me to upload assets. After i choose screen shots for the app and hit upload, it gives me an error saying "Unable to parse response. If you have a browser extension or…
Asdfg
  • 11,362
  • 24
  • 98
  • 175
11
votes
2 answers

Android developers fee without credit card?

I've created an application for android, wich took me several months to complete. I've always been thinking that when it'd be done, I could publish it on Android market. Now I went to the website, and found I had to pay €25, wich I was prepared to…
usealbarazer
  • 707
  • 3
  • 10
  • 27
11
votes
2 answers

Sitecore publishing and lag of upto 30 seconds

We have noticed an interesting issue in our Sitecore install. Any auto publish or scheduled publish jobs takes a long time when compared to our other environments. Between each individual job there seems to be a lag of anywhere from 5 to 30 seconds.…
Gabbar
  • 4,006
  • 7
  • 41
  • 78
11
votes
3 answers

Publishing a website is not updating my CSS bundles

When I run my code from Visual Studio in release mode, and check the bundled style sheet, I can see my updates to the css files in that bundle. However when I publish the website to the server or my local machine, my changes in the style sheets have…
garethb
  • 3,951
  • 6
  • 32
  • 52
11
votes
7 answers

Publishing toolchain

I have a book project which I'd like to start sooner than later. This would follow an agile-like publishing workflow, i.e: publish early and often. It is meant to be self-publsihed by me and I'm not really looking to paper-publish it, even though we…
11
votes
6 answers

How to obfuscate web app before publishing?

I have a Visual Studio 2008 solution with number of DLLs and web application uses them as a main project. It's a commercial banking and accounting software (thin client) and I don't want a client getting access to the source in circumvention of…
abatishchev
  • 98,240
  • 88
  • 296
  • 433
11
votes
2 answers

AfterPublish script doesn't run when I publish a web app

I've got an ASP.NET web app that I publish to our website when I make changes or fix bugs. We want to automatically save a backup of the project files to our server (separate from the SVN check in), so I wrote a batch file to copy the entire…
delliottg
  • 3,950
  • 3
  • 38
  • 52
11
votes
9 answers

Error publishing to Tomcat v6.0 Server at localhost

I wave problem with Tomcat when I try to run a jsf page, I get next error: Details: Publishing the configuration... Error copying file to C:/Program Files/Apache Software Foundation/Tomcat6.0/backup\catalina.policy: C:\Program Files\Apache…
Andry
  • 171
  • 1
  • 1
  • 8
11
votes
2 answers

Scheduling a publish to Google Play Android Market

I have an application published to the Google Play store (version 1) and I have planned to update it soon to version 2. I have already uploaded the updated APK, but I don't want to publish the new version to the store until the 1st of January at…
Discovery APS
  • 133
  • 1
  • 4
10
votes
2 answers

Published .Net Core App Warns to Install .Net Core but it's Already Installed

I made a WPF and Console application for someone to use on their private server which I can't have access to. I used Visual Studio 2019's built-in "Publishing Wizard" to create Framework Dependant single-file apps. When the person opened the WPF app…
Christopher Johnson
  • 635
  • 2
  • 7
  • 21
10
votes
3 answers

How to "publish" a private Typescript npm package in git?

I think this should be a standard problem but I can't find any answers... I have two typescript projects - LibraryA and WebserverB. They are separate projects and each have their own git repository. They are also private projects - I don't want them…
Vilx-
  • 104,512
  • 87
  • 279
  • 422
10
votes
3 answers

asp.net core 2.0 publish generating lots of DLL's

A programming one application few months and everytime when i published my project, tis generated 19 items (without wwwroot files). And from today, its generating 202 files with lots of .dll (without wwwroot files). I have no idea what happend or…
Frantisek Pastorek
  • 508
  • 1
  • 8
  • 26
10
votes
1 answer

How to create visual studio setup project with Sign Certificate for Excel Add In Project

I have prepared one setup project for my C# excel add in project. Installing that setup in client PC my add in is installing as unknown publisher. To resolve this I am adding certificate manually in client PC, but my goal is install my add in as…
Rama Krishna
  • 645
  • 10
  • 28