Hi,
I switched my .NET project as well LGP generation from .NET20 to .NET35. First the LinqSupportClasses couldn't be found, so I had to switch from the drivers (.dll) in the DotNET20 folder to the ones in the .NET35 folder. At this point also switched the DQE and ORMSupportClasses to be retrieved from DotNET35.
Now I have the following trouble or similar all over place (~ 2000 errors):
'ISerializable' is an ambiguous reference between 'System.Runtime.Serialization.ISerializable' and 'SD.LLBLGen.Pro.ORMSupportClasses.ISerializable'
in LGP.HelperClasses.ResultsetFields
'SerializationInfo' is an ambiguous reference between 'System.Runtime.Serialization.SerializationInfo' and 'SD.LLBLGen.Pro.ORMSupportClasses.SerializationInfo'
in LGP.HelperClasses.ResultsetFields
'StreamingContext' is an ambiguous reference between 'System.Runtime.Serialization.StreamingContext' and 'SD.LLBLGen.Pro.ORMSupportClasses.StreamingContext'
in LGP.HelperClasses.ResultsetFields
What am I missing here?