You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenWrap doesn't support .NET 4.5 yet at this moment. I found the issue while I was trying to build a project that was initialized with openWrap inside of Visual Studio 11.
The OpenWrap-TargetProfile property doesn't get set to the correct value, because the TargetFrameworkVersion property isn't correctly handled inside the OpenWrap.Csharp.Targets file.
Because it doesn't get a valid value, you will get an error with the following message:
The "InitializeVisualStudioIntegration" task was not given a value for the required parameter "Profile".
The text was updated successfully, but these errors were encountered:
There are other issues with 4.5, msbuild runs out of process and the solution hooking code needs updating to detect the DTE across processes, so its quite a bit of work to get everything running.
OpenWrap doesn't support .NET 4.5 yet at this moment. I found the issue while I was trying to build a project that was initialized with openWrap inside of Visual Studio 11.
The OpenWrap-TargetProfile property doesn't get set to the correct value, because the TargetFrameworkVersion property isn't correctly handled inside the OpenWrap.Csharp.Targets file.
Because it doesn't get a valid value, you will get an error with the following message:
The "InitializeVisualStudioIntegration" task was not given a value for the required parameter "Profile".
Reply to this email directly or view it on GitHub: #323
OpenWrap doesn't support .NET 4.5 yet at this moment. I found the issue while I was trying to build a project that was initialized with openWrap inside of Visual Studio 11.
The OpenWrap-TargetProfile property doesn't get set to the correct value, because the TargetFrameworkVersion property isn't correctly handled inside the OpenWrap.Csharp.Targets file.
Because it doesn't get a valid value, you will get an error with the following message:
The text was updated successfully, but these errors were encountered: