publish

VS2008 publish asp.net mvc application on the same pc

"Publish succeed" appears in the status bar... I execute IE8 , the home page is ok. but the links to other views gives "Erreur HTTP 404.0 - Not Found". The controler redirection do not work. Under VS2008 IDE the "build and run" works fine. Some basic things omited?... Thank you for your help. ...

Windows 7, VS 2008 - WPF Project Publish Fail

Hi, I have just upgraded, fresh installed, from Vista Business to Windows 7 Professional (32bit). I use VS 2008 SP1 as my development environment. I have 1 WPF project that need to publish to deploy at our website. Everything is fine in Vista environment. When I try to publish from my new Win 7 to a folder, an error occured. Error 6 Co...

VS 2008 : How to publish with out DLLs ?

I have developed a web application in Visual Studio 2008 and want to publish it in to the production server. I see a publish option there.But its producing files with DLL. I dont want to publish only asps files and dll's , Instead i want to use the aspx files and aspx.cs file .This would help other developers to download the code and mo...

Bug? FlashPlayer 10 Projector not going into fullscreen depending on SWF/HTML Player settings

Hello, We now use Flash CS4 to publish our FlashPlayer (SWF) and Projector (EXE) but have been having problems with the Projector not running full screen but we can't see why. To demonstrate, create a new AS2 Flash Project in Flash CS4 and add the following actionScript to Layer 1, Frame 1 fscommand("fullscreen", true); fscomma...

TFS Manual Mstest Publish Results?

Following a MSDN web page, I am trying to manually run mstest within my tfsbuild.proj and put the results into the pass/fail logic so the build will fail if this particular test fails. It's kind of like running a FxCop or something else from CMD and capturing a "0" or "1" and force-fail the build. MSTest /testcontainer:test.dll /publish...

Making a single ClickOnce installer for two applications

I am using Visual Studio C# 2008 Express Edition. I have a Solution that has several projects, most of which are class libraries but two of which are executable projects (a GUI and a command-line interface). Is there a good way to make a single ClickOnce installer that installs both of the executable projects? If I make one of the pro...

Automatize Publish of Application Web (VS2008)

Hi all, I have a solution sln and several projects (vbproj, csproj). I have web project, and I need automatize Publish (like menu option in VS2008). Can I replicate VS2008 "Publish Web Site" from command line ?? any help about it, please ? Thanks in advanced. Greetings. ...

Automatize Publish of ClickOnce VS2008

Hi all, i have a solution sln, with several projects (vbproj, csproj), and I have Windows Application, and I use ClickOnce for publish it. Now, I need automatize the Publish option using msbuild or another good solution (cmd, vbs, bat scripts). Any help about it ? thanks in advanced, greetings ...

RDLC will be broken when publishing a web site with Visual Studio...

Hi, I've a large web application solution in Visual Studio. This solution contains some RDLC (client report files) in its folders. Whenever I publish it using Visual Studio, all *.rdlc files breaks. Indeed they convert to files with 1 KB size. Why this happens and how can I fix it? ...

Publish files/artifacts for failed/broken build in Hudson?

Hi, I'd like to publish certain files for each build regardless of success/failure. In my case I want to publish a report generated from a JUnit RunListener implementation we've implemented, however I would also find it useful to publish additional log files, and any other specific files I am interested in. I know TeamCity does this ou...

Partition Exchange as publishing technique in SQL Server?

I'm familiar with the concept of using partitions in Oracle as a technique to pubish incremental additions to tables (in a DW context). (like this example) For example. a daily snapshot for a data mart fact table is loaded behind the scenes in a partition within a table. for example with date as the partition key (1 partitioned table...

Why isn't my published VB10 project installing the .net 4.0 prerequisite?

I have a personal project written in VB10, and am publishing it from VS2010. However, when users attempt to run the created setup.exe, they receive an error stating .net 4.0 is required. At first I assumed I had simply not set the framework as a prerequisite, but I do have "Microsoft .NET Framework 4 (x86 and x64)" checked as one of the ...

What is the advantage of the ASP.NET precompilation?

How useful is tu use Aspnet_compiler.exe instead of conventional Publish via Visual Studio? And what about resource (resx) files? ...

Copy Local = false ignored when I Publish my ASP.NET Web Application

Hello, I have an ASP.NET Web Application that has several references set. I have Copy Local set to False for several of them, but when I Publish my application it copies the .dlls anyway. How can I turn that off for good? The dlls are registered in the GAC on the web server and I want to make sure that those are references instead of ...

How do I use FB.Connect.streamPublish in an iframe facebook app?

I'm making a simple iframe-based facebook app. I have the following code to size my iframe: FB_RequireFeatures(["Connect"], function(){ FB.XdComm.Server.init('/xd_receiver.htm'); FB.CanvasClient.startTimerToSizeToContent(); FB.CanvasClient.syncUrl(); }); I want to add a link that will display a popup which will allow the user...

"Publish" to pdf

Using Matlab, I would like to create a pdf document summarizing the results of several experiments. Ideally, I'd have one page per experiment with 2 multi-panel figures and a bit of text. I thought that publish.m would be the way to go, however, publishing to pdf does not support inserting page breaks, and I can neither control the fig...

How can I deploy a WPF application with ClickOnce that accesses a local MDF database file?

I made a simple WPF application in Visual Studio. It accesses its own database file in its own directory with this connection string: System.Environment.CurrentDirectory + @"\Data\" + databaseFileName; I clicked Publish and basically accepted all the defaults (CD/DVD publishing, no online updates). I copied the setup folder to anoth...

Unable to access my published web page from other computers

Hi, I have published ASP.NET web site, using IIS7 on Win7. I can access this web site on my localhost, but it is inaccessable from other computers via internet. I have tried to disable firewall and anti-virus program, but with no success. Does anyone know what may be causing this problem? It works fine if I publish it on winXP. ...

C# Express: How to publish project for use with 3rd party installer (msi)?

I want to publish my c# project (c# 2008 express edition) and create an (msi) installer with Inno Setup Compiler. How can I do this? ...

How to publish website using Vis Studio Web Developer Express Edition

Hi All In the MSDN Documentation is says: "Note: The Publish Web Site utility is not available in Visual Web Developer Express edition." That being said, does that mean that I can not upload my website to my server to be viewable online unless I purchase the full version of Web Developer? Thanks Bael ...