I'm getting this error when I build my project in Visual Studio after initialising OpenWrap.

The "InitializeVisualStudioIntegration" task was not given a value for the required parameter "WrapDescriptor".

Any idea what is wrong? I'm just following the guide on the OpenWrap wiki.

link|improve this question

57% accept rate
is your project in the /src folder? – serialseb Dec 23 '10 at 11:30
Yes it is, although not directly? Its here src\MvcApplication\MvcApplication.sln. The init must have at least partially worked as the .proj file was altered. – Dan Dec 23 '10 at 21:12
feedback

1 Answer

up vote 1 down vote accepted

Sorry for the delay in responding, christmas and all that :)

We've fixed a whole bunch of bugs with the latest release. I'd recommend updating your packages to the latest version.

Also make sure that your package descriptor is in the root of your project. It currently only support descriptors up to a couple of levels, if you're too nested it won't be found. You can alter your msbuild file to change the location of the descriptor by using the OpenWrap-DescriptorPath property, or you can fill-in a bug on github so we can address that scenario.

link|improve this answer
Thanks Seb, Updating Openwrap and/or removing a level of nesting did the trick – Dan Jan 5 '11 at 16:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.