Moved DDN from other hosting provider. Cannot resore and make work

Discussion in 'Databases' started by wsiwpg, Feb 19, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have moved DNN files form other hosting provider and restored the databases successfully. I have also replaced the database connection string. Yet I get the following message and I do not know what problem that is pointing to.
    Any suggestions?


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

    Source Error:








    Code:
    Line 38: 
    Line 39:         ' singleton reference to the instantiated object 
    Line 40:         Private Shared objProvider As DataProvider = Nothing
    Line 41: 
    Line 42:         ' constructor
    Source File: E:\web\wiinnipegwsi\htdocs\App_Code\Reports\DataProvider.vb Line: 40

    you can see the error at winnipegwsi.com
     
  2. I am sorry for my ignorance but:


    these are the files as they were sitting on the old server (DNN with installed modules) they were ziped , moved, unzipped and restored.
    where in this process would I get compiled and un-compiled versions at the same time?


    I also got the following message form the previous hosting provider. Can you shed some light on this ?
    Hi Ralf</o:p>
    </o:p>
    This error usually is a result of database user is not assigned to dbo in the SQL server.</o:p>
    </o:p>
    Please check that the database has been assigned dbo user rights and the connection string has been updated correctly to reflect the new SQL server database.</o:p>


    New string: <add name="SiteSqlServer" connectionString="Data Source=tcp:sql2k507.discountasp.net;Initial Catalog=SQL2005_500026_winnipegwsi;User ID=SQL2005_500026_winnipegwsi_user;Password=*****;" providerName="System.Data.SqlClient" />



    Old String:<add name="SiteSqlServer" connectionString="Data Source=db2.multistreamsolutions.com,1689;Initial Catalog=db_solarengineers3;User ID=solarengineers;Password=*****" providerName="System.Data.SqlClient" />
     
  3. It looks like you also uploaded the compiled assemblies of the app. Only upload either the pre-compiled or the non-compiled version of the app.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page