We have a开发者_Go百科n MVC/EF project that we just upgraded to the June 2011 CTP. The web project is working great, the problem is, we can no longer reference it from the MSUnit project as it is targeting a newer Framework.
When I try to set the test project to target the June CTP it I get the below error:
Attempted re-targeting of the project has been canceled. To be able to target your test project to .NET Framework 3.5, you must use the steps documented at the following Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=201405.
After reading through it I can see it is specifically for .NET 3.5 .
Has anyone got any ideas how i can get my tests working?
精彩评论