Questions tagged [publish]

To publish is the process to make something publicly available. This might be the stuff that happens inside a CRM system after editing an article and finally publishing it, or publishing a project artifact.

In most cases publishing is not just the fact of making something publicly available, but also involves steps like testing/proof reading it, tagging it in some kind of version control. Also often various artifacts should get published at the same point in time.

3310 questions
1
vote
0 answers

Publish to device from Android Studio no longer working

So iv spent the last couple of weeks building my first app in Android Studio and all has gone well. Successfully launched on device through whole testing / Dev phase. I got to a point where I was happy and proceeded to build a signed APK using…
AndrewBramwell
  • 494
  • 1
  • 7
  • 26
1
vote
0 answers

Clickonce application generates SmartScreen warning though it's digitally signed

My ClickOnce installer generates a SmartScreen warning. The executable is signed by a Microsoft Authenticode valid certificate though. The project is generated using Visual Studio 2012 (it's a C# Console Project, containing two DLL, one for JSON and…
Thordax
  • 1,673
  • 4
  • 28
  • 54
1
vote
1 answer

Build succeeded but publish failed in VS 2013 for WCF

This question was already asked so many times. But the said solutions did not help. I tried to publish the WCF project. But it build successfully but failed on publish. I get the following message in output window. I tried the following…
Arun Kumar T
  • 620
  • 4
  • 12
  • 26
1
vote
3 answers

"Unable to load DLL 'SQLite.Interop.dll' error on client machine

I have created a Winforms application and am using SQLite with Entity Framework 6. I am using Visual Studio 2013. The application works perfectly on my local machine. However, when the program runs on another machine the following error occurs:…
1
vote
1 answer

How to include html in stream.Publish

I'm using the old Rest API (and old Javascript SDK) to develop an iframe application inside facebook. However I would like to have the wall posts (calling stream.Publish) to include new lines and having people's names with links to their profiles.…
user361526
  • 3,333
  • 5
  • 25
  • 36
1
vote
2 answers

I updated an App but its failed. Missing type parameter in ProGuard

I updated an application that had almost the same code, in the previously version I didn't have problems in proguard. When I launch the app since AndroidStudio I don't have problems, but When I launch a signed app in some parts of the app can show…
1
vote
0 answers

SharePoint scheduled and unapproved page is visible to end users

I have an issue with one of the users of a SharePoint 2010 application concerning scheduled pages. The user creates a page and before submitting/publishing it created a Schedule for it for a future period of time (let's say for Current Day + 1 to…
MadGatsu
  • 403
  • 2
  • 5
  • 16
1
vote
0 answers

Publish website with all .dll and .compiled file

I have a website project in VS2013. Now How can I publish this website to file system, and publish all .dll and .compiled file (as photo : all page code publish to .compiled file) Thank for support.
1
vote
1 answer

Error: account named '[object Object]' does not exist in Shiny (R)

When publishing my shiny code from Rstudio (windows), I get in the account name field '[object Object]' rather than my account name leading to the following error message: Error: account named '[object Object]' does not exist I tried several things…
Eduardo Barbaro
  • 411
  • 7
  • 17
1
vote
1 answer

Oracle CDC on Multiple Related Tables

I have a need to capture any changed / deleted / added data from a set of related Oracle 11g tables (parent and multiple children) and capture this set of table data in a file. Once the file is created, I can reset the capture window and later…
kimo
  • 11
  • 3
1
vote
3 answers

Error in publishing web page with IIS

With the demonstration web page of the visual studio 2013 I've published on my local server using the FileSystem option. Following the msdn example (https://msdn.microsoft.com/en-us/library/vstudio/1y1404zt(v=vs.100).aspx) I have loaded this web…
Bendelak
  • 21
  • 6
1
vote
0 answers

Publish web vb.net in Visual Studio 2013

I have a VB.net website. I develop it use Studio 2013 and Devexpress 14.1 : Now, I wanna publish this solution to file system, then I will copy it to sever. I choose publish : Create Profile : Choose File System : The configuration is only :…
1
vote
0 answers

How to publish a c# Windows Application that has a MySQL server connection

I have been trying to find a way to publish my C# Windows Application that involves a database connection (MySQL). I want to be able to send this to my friends or even let others use it. My problem is that I have no idea how to publish the app…
chris5347
  • 13
  • 1
  • 5
1
vote
1 answer

how do I publish an air\swf app that will run with my as3 code as well?

I will take advantage of the fact that this discussion is not answered yet to add some info and narrow down my problem. You can still download my project from the link below. It seems that my fla's document class in Flash Pro CS5 is not linked…
RaamEE
  • 3,017
  • 4
  • 33
  • 53
1
vote
1 answer

how properly deploy WPF app with sqlite database using ClickOnce

I tried to use ClickOnce but database is not included. When I change database property "build action" to content then it is visible in Publish files properties. https://msdn.microsoft.com/en-us/library/kzy0fky2.aspx Unfortunately in such case i…
komizo
  • 1,052
  • 14
  • 21