|
|
Joined: 3/22/2017
Posts: 1
|
|
|
Hi,
I'm trying to install DNN 9.0.2.
Have tried several times, cleared all, new db and all, but get the same error :
25% ERROR occured - System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'Description'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script, Int32 timeout) ClientConnectionId:09430a1d-fff0-4c60-a3e5-e51262bda737 Error Number:207,State:1,Class:16 CREATE PROCEDURE dbo.[GetAllFiles] AS BEGIN SELECT FileId, PortalId, [FileName], Extension, Size, Width, Height, ContentType, FolderID, Folder, StorageLocation, IsCached, UniqueId, VersionGuid, SHA1Hash, FolderMappingID, LastModificationTime, Title, Description, EnablePublishPeriod, StartDate, EndDate, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate, PublishedVersion, ContentItemID, HasBeenPublished FROM dbo.[vw_Files] END
Anyone know how to get DNN installed?
|
|
|
|