How to reference .NET 4.0 assembly within .NET 3.5 projects

前端 未结 4 626
一向
一向 2020-12-01 20:39

I would like to do some Office Interop stuff using .NET 4.0, but developing the rest of my project using VS2008 and .NET3.5.

How can I now use the functionality from

4条回答
  •  情书的邮戳
    2020-12-01 21:34

    CLR 4 allows InProc Side by side, but you'd still be looking at some interop solution between the loaded 2.0 and 4.0 code.

提交回复
热议问题