Hi
I have added the below settings in web.config file.
<configSections>
<section name="dependencyInjectionInformation" type="SD.LLBLGen.Pro.ORMSupportClasses.DependencyInjectionSectionHandler, SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27"/>
</configSections>
<appSettings>
<add key="autoDependencyInjectionDiscovery" value="true"/>
</appSettings>
<dependencyInjectionInformation>
<additionalAssemblies>
<assembly filename="AuditLog.dll"/>
<assembly fullName="SD.Examples.Injectables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
</additionalAssemblies>
</dependencyInjectionInformation>
I am getting exception on the below line in web.config file.
<assembly fullName="SD.Examples.Injectables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
Kindly help me how to proceed?
Regards
Sagayaraj