Hi,
We're trying to upgrade one of our major projects from v2.0 to v2.5. We have re generated all the dals, removed and re-added all the old references. The project compiles fine but when we run it we get the following error on any page where we've used LBLGen entities.
_
Could not load file or assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.0.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) _
Can anyone tell me why the project is still looking for Version=2.0.0.0 when we have seemingly removed all traces of the old version?
Thanks.