Can you mix .NET framework Versions in a solution?
Posted
by Micah
on Stack Overflow
See other posts from Stack Overflow
or by Micah
Published on 2010-03-12T13:50:27Z
Indexed on
2010/03/12
14:07 UTC
Read the original article
Hit count: 329
Our codebase where I work is .NET 2.0. For our new assembly/DLLs/web applications I would love to take advantage of what 3.5 has to offer.
Can one mix .NET frameworks(per assembly) in a solution? Are there any IIS related caveats to this?
I would love to hear any positive/negative/howto feedback. Let me know!
Thanks!
© Stack Overflow or respective owner