can I use .net 3.5 binaries for a library with a .net 4.0 application / what are the negatives if an

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-04-26T23:01:21Z Indexed on 2010/04/26 23:03 UTC
Read the original article Hit count: 274

Filed under:
|

Hi,

Can I use .net 3.5 binaries for a library with a .net 4.0 application / what are the negatives if any? In other words is there any reason I should take more time out to download source for the library and build it under .net 4.0 (assuming it builds without any problems I guess) as opposed to downloading the .net 3.5 binaries.

I'm using C# in VS2010.

thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#