Enterprise Library 4.1 and .Net4

Posted by Matthew on Stack Overflow See other posts from Stack Overflow or by Matthew
Published on 2010-04-14T20:53:00Z Indexed on 2010/04/14 21:43 UTC
Read the original article Hit count: 420

Hello

I have a project that uses the Enterprise Library 4.1. When I target .net 4 and compile, I get an error that says I need to add a reference to System.ServiceModel version 3. My reference is to System.ServiceModel version 4. How can I tell Visual Studio 2010 to reference a .net3 assembly from a .net3 project? Or, does somebody have a workaround for this issue?

I am using the RTM version of VS2010

Thanks

© Stack Overflow or respective owner

Related posts about .net-4.0

Related posts about visual-studio-2010