YAFLogo

riceboyler
  • riceboyler
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
I had been running an RC1 based install of YAF inside my DNN installation, and when I saw the upgrade to RC2, I went to upgrade. I've tried multiple times to uninstall and resintall, I've check the web.config, I've removed extraneous files from the App_Code folder, and I'm getting the following in my event log in DNN.

I've even tried this with a clean YAF install in a different database, and it's still giving me this error (which means it's a code issue, not a database upgrade issue). I'm totally stuck at this point, and I'm hoping that some of you gurus can work your way through this and help me figure out where to start looking. Thanks!

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> 
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)at System.Reflection.Module.GetTypes()at YAF.Modules.YafModuleManager`1.FindModules(IList assemblies, String moduleNamespace, String moduleBaseInterface)at YAF.Modules.YafModuleManager`1.AddModules(List`1 assemblies)at YAF.Modules.YafBaseModuleManager..ctor()--- 
End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks,
Boolean fillCache)at System.Activator.CreateInstance(Type type, Boolean nonPublic)at YAF.Classes.Pattern.SingleClassInstanceFactory.GetInstance[T]()at 
YAF.Classes.Core.YafContext.get_BaseModuleManager()at YAF.Forum..ctor()at YAF.DotNetNuke.YafDnnModule.InitializeComponent()at YAF.DotNetNuke.YafDnnModule.OnInit(EventArgs e)at 
System.Web.UI.Control.InitRecursive(Control namingContainer)at System.Web.UI.Control.AddedControl(Control control, Int32 index)at System.Web.UI.ControlCollection.Add(Control 
child)at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content)at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls()at 
System.Web.UI.Control.EnsureChildControls()at DotNetNuke.UI.Modules.ModuleHost.get_ModuleControl()at DotNetNuke.UI.Containers.Container.get_ModuleControl()at 
DotNetNuke.UI.Containers.Container.ProcessModule()at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo objModule)
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
14 years ago
Did you use the official version or my Version?

You should try my Version

my-dnn.de/t6BXk 

riceboyler
  • riceboyler
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
14 years ago

Did you use the official version or my Version?

You should try my Version

my-dnn.de/t6BXk 

tha_watcha wrote:

I tried both. Yours is the one installed right now, as I thought it might fix the issue I was seeing. It didn't 😞