publishing

Pre-compiled over source code - how can I reverse engineer it?

Hi, Is there a way to reverse engineer a pre-compiled website .... if for example someone 8) was silly enough to publish their site to a virtual directory witha local path set to the project folder in VS2008? Help :) ...

Publishing an application in public domain

Hi guys, 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 of publishing it. The original source code is available in public domain witho...

Visual Studio Publish Website Using SCP/SFTP

Is there a way to publish a web site from Visual Studio 2008 using SCP or SFTP? I know it is possible to publish to my local filesystem and then perform the transfer with SCP, but I'd like something more seamless (e.g. part of Visual Studio). Does this feature exist? An addin perhaps? ...

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 there a PDF viewer or another way to do this? Thanks Shiraz ...

Incremental Publishing in Eclipse for Static Web Project

I have a static Web project added to an Apache server. Whenever I make a change to the project, regardless of how small the change is, the entire project republishes instead of the individual file. I was under the impression that the publishing process was supposed to keep a delta and only republish the files that have been marked as cha...

Does Visual Studio backup files when publishing a site from within VS?

Hi, 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 ...

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 publish and manifest business - the exe doesn't seem to physically exist on the user's pc, so h...

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 that the ApplyWebTemplate() method of SPSite is asynchronous? If this is the case then my ...

How do you version service pack or hot fix?

If your application has a public API that people develop against then what do you do in following scenarios? If you publish service pack of your application do you change the version number of assemblies? Similarly do you change the version number if you provide a hot fix? If you do, do you provide policy files for assembly redirecti...

Allowing users to choose an approval workflow to start in MOSS

When using MOSS approval workflow on publishing pages I would like the users to be able to select a workflow to start rather than it just starting one? That is, when they click approve on a document I want a choice of approval workflows for them to select from i.e. Approval for the design team or Approval for the Corporate board etc. Is...

How to set Visual Studio to Publish pdf files

Is there a way to set visual studio to publish all pdf files? I know that you can set each indivdual pdf file in a project with the "Copy to Outpub Directory" property. But that means doing the same thing 100's of times for my current project, is there a way to change a global setting to do the same thing? ...

Creating and updating site columns in MOSS publishing site

I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns etc. I have also created a site collection based on my template. I have several times updated my mastepage and pages with succes. Now I want to update my site columns, adding some columns, but these c...

Visual Studio 2008 Publish Feature in a desktop app. What are the benefits?

Today I tried to use the publishing feature with visual studio, which creates an application manifest, and not a traditional exe. What are the benefits of this? I noticed each time the app starts up it does some kind of check before launching in? ...

update page templates with new site columns in MOSS publishing site

I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns (grouped to match each page) etc. I have also created a site collection, some sites and pages based on my template. Now I need to update some of my page templates and make the changes affect the exist...

Remove progress bar from published document in MATLAB

I am using the publishing functionality of MATLAB to generate a quick report of some analysis I'm running. Since the analysis is quite time-consuming, I've added a progress bar to keep track of how long is remaining. The problem is that I'd prefer this progress bar not to appear in my report. Is there a way to keep MATLAB from introduci...

Publishing a java web application using Netbeans

Can you publish a Java web application to an instance of a running remote Tomcat/Glassfish or be it any J2EE app server from netbeans, similar to the way you publish a web application using VS? If yes, please provide the steps ...

Master Page getting Could Not Load Type error when publishing

Everything works find locally, but when I publish my asp.net application to a remote server I get the following error: Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your ...

C# app with Data.odbc doesnt work on different machine..what to include?

Hi, I have an app with the use of namespace data.odbc in order to work with MySQL. I have tried it on different PC, the app works but when the odbc object should work, it does nothing. I suppose something is missing - I thought its automatically included. I have looked into app files - all are included. I have tried Add reference but th...

Why is a published website referencing my machine?

I have a website that I publish in Visual Studio 2008 and then send off to other people. One of the pages needs to alter a few configuration files, so an action is executed using WindowsImpersonationContext inside a class library referenced by the website. protected void WithImpersonation(ExecuteUnderImpersonation action) { using(Wi...

PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)

I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback. Any ideas if this is possible? Are there any available Java Add-on Packages that replicate this sort of functionality? ...