Hi Chris, thanks for replying.
So what exactly do you mean by "remove the solpartactions references". Can I do that within the DNN settings when I log into the site? or would I literally have to go through the Public Web Folder files and remove it from the erroring .ascx files?
For example: If I go to /Portals/_default/Containers/20047-UnlimitedColorPack-033/No Title.ascx and open it up with Notepad, what do I remove? and then would I have to do this for every file which is erroring?
Here's what is in the file when I open it:
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON" Src="~/Admin/Containers/ActionButton.ascx" %>
<div class="White">
<div ><dnn:ACTIONS runat="server" id="dnnACTIONS" /></div>
<div class="contentpane" id="ContentPane" runat="server"></div>
<div class="c_footer"><dnn:ACTIONBUTTON runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" /><dnn:ACTIONBUTTON runat="server" id="dnnACTIONBUTTON3" CommandName="PrintModule.Action" DisplayIcon="True" DisplayLink="False" /><dnn:ACTIONBUTTON runat="server" id="dnnACTIONBUTTON2" CommandName="SyndicateModule.Action" DisplayIcon="True" DisplayLink="False" /><dnn:ACTIONBUTTON runat="server" id="dnnACTIONBUTTON4" CommandName="ModuleSettings.Action" DisplayIcon="True" DisplayLink="False" /></div>
</div>