hiya
I've downloaded the "ASP.NET 2.0 databinding-CRUD example" sample by Dave Weber.
I've done the following:
Go to the .NET tab. Look for the
required assemblies. The names you should see are:
• LLBLGen Pro .NET 2.0 Dyanmic Query Engine for SqlServer (7/2000/2005)
• LLBLGen Pro .NET 2.0 ORM Support Classes Library
Add references to these two.
When I subsequently try to build, I get the error that I mentioned in the subject.
'ISerializable' is an ambiguous reference between 'System.Runtime.Serialization.ISerializable' and 'SD.LLBLGen.Pro.ORMSupportClasses.ISerializable' D:\llblGenPro\v2.0\v2SampleProjects\Example_3rdParty_LLBLGenProCRUDDemo\Northwind.DAL\EntityClasses\EmployeeTerritoryEntity.cs 43 61 Northwind.DAL
Any ideas?I think I'm doing everything according to the PDF "read me".
cheers,
yogi