Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
3k views

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 ...
2
votes
2answers
614 views

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 ...
0
votes
0answers
141 views

WCF Binding Extension (RabbitMQ) and Web Deployment Project

I have got a Solution that consists of ASP MVC project and WCF Service Library project. There is also Web Deployment Project which replaces serviceModel/client section in MVC app if the "Deployment" ...
0
votes
1answer
93 views

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 ...
0
votes
1answer
378 views

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