After upgrading from 4.5.5 to 4.6.2 without a problem, I encountered two errors on upgrading to 4.9.5.
The first error of, Compiler Error Message: BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'., was fixed by deleting DotNetNuke.Modules.Html.dll and DotNetNuke.Modules.Html.SqlDataProvider.dll.
The second seems to be a skin releated problem. Were there any changes that would prevent using either hyphens or periods in the skin names?
The first error of, BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'., was fixed by deleting DotNetNuke.Modules.Html.dll and DotNetNuke.Modules.Html.SqlDataProvider.dll.
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'glbDefaultSkinFolder' is not declared.
Source Error:
An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. BC30451: Name 'glbDefaultSkinFolder' is not declared.
|
Line 542: ' could not load skin control - load default skin
Line 543: If IsAdminSkin(PortalSettings.ActiveTab.IsAdminTab) Then
Line 544: PortalSettings.ActiveTab.SkinSrc = Common.Globals.HostPath & SkinInfo.RootSkin & glbDefaultSkinFolder & glbDefaultAdminSkin
Line 545: Else
Line 546: PortalSettings.ActiveTab.SkinSrc = Common.Globals.HostPath & SkinInfo.RootSkin & glbDefaultSkinFolder & glbDefaultSkin
|
Source File: G:\INetPAG\wwwPAGNet2010\Default.aspx.vb Line: 544
Show Detailed Compiler Output:
...snip...
Microsoft (R) Visual Basic Compiler version 8.0.50727.3053
for Microsoft (R) .NET Framework version 2.0.50727.3603
Copyright (c) Microsoft Corporation. All rights reserved.
G:\INetPAG\wwwPAGNet2010\Default.aspx(23) : warning BC40004: withEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
Protected WithEvents Form As Global.DotNetNuke.Common.Controls.Form
~~~~
G:\INetPAG\wwwPAGNet2010\Default.aspx.vb(544) : error BC30451: Name 'glbDefaultSkinFolder' is not declared.
PortalSettings.ActiveTab.SkinSrc = Common.Globals.HostPath & SkinInfo.RootSkin & glbDefaultSkinFolder & glbDefaultAdminSkin
~~~~~~~~~~~~~~~~~~~~
G:\INetPAG\wwwPAGNet2010\Default.aspx.vb(544) : error BC30451: Name 'glbDefaultAdminSkin' is not declared.
PortalSettings.ActiveTab.SkinSrc = Common.Globals.HostPath & SkinInfo.RootSkin & glbDefaultSkinFolder & glbDefaultAdminSkin
~~~~~~~~~~~~~~~~~~~
G:\INetPAG\wwwPAGNet2010\Default.aspx.vb(546) : error BC30451: Name 'glbDefaultSkinFolder' is not declared.
PortalSettings.ActiveTab.SkinSrc = Common.Globals.HostPath & SkinInfo.RootSkin & glbDefaultSkinFolder & glbDefaultSkin
~~~~~~~~~~~~~~~~~~~~
G:\INetPAG\wwwPAGNet2010\Default.aspx.vb(546) : error BC30451: Name 'glbDefaultSkin' is not declared.
PortalSettings.ActiveTab.SkinSrc = Common.Globals.HostPath & SkinInfo.RootSkin & glbDefaultSkinFolder & glbDefaultSkin
~~~~~~~~~~~~~~
G:\INetPAG\wwwPAGNet2010\ErrorPage.aspx(10) : warning BC40004: withEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'.
Protected WithEvents Form As Global.System.Web.UI.HtmlControls.HtmlForm
~~~~
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082