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
34
votes
2 answers

Config transformations and “TransformXml task failed” error message

I’ve just enabled config transformations on a .NET 3.5 project in VS2010 RC after watching Scott Hanselman’s video on web deployment. Unfortunately every time I go to publish I now get the following error: The "TransformXml" task failed …
Troy Hunt
  • 20,345
  • 13
  • 96
  • 151
33
votes
6 answers

Google Play Timed Publishing

While updating an app with "Timed Publishing" on Google Play, after I upload the APK, should I select the "publish now to production" option? Will this submit the new APK to production or will Google play just process it and wait for me to click "Go…
31
votes
3 answers

What is an "incompletely constructed object"?

Goetz's Java Concurrency in Practice, page 41, mentions how this reference can escape during construction. A "don't do this" example: public class ThisEscape { public ThisEscape(EventSource source) { source.registerListener( …
Joonas Pulakka
  • 36,252
  • 29
  • 106
  • 169
31
votes
1 answer

What is a .pubxml.user file?

I'm deciding whether to add a file to version control. It's name ends with .pubxml.user. Can anyone tell me what it is? The fill name of the file is .pubxml.user. It is evidently related to the publishing configuration. The…
Tim
  • 1,755
  • 2
  • 22
  • 34
29
votes
1 answer

How do I keep MSDeploy from deleting extra folders in my project?

I am using the MSBuild runner in Team city to build and deploy my project to a staging environment. Everything works perfectly except for the fact that it keeps removing my repository folder located in the root of the project. In Visual Studio 2010…
Jeremy Seekamp
  • 2,746
  • 1
  • 22
  • 25
27
votes
10 answers

Strong Signed Assemblies

I have a project I made in Visual Basic 2008 Express. I converted it from someone else's C# project, but it works. It has several DLL dependencies. I went to publish my project so I can install it on another machine and for each DLL, I get an error:…
Jason Shoulders
  • 659
  • 1
  • 12
  • 24
27
votes
2 answers

Why does this web.config transform say it can't find the applicationSettings element?

I get the following error while transforming a web.config file in TeamCity. It happens on the element, . No element in the source document matches '/configuration/applicationSettings' The source file…
sam
  • 4,594
  • 12
  • 61
  • 111
26
votes
3 answers

Publish a library to maven repositories

I have a stable opensource library and was wondering how (and if) I can publish my lib to maven official repositories so people can include it in their pom.xml files and get the dependency downloaded automatically.
Pablo Fernandez
  • 103,170
  • 56
  • 192
  • 232
26
votes
7 answers

"Can't find the valid AspnetMergePath" on Visual Web Developer Publish?

I am wanting to use Visual Web Developer Express 2010 to publish a website, pre-compiled to a remote server over FTP using the following settings: Deploy only files needed to run this application Precompile this application before publishing Allow…
user1630889
25
votes
2 answers

Make Debug/Release Build Configuration with 1 Click Publish dependent on the selected Publish Profile

This is almost a duplicate of Link build configuration to a publish profile, but that question was not answered... I have 2 1 Click Publish configurations for my Web Application: Test Server Production Server If I select Build => Configuration…
25
votes
4 answers

Can't find app in Play Store by name

I've published an app in Play Store week ago and there is a problem with search. I can't find it by searching my app by name in app list with same names, only if I type developer name, I can find it. How I can fix this? Thanks for answers.
MedveDomg
  • 413
  • 1
  • 4
  • 8
24
votes
1 answer

Google Play App publishing with two different developer names

I have published several Android applications for the Google Play Store through my Google account, but all under my company's developer name. Now I want to publish an App under my name with the same user account, but this does not seem to be…
Ernir Erlingsson
  • 2,150
  • 1
  • 19
  • 17
22
votes
4 answers

Convert the android app in Google Play for Samsung Store

Recently (After July 1st), I have a new app in Google play. But I came to know that from July 1st onwards Samsung is not going to accept the App which are not using the Samsung SDK. Question Though I do not need any special features in the Samsung…
iappmaker
  • 2,945
  • 9
  • 35
  • 76
22
votes
10 answers

Publish Website Getting Empty Folder

I Have Build project with visual studio but when i want to publish my website i get an empty folder and nothing there ! no error or warning , Building directory '/project/Users/'. Pre-compilation Complete ------ Publish started: Project:…
Moslem7026
  • 3,290
  • 6
  • 40
  • 51
21
votes
1 answer

How to build Visual Studio 2012 Publishing Profiles on a Build Server with MsBuild without installing Visual Studio 2012

I read through many of the posts on here and never found a clear answer that worked. So after spending the time getting this to work, I figured I should post it. Problem: The publishing profile would build on the server, but would not…
Dave
  • 629
  • 6
  • 11
1
2
3
82 83