Could not load type 'DotNetNuke.Web.DDRMenu.SolPartSkinObject'

405 views Asked by At

I have a set up of code which are developed in DNN 8.when I am trying to run this code from visual studio 2013 I found these errors. "Could not load type 'DotNetNuke.Web.DDRMenu.SolPartSkinObject' and 'Could not load type 'DotNetNuke.UI.WebControls.SolPartActions'

.so How to solve these errors.I had try my best but i couldn't.

1

There are 1 answers

2
VDWWD On

Did you register the TagName?

<%@ Register TagPrefix="dnn" TagName="SOLPARTMENU" Src="~/DesktopModules/DDRMenu/SolPartMenu.ascx" %>

And then on the Skin page

<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU" />