I added the quotes module to a page. After loading it, the following error displays:
Error: Quotes is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'SmartThinker.DNN.Modules.UserProfile, Version=1.0.2.38381, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'SmartThinker.DNN.Modules.UserProfile, Version=1.0.2.38381, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'SmartThinker.DNN.Modules.UserProfile, Version=1.0.2.38381, Culture=neutral, PublicKeyToken=null' at SmartThinker.DNN.Modules.Quotes.Quote.GetNextQuote(Int32 quoteID) at SmartThinker.DNN.Modules.Quotes.Quote.Page_Load(Object sender, EventArgs e) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace ---
Any suggestions?