I'm trying to get Dynamic Data SD.LLBLGen.Pro.DynamicDataSupportClasses.NET35.dll working with LLBL v3.1. Is it possible?
I got wollowing error:
Could not load file or assembly 'SD.LLBLGen.Pro.LinqSupportClasses.NET35, 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)
<runtime>
<assemblyBinding>
<dependentAssembly>
<assemblyIdentity name="SD.LLBLGen.Pro.LinqSupportClasses.NET35" publicKeyToken="ca73b74ba4e3ff27"/>
<bindingRedirect oldVersion="2.6.0.0-2.6.0.0" newVersion="3.1.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SD.LLBLGen.Pro.ORMSupportClasses.NET20" publicKeyToken="ca73b74ba4e3ff27"/>
<bindingRedirect oldVersion="2.6.0.0-2.6.0.0" newVersion="3.1.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
**Edit: ** I forgot xmlns: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Works now.
But another question:
Some time ago I have read about some plans about releasing source codes for Dynamic Data Support Classes. What about it?
I had been working with DD quite a lot in v2.6. There were some issues with the metadata provider. Now i'm trying to start new project with asp.net 4 (new DD engine) and It would be nice to be sure I could fix possible issues. It's important to us as we have to decide between Entity Framework Runtime and LLBLGen Pro Runtime