Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does OpenWrap cause my projects to fail with a "InitializeVisualStudioIntegration" compilation error?
    text
    copied!<p>Suddenly I cannot compile the following openrasta projects (see errors at end):</p> <ul> <li>OpenRasta.Codecs.WebForms</li> <li>OpenRasta.Hosting.AspNet</li> </ul> <p>This has happened after I did two things:</p> <ol> <li><p>I installed the latest version of OpenWrap from the wiki. This is the first time I have installed openwrap. I did nothing else, just ran the installer. No messing around.</p></li> <li><p>Pulled the latest versions of the following projects from GitHub:</p> <ul> <li>OpenRasta.Core</li> <li>OpenRasta.Codecs.WebForms</li> <li>OpenRasta.Hosting.AspNet</li> </ul></li> </ol> <p>I then attempted a rebuild of my main project, which includes project references to the OR projects above. This gave me the "InitializeVisualStudioIntegration" errors (see end).</p> <p>I found one mention of this problem online (http://tinyurl.com/3d8oxsf), something to do with nesting levels of the project files so FYI my OR projects all live at the following levels of nesting: </p> <p>F:\Development\OpenRasta\openrasta-codecs-webforms\src\OpenRasta.Codecs.WebForms\OpenRasta.Codecs.WebForms.csproj</p> <p>Any thoughts?</p> <p>Thanks</p> <p>Jonny</p> <h2>Errors</h2> <p>The "WrapDescriptor" parameter is not supported by the "InitializeVisualStudioIntegration" task. Verify the parameter exists on the task, and it is a settable public instance property. OpenRasta.Codecs.WebForms</p> <p>The "InitializeVisualStudioIntegration" task could not be initialized with its input parameters. </p> <p>The "WrapDescriptor" parameter is not supported by the "InitializeVisualStudioIntegration" task. Verify the parameter exists on the task, and it is a settable public instance property. OpenRasta.Hosting.AspNet</p> <p>The "InitializeVisualStudioIntegration" task could not be initialized with its input parameters. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload