Problems installing DNN

Discussion in 'Third-party applications' started by iwantioffer, Jul 15, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. It works fine on local machine (I had to give full access to C:\DNN...) I'm preatty sure that SQL Connection string is OK. This is the error I'm getting:

    Method not found: Void DotNetNuke.Services.Log.EventLog.LogInfo.set_LogConfigID(System.String).





    Code:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:





    Code:
    [MissingMethodException: Method not found: Void DotNetNuke.Services.Log.EventLog.LogInfo.set_LogConfigID(System.String).]
       DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.AddLog(LogInfo objLogInfo) +0
       DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +148
       DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1837
       DotNetNuke.Services.Exceptions.Exceptions.LogException(Exception exc) +26
       DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) +136
       DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) +295
       DotNetNuke.Data.DataProvider.CreateProvider() +23
       DotNetNuke.Data.DataProvider..cctor() +15
    
    [TypeInitializationException: The type initializer for "DotNetNuke.Data.DataProvider" threw an exception.]
       DotNetNuke.Data.DataProvider.Instance() +0
       DotNetNuke.Framework.Install.InstallApplication() +839
       DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +220
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +750
    
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    this looks like you didn't upload all the files.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. can you tell me what you did to get this far?

    i have installed DNN successfully but it did take a little time. I may have a few tips for you.
     
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