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?
Asked
Active
Viewed 1,142 times
2
-
Can you explain what kind of `mixing` you have and what errors you see? Obviously you cannot reference 4.0 project from 3.5 project. But it should work fine the other way. – Alex Aza Jun 25 '11 at 02:49
-
1) Define "really weird errors." 2) Which way are you integrating them? Are you trying to use 4.0 assemblies in a 3.5 project? That won't work. Are you trying to use 3.5 assemblies in a 4.0 project? That shouldn't be a problem. – Khepri Jun 25 '11 at 02:51