Some modules cannot find the management module (cannot be associated)

Source: Internet
Author: User

Check from the front-end interface, go to the *. ascx file to the. CS file, go to the Controller \ info file, and go to the data provider, and perform layer-by-layer query through "go to definition.

In sqldataprovider in provider, view the method of the inherited interface class in dataprovider ----> stored procedure in database.

Eventually

Create procedure {databaseowner} {objectqualifier} hvc_suggestion_getmsginfomanagermodules
(
@ Portalid int
)

As

Select M .*,
DM .*
From {databaseowner} {objectqualifier} modules M
Inner join {databaseowner} {objectqualifier} moduledefinitions MD on M. moduledefid = md. moduledefid
Inner join {databaseowner} {objectqualifier} partition topmodules DM on MD. Partition topmoduleid = DM. Partition topmoduleid
Where M. portalid = @ portalid and DM. modulename = 'hivence-suggestion 'and M. isdeleted = 0
Order by M. moduleid

Return

Go

Create procedure {databaseowner} {objectqualifier} hvc_suggestion_getmsginfo
(
@ Msginfoid int
)

As
 

In, modulename = 'hivence-suggestion 'is different from the module name defined in *. dnn.

* <Modulename> hivence-suggestion </modulename> In dnn

Must be consistent before and after, and there must be no difference

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.