Using dlls compiled in Visual Studio 2010 with target .NET Franework 4.0 in Visual Studio 2008

Posted by brickner on Stack Overflow See other posts from Stack Overflow or by brickner
Published on 2010-05-21T06:33:48Z Indexed on 2010/05/21 6:40 UTC
Read the original article Hit count: 573

I know it's a bit close to Can I use .NET 4.0 beta in Visual Studio 2008?

But my question is a bit different. I have a project that now uses .NET 4.0 (target .NET Framework 4.0) in Visual Studio 2010. Is it possible to use the project compiled dlls in Visual Studio 2008? How?

I don't want to use .NET4.0 directly in Visual Studio 2008, only the compiled dlls with target .NET Framework 4.0 (this is how my question is different that what has been asked so far).

I know that I was able to use .NET3.5 in Visual Studio 2005. So why not .NET4.0 in Visual Studio 2008?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about .net-4.0