Walaa wrote:
What are you using the DI for?
Would you please post the application config file, and the Dynamically Injected class code?
I'm testing an application using Authorization... anyway, I found the problem. The app.config is pointing to an old version in the sample provided in the web page "Authorization example for Winforms".
<section name="dependencyInjectionInformation" type="SD.LLBLGen.Pro.ORMSupportClasses.DependencyInjectionSectionHandler, SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27"/>
Should be:
<section name="dependencyInjectionInformation" type="SD.LLBLGen.Pro.ORMSupportClasses.DependencyInjectionSectionHandler, SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27"/>
Thanks Walaa for your kind help.