Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsSurveySurveyReinstalling from BackupReinstalling from Backup
Previous
 
Next
New Post
1/11/2010 4:03 PM
 

I'm getting this error when I copied all my files from backup folder directly to the folder it was in.

 

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: BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

Source Error:

 
Line 40: 
Line 41:         ' singleton reference to the instantiated object 
Line 42:         Private Shared objProvider As DataProvider = Nothing
Line 43: 
Line 44:         ' constructor

Source File: C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\DataProvider.vb    Line: 42



c:\windows\system32\inetsrv> "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnnmclub\84a6813b\847c0787\assembly\dl3\668cbb8a\8a78060c_f1a0c901\DotNetNuke.DNNTreeNavigationProvider.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnnmclub\84a6813b\847c0787\assembly\dl3\a0aa8b7e\056c580b_f1a0c901\DotNetNuke.Caching.BroadcastPollingCachingProvider.DLL" 

MODERATOR REMOVED EXTRA DETAILS. 

C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\DataProvider.vb(42) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

        Private Shared objProvider As DataProvider = Nothing
                                      ~~~~~~~~~~~~          
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\DataProvider.vb(51) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            objProvider = CType(Framework.Reflection.CreateObject("data", "DotNetNuke.Modules.Html", ""), DataProvider)
                                                                                                          ~~~~~~~~~~~~ 
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\DataProvider.vb(55) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

        Public Shared Shadows Function Instance() As DataProvider
                                                     ~~~~~~~~~~~~
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(66) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

        Public Sub AddHtmlText(ByVal objText As HtmlTextInfo)
                                                ~~~~~~~~~~~~ 
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(68) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            DataProvider.Instance().AddHtmlText(objText.ModuleId, objText.DeskTopHTML, objText.DesktopSummary, objText.CreatedByUser)
            ~~~~~~~~~~~~                                                                                                             
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(83) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

        Public Function GetHtmlText(ByVal moduleId As Integer) As HtmlTextInfo
                                                                  ~~~~~~~~~~~~
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(85) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Return CType(CBO.FillObject(DataProvider.Instance().GetHtmlText(moduleId), GetType(HtmlTextInfo)), HtmlTextInfo)
                                        ~~~~~~~~~~~~                                                                        
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(85) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Return CType(CBO.FillObject(DataProvider.Instance().GetHtmlText(moduleId), GetType(HtmlTextInfo)), HtmlTextInfo)
                                                                                               ~~~~~~~~~~~~                 
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(85) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Return CType(CBO.FillObject(DataProvider.Instance().GetHtmlText(moduleId), GetType(HtmlTextInfo)), HtmlTextInfo)
                                                                                                               ~~~~~~~~~~~~ 
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(100) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

        Public Sub UpdateHtmlText(ByVal objText As HtmlTextInfo)
                                                   ~~~~~~~~~~~~ 
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(102) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            DataProvider.Instance().UpdateHtmlText(objText.ModuleId, objText.DeskTopHTML, objText.DesktopSummary, objText.CreatedByUser)
            ~~~~~~~~~~~~                                                                                                                
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(126) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Dim HtmlText As HtmlTextInfo = GetHtmlText(ModInfo.ModuleID)
                            ~~~~~~~~~~~~                                
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(157) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Dim objHtmlText As HtmlTextInfo = GetHtmlText(ModuleID)
                               ~~~~~~~~~~~~                        
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(184) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Dim objText As HtmlTextInfo = New HtmlTextInfo
                           ~~~~~~~~~~~~                   
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\HtmlTextController.vb(190) : error BC30560: 'HtmlTextInfo' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

            Dim objTextOld As HtmlTextInfo = Me.GetHtmlText(ModuleID)
                              ~~~~~~~~~~~~                           
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\Providers\DataProviders\SQLDataProvider\SqlDataProvider.vb(41) : error BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

        Inherits DataProvider
                 ~~~~~~~~~~~~
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\Providers\DataProviders\SQLDataProvider\SqlDataProvider.vb(115) : error BC30284: sub 'AddHtmlText' cannot be declared 'Overrides' because it does not override a sub in a base class.

        Public Overrides Sub AddHtmlText(ByVal moduleId As Integer, ByVal desktopHtml As String, ByVal desktopSummary As String, ByVal userID As Integer)
                             ~~~~~~~~~~~                                                                                                                 
C:\Inetpub\wwwroot\DNNMCLUB\App_Code\HTML\Providers\DataProviders\SQLDataProvider\SqlDataProvider.vb(119) : error BC30284: function 'GetHtmlText' cannot be declared 'Overrides' because it does not override a function in a base class.
                                                                                                           
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsSurveySurveyReinstalling from BackupReinstalling from Backup


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

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

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. 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.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out