publish

Deploying a Web Application from the command line

Hi. Im looking to deploy a web application on a build server. It is a very small web app and so far i have written a nice little console app that checks out from SVN and then calls msbuild on the .sln file. This of course is not the same as publishing a web app and so far have not found a programatic way of publishing. So my question ...

Nintex Workflow - Convert string to date + publishing error from InfoPath

Hey everyone, Ive got two problems that i dont know how to solve.. ! 1) im looking for a way to convert a string variable into a date var in nintex workflow but nothing seems to work? 2) I have a bunch of forms that I’m publishing to SharePoint. Each of these forms contains a lot of fields, 100+. Till Tuesday evening I never had a pro...

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

Hi All, 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 properly to the default application class in Flash Builder 4. What I mean is that w...

How to include html in stream.Publish

Hello guys, 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. However every time I include html content, FB strips it.. but I know it can be...

Force assembly dependencytype install on msbuild.exe while publishing via command line

While publishing files from command line msbuild /target:publish I have following issue - the generated manifest file set's for used dll dependencyType='prerequisite'. I would like force msbuild to use dependancyType='install'. <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> <assemblyIdentity name="mydlln...

Why won't my MVC project work after publishing it?

I recently published my first MVC 2 project to a commercial web server, running Windows 2008, and which purportedly supports other MVC sites without issue, but have been experiencing some problems. Here is the high-level structure of the project. As you can see, it is very simple: But, after the site is published, and I navigate to th...

Publishing a WPF Application

I’m new to WPF, so I apologise if this is an obvious question. I’m trying to publish a WPF application. I’ve gone through the publish process and published it to my local host (http:/localhost/app). Once it was published, it gave me the published URL: http://MyNetworkID/ProgramName/publish.htm. There is a run icon here, but when I cl...

not able to export swc in flash cs4 professional

Hi All, I am having problems generating swc file for fla in flash cs4. I have modified the publish settings and checked the "Export to SWC" option. On publish it is only giving me an updated SWF and no SWC. Has anyone come across this problem ? /Kiran ...

What is the best way to publish RSS Feed on Facebook ?

What is the best way to publish an rss feed or a sitemap to facebook? I am using google app engine as the platform and the python language ...

Visual Studio publish fails

I can rebuild and build my application without any errors, but I cannot publish it to my local IIS 7 web site. I most certainly am missing a step... It is an XBAP application that i'm trying to publish to a web site. I created the web site by manually adding web site in IIS7 with default settings. I noticed that there are no sub fol...

How to get the id of the post published in the facebook user's stream

Hi, I'm building an iphone app which uses Facebook connect. I'm using the facebook iphone sdk. I'm able to post messages on to the user's wall. But I want to know the id of the post so that I can retrieve information about that post whenever I wish to. Currently, I'm inherited the FBStreamDialog class and overrode the dialogDidSucceeed ...

Deploying to remote server using msbuild in teamcity

OK, I've searched for a few days now and still haven't found what i would deem to be an elegant solution to this problem. Here's what I want to happen. I want TeamCity to Build my code Then test it Then deploy it to a remote server. The first 2 are easy, but nobody seems to have a nice option for deploying. I have set up the server ...

how do I get the sitecore item Published Date?

Ho do I get the published date of a sitecore item? There are fields like '__created' and '__updated' but couldn't find anything for published date. I tried the following: Sitecore.Context.Item.Publishing.PublishDate But this only gives me date if I explicitly set it from the Content Editor. Basically I just want to print out the date ...

Does VS 2010 Publish exclude schema files?

Hi I have a schema file in a asp.net mvc 2.0 application that is a .net 4.0 I am using visual studios 2010 ultimate and I am using their publish button. When I publish my solution the folder that contains my xml schema gets excluded. I don't know why it's doing this but I don't want this to happen. Is there a setting I can set? ...

Publish entire solution in visual studio 2008

I know how to publish a single application in my solution by right clicking the project name and clicking properties then going to publish tab. How do you do this for the entire solution so that you only have one installer for all of them? ...

Publish a web app from within an VS2010 Extension

I want to publish a web app from within an VS2010 extension. In macro I use to write: DTE.Windows.Item(Constants.vsWindowKindSolutionExplorer).Activate() DTE.ActiveWindow.Object.GetItem("MyWebApp").Select(vsUISelectionType.vsUISelectionTypeSelect) DTE.ExecuteCommand("ClassViewContextMenus.ClassViewProject.Publish") but this doesn't se...

Eclipse-glassfish : Cannot publish again a project with multiple references from the workspace

Hi, env: eclipse Helios, glassfish 3.1, windows XP I have en EAR project wich contains an EJB module end 2 projects referenced in the workspace. The first publish (after an add/remove project on the server) on glassfish works fine. If I modify one code line or propertie file on any referenced project, WTP deletes the directories of al...

How can a program know whether it's ClickOnce or not?

I want to release a program for two versions, general and clickonce. In general one, it include updating code for updating program, but clickonce one is not. But, they are in the same solution/project code. That is to say, I want to know how to know if a program or application can tell if it is clickonce or not itself by code. ...

How to include ignored files when using Publish tool in VS2010?

I have a directory /media/fonts in my asp.net mvc project which contains fonts for my website. When I use the "Publish" tool in Visual Studio this folder is ignored even though it is included in my project. Other folders /media/images and /media/css are included just fine. Is there any way to tell Visual Studio to not ignore this folder...

Publish limit on Facebook's Graph API

Hey guys, I've been using the Graph API for a while. One feature of my application is that it allows a user to post a message on their friends walls (dont worry it is not spam). Anyway...there is a limit on the API and it will only allow a certain number of posts before failing. I've read on the facebook bucket allocation limits but ...