This Article covers the Error Could not load the Assembly 'DotNetNuke.Authentication.LiveID' when using DotNetNuke(DNN) CMS.
Issue
Your DNN website displays this error
A critical error has occurred.
Could not load the assembly 'DotNetNuke.Authentication.LiveID'. Make sure that it is compiled before accessing the page.
Resolution
<
runtime
>
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
probing
privatePath
=
"bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;"
/>
</
assemblyBinding
>
</
runtime
>
- Access your web.config.
- In your web.config, make sure that this XML exists right after </system.web>
Article ID: 322, Created: April 6, 2012 at 4:11 PM, Modified: August 25, 2014 at 2:37 PM