More on WAPs and WDPs
Posted by Andrew Myhre on May 12, 2008
Here’s a very interesting post: http://undocnet.blogspot.com/2007/12/web-application-project-2008-still-not.html
Currently I’m having trouble with MVC projects. I’ve given up trying to use a WDP so I’ll have to write my own /rip off a web.config replacement task.
Right now I’m getting a weird error though:
(CoreTestConfiguration target) ->
TESTTOOLSTASK : warning VSP2013: Instrumenting this image requires it to run as a 32-bit process. The CLR header flags have been updated to reflect this.
TESTTOOLSTASK : warning VSP2013: Instrumenting this image requires it to run as a 32-bit process. The CLR header flags have been updated to reflect this.
MSBUILD : warning MSB6006: “MSTest.exe” exited with code 1.
Bizarre! Interestingly this error happens when I run the team build project using msbuild on my development desktop.
Soumik Dutta said
You can resolve this by adding the referenced assemblies in your deployment items. I have resolved this issue in this way. Hope this helps.
andrewmyhre said
Cool, thanks! It all seems to work fine now though – maybe a fix in SP1?