Hi,
I have just migrated my LLBLGen Pro 2.0 project files to 3.0
Generating the source code was all good.
I removed the old reference SD.LLBLGen.Pro.ORMSupportClasses.NET20 of 2.0 and added the new reference (3.0) in VS
When using reflector to view project.DALDBSpecific.dll, i noticed there are 2 references to
SD.LLBLGen.Pro.ORMSupportClasses.NET20
2.6 and 3.0
Even though I only added the 3.0 in VS.
How do I remove this 2.6 reference? (I cannot see 2.6 in VS)
I have tried numerous times removing the reference and adding it again without success.
If I try to run the application, the below error appears:
Could not load file or assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.6.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)
The weird thing is, all the other libraries dont have this problem (including project.DAL.dll)
edit: using VS 2008
Thanks