Entity Framework June 2011 CTP and Unit Test Project

We have an MVC / EF project that we just upgraded to CTP in June 2011. The web project works fine, the problem is that we can no longer reference it from the MSUnit project, as it targets a new platform.

When I try to set up a test project for the target June CTP, I get the following error:

An attempt to re-target the project has been canceled. Be able to target test project for .NET. Framework 3.5, you must use the steps documented in the following Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=201405 .

After reading this, I see that it is specifically for .NET 3.5.

Anyone have any ideas how I can get my tests to work?

+4
source share

All Articles