FishSoup
FishSoup

Reputation: 21

Mixing 3.5 and 4.0 .net projects

I have been getting some really weird errors when I have been trying to mix version 4.0 and 3.5 projects. Are they not compatible? Is it possible to make them?

Upvotes: 2

Views: 1144

Answers (1)

Frank
Frank

Reputation: 1132

I've had no problems using .net 3.5 assemblies in .net 4. The converse is not true, i've had issues MEF failing in a 3.5 application and DirectoryCatalogs when a .net 4 assembly was in the same folder.

there seem to be many related answers:

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

Upvotes: 4

Related Questions