DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

compatibility issue between the DotNetNuke SQL Reporting Services (SSRS) Module and DNN version 10.1.2

 1 Replies
 0 Subscribed to this topic
 30 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 9
New Around Here
New Poster
New Poster
Congrats on posting!

Hello Team,

I hope this message finds you well.

I am reaching out to report a compatibility issue between the DotNetNuke SQL Reporting Services (SSRS) Module and DNN version 10.1.2.

After upgrading our DNN portal to version 10.1.2, we began encountering the following error when attempting to load pages that include the SSRS Module:

 

  error:DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.MissingMethodException: Method not found: 'DotNetNuke.Entities.Tabs.TabInfo DotNetNuke.Entities.Tabs.TabController.GetTab(Int32)'. at BS.Modules.SSRS.View.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at DotNetNuke.Entities.Modules.PortalModuleBase.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.d__246.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() [ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=2494&error=Method+not+found%3A+%27DotNetNuke.Entities.Tabs.TabInfo+DotNetNuke.Entities.Tabs.TabController.GetTab(Int32)%27.&content=0 System.MissingMethodException: Method not found: 'DotNetNuke.Entities.Tabs.TabInfo DotNetNuke.Entities.Tabs.TabController.GetTab(Int32)'. at BS.Modules.SSRS.View.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at DotNetNuke.Entities.Modules.PortalModuleBase.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.d__246.MoveNext()

 

It appears that the method <code>TabController.GetTab(Int32)</code> is no longer available or has been modified in DNN 10.1.2, causing the SSRS module to fail during page load.

As this module is essential for our portal’s reporting functionality, we would appreciate your assistance in confirming whether an updated version of the SSRS module is available, or if any workaround or code modification is recommended to restore compatibility with DNN 10.1.2.

Please let us know the best course of action to resolve this issue.

Thank you for your time and support.

Kind regards,

Advanced Member
Posts: 207
Advanced Member
Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
MVP
MVP
You're an MVP!
New Poster
New Poster
Congrats on posting!
Well Ai doesn't find it, you need to use the portalid, in GitHub this was last changed in 2023. Off the top of my head, I can't remember using GetTab() method without the portalid.

Get in touch with the module creators and see if they have a DNN10 verison.

AI return...
-----
Summary
The method DotNetNuke.Entities.Tabs.TabController.GetTab(Int32) that you're looking for does not exist in the DotNetNuke codebase.
The minimum required parameters for the GetTab method are:
• tabId (int) - The ID of the tab you want to retrieve
• portalId (int) - The ID of the portal containing the tab
-----


These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved