You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The module is not working in DNN 10.0.0-rc2.
To Reproduce
Steps to reproduce the behavior:
Install DNN 10.0.0-rc2
Install Documents module
Try to add a Documents module to a page
See error
Error
Documents is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'DotNetNuke.Entities.Modules.ISearchable' from assembly 'DotNetNuke, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'DotNetNuke.Entities.Modules.ISearchable' from assembly 'DotNetNuke, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null'. at DotNetNuke.Modules.Documents.Document.LoadSettings() at DotNetNuke.Modules.Documents.Document.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Expected behavior
No error should be fired
DNN Information (please complete the following information):
DNN Version 10.0.0-rc2
Documents Module Version 7.1.0
Desktop (please complete the following information):
OS: Windows 11 23H2
Browser: Edge
Version: 133.0.3065.92
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The module is not working in DNN 10.0.0-rc2.
To Reproduce
Steps to reproduce the behavior:
Error
Documents is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'DotNetNuke.Entities.Modules.ISearchable' from assembly 'DotNetNuke, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'DotNetNuke.Entities.Modules.ISearchable' from assembly 'DotNetNuke, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null'. at DotNetNuke.Modules.Documents.Document.LoadSettings() at DotNetNuke.Modules.Documents.Document.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Expected behavior
No error should be fired
DNN Information (please complete the following information):
DNN Version 10.0.0-rc2
Documents Module Version 7.1.0
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: