Charles Josephs
Charles Josephs

Reputation: 1535

Visual Studio 2012 and Web Deployment Projects (wdproj)

Can't seem to find any clear info on this. When I open my Visual Studio 2010 SP1 solution in Visual Studio 2012, it reports that wdproj is incompatible. What's the 2012 alternative to wdproj?

Upvotes: 11

Views: 13243

Answers (2)

Sween
Sween

Reputation: 1

If anyone finds themselves in need of the blog in the answer, it's here (as of 2024, at least): https://sedodream.com/2012/08/06/plans-regarding-website-projects-and-web-deployment-projects

The blogs.msdn site has been retired and I couldn't find the article in the archive

Upvotes: 0

Altai
Altai

Reputation: 211

It looks like WDP (Web Deployment Projects, *.wdproj) is not going to be supported in VS 2012, someone has already answered the question here: https://stackoverflow.com/a/12061065/922169

... and here is the blog referenced in the answer: http://blogs.msdn.com/b/webdev/archive/2012/08/06/plans-regarding-website-projects-and-web-deployment-projects.aspx

Upvotes: 11

Related Questions