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.
Questions tagged [publishing]
1242 questions
0
votes
2 answers
SharePoint - Invalid Field Name Error
UPDATE
Worth noting that this is only happening when the site definition is called from SPWebApplication.Sites.Add, if I use the UI then this works fine. My code is impersonating the system account when calling this code.
Am I right in thinking…

Charlie
- 2,096
- 2
- 22
- 34
0
votes
1 answer
Published Web files, can they be converted back to solution?
Is it possible to take a set of published web files and convert them back into a solution? I say this because a solution has been lost from our system, and the only files that can be found are the actual published files. I have looked around and…

Cubsoft
- 1,147
- 1
- 10
- 32
0
votes
1 answer
How do I call a .NET windows app that has been installed from a publish?
If I publish two separate C# Windows forms apps to a server, and a user installs both of these apps on their machine, how would I get one app to call the other (possibly with parameters) from a button click?
I don't really understand all this…

JamesW
- 849
- 2
- 14
- 27
0
votes
1 answer
Does Visual Studio backup files when publishing a site from within VS?
When using the "publish website" functionality from Visual Studio, it deletes all what was already there, and then publishes only the files in the solution.
Does VS make a backup of the files anywhere? They're not in the recycle bin.
Thanks,
Martin

Martin Kool
- 611
- 1
- 6
- 9
0
votes
1 answer
Can't connect to and debug my azure app
I have a mvc4 project that I have published to azure through a publish profile that I use by right clicking my main project and go publish.
All this works great and has for a while.
But now I need to debug the app so I installet the azure tools and…

Rickard Liljeberg
- 966
- 1
- 12
- 39
0
votes
2 answers
Using EPiServer to publish a PDF document
We have an EPI Server site. We would like to publish the contents from a PDF document as part of a published page.
The published page should have the right menu and the top menu of the site, but the contents should come from the PDF document.
Is…

Shiraz Bhaiji
- 64,065
- 34
- 143
- 252
0
votes
3 answers
Company name for Android App
Okay... I hate that I'm asking it here... but I just don't know where else to go. I'm simply an independent developer hoping to release an android app in the near future. I have already registered as a developer with Google Play. I also have a…

Maximus
- 8,351
- 3
- 29
- 37
0
votes
1 answer
Deployed MVC4 application not opens completely
I deployed MVC 4 application to Arvixe.com hosting. In local everything is okay, site opens full, but after deploying, site opens, but, not full. css, jquery, javascript is not working. Only html tags seem.
Arvixe support send this to me: How to Bin…

Jeyhun Rahimov
- 3,769
- 6
- 47
- 90
0
votes
4 answers
Publishing an application in public domain
During my last internship, I took an open source tool and enhanced it as a part of my project. Because of my growing interest in that tool, I took it home and added some more functionalities to make it more useful for others outside and then thought…

Kalp
- 90
- 2
- 8
0
votes
2 answers
MVC4 Getting Migrations to Run when publishing app through visual studio 2012
I created a visual studio 2012 MVC4 App. I am testing the "publish" functionality by right clicking the project and choosing publish. I followed the instructions here. I can connect to the remote web server and the folders get published to the…

Xaxum
- 3,545
- 9
- 46
- 66
0
votes
1 answer
publishing a windows form application - error with the references
is there a way to publish a windows form application in c# that can include all the dll references as well as all the data-sets in one file??
every time i try to publish the application, i get a message displaying:
Exception: missing…

user2040978
- 35
- 6
0
votes
1 answer
Calling MSbuild Publish
Is it possible to call MSbuild publish during build or in pre-buildevent or in post-buildevent? I'm trying to publish two of the web projects from a solution. I'm using file system publishing.Requirement here is , building solution should take care…

Karthi
- 1
- 1
0
votes
1 answer
Publishing software to server
I have a Windows VPS which I want to use to host my application files for my .NET software projects. This is so I can check the handy option in Visual Studio 2012 (Premium Edition) of "The application should check for updates".
However, getting this…

Dave
- 8,163
- 11
- 67
- 103
0
votes
1 answer
C# publish with visual studio dependance of dependance
My project1 references project2. In project2 I added some dll as link. However when I publish the project, the dll are not in the resulting folder.
Is it possible to do this or I am doom to add the dll directly to the project1.

Toto
- 7,491
- 18
- 50
- 72
0
votes
1 answer
Why Xcode says that my team has no device to use for development when clearly an iPhone device is connected
Your team has no devices for which to generate a provisioning profile. Please connect a device to use for development, or manually add a Device ID using the Provisioning Portal.
https://developer.apple.com/devcenter/iOS
Okay. So it says that I don't…

user4951
- 32,206
- 53
- 172
- 282