Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenWrap does not support .NET 4.5 yet #323

Open
wmeints opened this issue May 26, 2012 · 2 comments
Open

OpenWrap does not support .NET 4.5 yet #323

wmeints opened this issue May 26, 2012 · 2 comments

Comments

@wmeints
Copy link

wmeints commented May 26, 2012

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".
@serialseb
Copy link
Member

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.

I'll probably allocate time after RC

Seb

On 26 May 2012, at 11:32, "Willem Meints" [email protected] wrote:

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

@chester89
Copy link

I guess Visual Studio 2012 and Resharper 7 plugin falls in the same category

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants