Hi all,
I am developing an ASP.NET app. using LLBLGen data access layer. The problem is, when I try to use LLBLGenDatasource (v 2.5), and open its "Configure Data Source" wizard, "Entity collection to select" drop down list is empty!
If I try to write EntityCollectionTypeName property manually, it was deleting the property after leaving the property cell, but once I rebuilted and re-opened the solution, when I set the property, the data source started to give error below:
Could not load file or assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I am entering value of EntityCollectionTypeName property correctly as shown on references:
MyProjectPersistence.CollectionClasses.TestCollection, MyProjPersistence
What is the problem?
Regards
Baris