|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/18/2006 1:05:00 AM
Posts: 1,
Visits: 1
|
|
I'm attempting to install DNN 4.3.1 on the site gobig ( http://gobig.re-invent.net/dnn/  I've followed the procedures as outlined by your document: http://www.re-invent.com/dotnetnukehosting/dotnetnuke.aspx However, I'm getting the following DNN Upgrade Error: The 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. MY web.config settings are: (with password omitted) < connectionStrings><!-- Connection String for SQL Server 2005 Express -->< add name="DotNetNuke" connectionString="Server=sql2005-2.reinventinc.com;Database=gobig;uid=randynwalsh;pwd=xxxxxx;" providerName="System.Data.SqlClient" /></ connectionStrings>< appSettings>< add key="DotNetNuke" value="Server=sql2005-2.reinventinc.com;Database=gobig;uid=randynwalsh;pwd=xxxxxx;" />.... </appSettings> What am I doing wrong? Thanks in advance!
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Today @ 9:04:19 AM
Posts: 157,
Visits: 372
|
|
Hello, I was told by our Install team that they got it installed for you earlier today as we offer the Free Install of DotNetNuke. It appeared there was a typo elsewhere in the web.config file that they corrected and re-ran the install routine which got it going for you.
Paul BRe-invent Technologies LLC http://www.re-invent.com
Innovative ASP.NET 3.5/2.0 Hosting Now with Windows 2008 Hosting and SQL 2008 Celebrating 10 Years in Business!
|
|
|
|