Can you mix .NET framework Versions in a solution?

后端 未结 7 1171
遇见更好的自我
遇见更好的自我 2021-02-06 21:17

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(pe

7条回答
  •  再見小時候
    2021-02-06 21:53

    If you can wait for the new .NET 4.0 framework, you will be able to run dll's for each version side by side in the same process.

提交回复
热议问题