473,785 Members | 2,882 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WebDeployment project produces too many files in output directory

Hello,

Environment: Visual Studio 2005 SP1, Web Deployment Projects installed

I hava Web Application project (updated from Visual Studio 2003) and a Web
Deployment for that web application. The problem is when I build the
deployment project, far more files than necessary end up in the .\debug
directory. Effectively, all files from the original web application copied
to the .\debug directory, including the *.csproj files, the *.resx files and
so on.

Any idea what could cause this?

The Project file looks like this:
<!--
Microsoft Visual Studio 2005 Web Deployment Project
http://go.microsoft.com/fwlink/?LinkId=55111
-->
<Project DefaultTargets= "Build"
xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
<PropertyGrou p>
<Configuratio n Condition=" '$(Configuratio n)' == ''
">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion >8.0.60403</ProductVersion>
<SchemaVersion> 2.0</SchemaVersion>
<ProjectGuid>{1 A0F2EF3-DBB1-4091-80E2-DF6373E18D2B}</ProjectGuid>
<SourceWebPhysi calPath>..\WebC onfiguration</SourceWebPhysic alPath>
<SourceWebProje ct>{C2DC21FE-167D-4C0B-A128-2A464CA6D91F}|A ddins\Core\WebC onfiguration\Co reConfiguration .csproj</SourceWebProjec t>
<SourceWebVirtu alPath>/CoreConfigurati on.csproj</SourceWebVirtua lPath>
</PropertyGroup>
<PropertyGrou p Condition=" '$(Configuratio n)|$(Platform)' ==
'Debug|AnyCPU' ">
<DebugSymbols>t rue</DebugSymbols>
<OutputPath>.\D ebug</OutputPath>
<EnableUpdateab le>false</EnableUpdateabl e>
<UseMerge>tru e</UseMerge>
<SingleAssembly Name>CoreConfig uration</SingleAssemblyN ame>
<KeyFile>..\..\ ..\Keys\keyfile .snk</KeyFile>
<UseWebConfigRe placement>false </UseWebConfigRep lacement>
<ContentAssembl yName>
</ContentAssembly Name>
<DeleteAppCodeC ompiledFiles>fa lse</DeleteAppCodeCo mpiledFiles>
</PropertyGroup>
<PropertyGrou p Condition=" '$(Configuratio n)|$(Platform)' ==
'Release|AnyCPU ' ">
<DebugSymbols>f alse</DebugSymbols>
<OutputPath>.\R elease</OutputPath>
<EnableUpdateab le>false</EnableUpdateabl e>
<UseMerge>tru e</UseMerge>
<SingleAssembly Name>CoreConfig uration</SingleAssemblyN ame>
<KeyFile>..\..\ ..\Keys\keyfile .snk</KeyFile>
<UseWebConfigRe placement>false </UseWebConfigRep lacement>
<ContentAssembl yName>
</ContentAssembly Name>
<DeleteAppCodeC ompiledFiles>fa lse</DeleteAppCodeCo mpiledFiles>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
<Import
Project="$(MSBu ildExtensionsPa th)\Microsoft\W ebDeployment\v8 .0\Microsoft.We bDeployment.tar gets"
/>
<!-- To modify your build process, add your task inside one of the targets
below and uncomment it.
Other similar extension points exist, see
Microsoft.WebDe ployment.target s.-->
<Target Name="BeforeBui ld">
</Target>
<Target Name="BeforeMer ge">
</Target>
<Target Name="AfterMerg e">
<Copy SourceFiles="@( PrecompiledOutp ut)"
DestinationFold er="$(Destinati on)" />
</Target>
<Target Name="AfterBuil d">
</Target>
</Project>

Addtionally, I have checked the WebApplication project, but those files
which appear in the output folder do have a build action set to "None".

Best regards,

Henning Krause

Jan 10 '07 #1
0 1515

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1910
by: Kent P. Iler | last post by:
Hi, I've been using Visual Studio (not .Net) for many years (6+). I'm just now switching to VS.NET 2003. I am building my first project. In the past, I tend to work on my local machine (having local versions of IIS and SQL Server). Then after I'm ready to move the site to the web, I will initially create a new project in the same solution that contains the web server on the Internet. I start by doing a full copy, and then as I make...
1
10923
by: Steven T. Hatton | last post by:
I think Danny was one cup of coffee shy of full consciousness when he wrote this, but the gist of it makes sens to me: "C++ Project Organization Guidelines Last updated May 26, 2005. http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=175 Last week's article about inline functions subtly brought into the limelight another important issue, namely how to organize the files of a typical C++ program, or project. This week I...
10
9924
by: TokiDoki | last post by:
Hello there, I have been programming python for a little while, now. But as I am beginning to do more complex stuff, I am running into small organization problems. It is possible that what I want to obtain is not possible, but I would like the advice of more experienced python programmers. I am writing a relatively complex program in python that has now around 40 files.
1
2110
by: Michael A. Covington | last post by:
When I build my setup project, I get three files: setup.exe, setup.ini. and myapplication.msi. These go into a folder called (setup project)/bin/Release. If any other files are in that folder, they get deleted. What I'd *like* is that when I build the setup project, the files that it creates should go into a directory that I specify, and not delete any other files that are already in it. That way I can maintain an image of my...
7
3107
by: Dan | last post by:
I'd like to have a set of more-or-less common code which I want to use for both desktop and smart device projects. I have two questions: 1. How can I set up conditional compile directives for those parts of the code which are different on desktop and smart device projects 2. How can I actually share the same .cs source code files between the two projects. If I try to open a smart device project and add the files which are in the...
2
1695
by: Raterus | last post by:
Hi, I'm after this setup, and I'm just wondering if this is even feasible. I'd like to store my asp.net project remotely, on a network drive (all the project files, everything), But I want to be able to run the project on my local computer, off my local IIS server/asp.net configuration. Here is what I've done, I've set up an IIS virtual drive that has the alias I want locally, and points to this network drive. I entered in my...
9
5449
by: Anubhav Jain | last post by:
Hi, I am having few .net source files(.cs or .vb) and I want to dynamically generate the corresponding .net project file(.csproj or .vbproj) for them without using visual studio.So that I could be able to generate and compile the project on the enviroments where Visual Studio.Net is not installed. Thanks and Regards, Anubhav Jain MTS Persistent Systems Pvt. Ltd. Ph:+91 712 2226900(Off) Extn: 2431 Mob : 094231 07471
3
8310
by: Nick Gilbert | last post by:
Hi, In my VS.NET 2005, if I choose Build Clean Solution, the BIN folder is not touched. Shouldn't it delete all the dll and pdb files in that folder first? Instead, I'm finding I have to do it manually. Also, when I change from Debug to Release, all the pdb files remain in the bin folder. Shouldn't these be deleted automatically? Please let me know what the "Clean Solution" is supposed to do (if it's
0
5576
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted ******************************************************** For this teeny job, please refer to: http://feeds.reddit.com/feed/8fu/?o=25
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3647
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.