Dot Net Nuke DB error message

Discussion in 'ASP.NET / ASP.NET Core' started by jojo, Mar 12, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm hoping that I am possibly making a basic syntax error. The message I keep receieving after setting up DNN 3.22 is

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    DotNetNuke Upgrade ErrorThe Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

    ERROR: Could not connect to database.

    The type initializer for "DotNetNuke.Data.DataProvider" threw an exception.

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    This is my first time setting up DNN and maybe I just made some basic mistake, however I did follow the instructions to the letter.

    Here is my SQL information from the web.config file (the information has been altered).

    <add key="SiteSqlServer" value="Server=DBNAME.discountasp.net;Database=DB_123456_name;uid=DB_123456_name_user;pwd=S0meP4ssw0rd;" />
     
  2. wasn't exactly to the letter... fixed the problem with the DB connection. Now I'm troubleshooting a 'SharpZipLib' error message.
     
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