Questions tagged [wdproj]

7 questions
14
votes
2 answers

Wdproj won't open

I just switched to Windows7 Professional 64 bit from Vista Ultimate 32 bit. I reinstalled all Visual Studio 2008 Professional and applied SP1. All is working well except I can't open a solution that contains a wdproj file. I found this link (and…
Jake Pearson
  • 27,069
  • 12
  • 75
  • 95
3
votes
2 answers

what to copy to production server when an update is made in a web application development environment

I have a web application built in Asp.net framework 3.5 (.Net 2008), and I use a Web Deployment Project (WDP) to compile it. I'd like to know, for instance if I made some changes to a code behind file (.aspx.vb), what files do I need to upload to…
Somebody
  • 2,667
  • 14
  • 60
  • 100
2
votes
1 answer

The WindowsDeveloperProgramforIOT file link leads to Page Not Found

I'm trying to set up my laptop to work with Galileo. I've followed the instructions on the "Setup your PC" page (http://ms-iot.github.io/content/SetupPC.htm) up to the point where it suggests I download the WindowsDeveloperProgramforIOT.msi file.…
comeonism
  • 55
  • 5
2
votes
1 answer

VS2005 Web Deployment Project to VS2008 - ASPNET compiler errors

I'm having problems with a wdproj I've upgraded to VS2008; This is the error I'm getting while trying to compile the project using msbuild: ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory …
Ravi
  • 625
  • 1
  • 6
  • 19
1
vote
1 answer

Visual Studio 2015 Publish Profile

I have multiple publish profiles for different servers. I am wondering if there is any way how I can run all the profiles together instead of deploying one at a time? Thanks!
Champ
  • 53
  • 1
  • 8
0
votes
1 answer

VS2008 web deployment projects modified during build process

We are experiencing an issue where one of our deployment projects gets modified during the build process. We have a large application with several component webservices, and as part of the build process for the solution we have tasks to copy the…
krisg
  • 796
  • 1
  • 9
  • 24
0
votes
1 answer

MSBuild and Web Deployment Project external dependencies

First time MSBuild/CI setup. I've got all my class libraries building, but am getting hung up on a web deployment project. This requires several binaries that are to be copied from a sibling folder. The folder contains other binaries that I do…
roufamatic
  • 18,187
  • 7
  • 57
  • 86