Recently, I got a chance to migrate my project from vs2003 to vs2005, I got some trouble when I tried to upgrade my llblgen data assembly from .net 1.1. to .net 2.0 assembly.
The problem is I was using the EntityCollectionBase2 in the old project, but I found it's not supported under the .net 2.0 because it's changed to a generic class.
Is this TRUE? If it's this, that means I can not upgrade this assembly to .net 2.0 which is VERY sad for me.....
Can anyone help me at this point?