publish

Include Google Maps API Key in open source project?

Is it okay to put your Google Maps API Key into your source code and publish it? Others could take it and misuse it, but I don't want every developer / user to get their own API key and type it in somewhere. If the owner of the key is responsible, should I create a new google account for the project? (The project is a desktop applicatio...

Can TeamCity publish a Web project using the sln2008 build runner?

I'm building an ASP.Net MVC project in TeamCity. Can I somehow call the Publish target and get the output copied to a folder under IIS? or do I need to write an msbuild script for this? ...

How to prepare my code for publishing?

I've been working on a project for a while, producing a small pile of code to do a specific task as a part of a larger framework. Now the time has come to publicly include this code in the framework. What do you suggest to do with the code before pushing it to the publicly available repository? How can I prepare it in a way to have the l...

Unnecessary files remaining after Publish

When I do a 'Publish' on my ASP.NET MVC website, I'm finding unnecessary empty folders in the publish folder. This is annoying because I have to manually delete them so they don't get uploaded through FTP. This happens even when I select the following radio-buttons: Delete all existing files prior to publish Copy Only files needed t...

Why are certain files not published in the App_Data folder?

I'm using Visual Studion 2008 to build and deploy a webservice project. I've added a bunch of files to the App_Data folder: some xml, some plain text and 2 pdf's. All these files are included in the .csproj file (if they are not, they will not be published) But when doing a 'publish' from VS2008 (of course with the option 'Included file...

ASP.NET Updating without full publish?

I'm not sure if this has been asked before, I tried searching. Anyhow, is it possible to update a publised site without the need to do a full publish. Say for example you fixed a bug in one single file, is this possible? any work arounds, advice etc? ...

how do i publish my asp.net project to my local iis?

I've been looking and I've seen a few how-tos but I find them to be somewhat confusing. Does anyone have a good tutorial or step by step writeup that's easy to follow for a newbie Thanks Crash ...

Post Publish Events

For normal (say Windows Forms) C# applications, to execute commands after a successful build I would use the Build Events->Post-build event command line in Project Properties. I have a Web Site project which I "Publish", using the "Publish..." command in the context menu in the solution explorer. Is there a way to run commands after th...

Publish ClickOnce from command line

Is there a way to have VS.NET 2008 execute the "Publish Now" button from the command line? I've seen posts that suggest to use msbuild /target:publish to call it. That is ok, but msbuild doesn't increment the revision number. I'm hoping for something like: devenv mysolution.sln /publish ...

Error when publishing .NET c# application

It has been two days and I haven't been able to make this application work in the hosting computer. This application is in a subdirectory and is written in C# the other application is C#. It work just fine down here in my development computer. I have been trying the following. 1.I made the changes to the web.config so it doesn't confli...

Publish Web Site all of a sudden no longer working

Out of nowhere the "Publish Web Site" option in Visual Studio isn't doing anything for a particular project. It still compiles the site (no errors), but it never copies the output to the destination directory. I've tried changing the destination to a number of locations, and it creates the new folder, but never copies the output. I tried...

How do I publish a ClickOnce application using Microsoft.Build.BuildEngine

I have a WPF, ClickOnce application that I am trying to build using the Microsoft.Build.BuildEngine. I believe my question actually boils down to "how do I do the command line /target:publish using Microsoft.Build.BuildEngine"? I've tried the following projectToBuild.SetProperty("PublishUrl", myPublishUrl); projectToBuild.Targets.Ad...

GetExtentedPermission Problem ... Giving me ThreadStateException

I am currently making a facebook apps that require to send a news feed using stream.publish function, but it require me to have some kind of permission so I google and end up finding the function called GetExtendedPermission ... I tried to call this in my application but it gives this error. ActiveX control '8856f961-340a-11d0-a96b-00c0...

Software that can read an RSS feed and re-publish it on a new URL

Hi, for various reasons I'm looking for a utility or feed-reader that can sit on a server and read an RSS feed from one url and re-publish it on a new url. Free tools are better, obviously. I could also code my own but I figure there must be existing tools that do this, but my googling hasn't turned up much yet. ...

VB.NET ClickOnce failure

I built my application in VB.NET and tried to use the publish feature in VS2008. I uploaded it to my webserver and cannot get the darn thing to work! No matter the client and no matter which method I choose (Publish to cd/dvd or webserver), I always get this error. I can, after some labor, get the application to run by itself, however. ...

How to update ASP.Net site dll without stopping site

Hi, Is it possible to update the site dll for a precompiled site without stopping IIS. Currently, if I try to just copy the new file to overwrite the current file, All users receive runtime errors while the file is being copied. Is there a way to avoid this? ...

Drupal is allowing viewing of unpublished content

I inherited a Druapl5 site and it's showing content when published is not checked in the Publishing Options section of the Edit Content Form. I confirmed that the status is 0 in the DB for the node. So it should be not visible. My first guess was that I was logged in and that's why I could see it, but I logged out and I could still see...

Officewriter Excel Report - bc30277 Type character '!' does not match

Hi guys, i have an officewriter report that i am trying to publish to SQL Reporting services through excel. This is a parameterized report with just 1 input parameter. When i click on 'Publish' in officewriter toolbar, there is an error. It says 'the value expression for the query parameter '@test' contains an error: [bc30277] Type cha...

Manual XBAP publishing.

I found a method to manually publish a regular WPF Application, but i need the same instructions for a WPF Browser app instead. Here is the regular WPF App howto: http://msdn.microsoft.com/en-us/library/xc3tc5xx%28VS.80%29.aspx . If anyone knows what changes I need to make to my mage commands to make it work for XBAP please let me know...

Visual Web Developer Publish doesn't publish all required files

With an MVC C# app that builds error-free, the Publish action (Release configuration) won't copy any of the controllers and several of files when "Publish only files required to run..." is selected. Yes, MVC 1.0 is installed on top of ASP.net 3.5 SP1, and the MVC templates are visible in VWD. I'm at a loss as this is so simple. Any ...