Hello All, Yesterday I unistall dnnarticle in a bad way because at the first I unistall the main module, So I get this Error during unistall :
In Dotnetnuke 6.1 and dnnarticle 9.9
//-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SQL : System.Data.SqlClient.SqlException (0x80131904): 'FK_DNNArticleLightboxContentPlugin_Modules' is not a constraint. Could not drop constraint. See previous errors. 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) 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.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ClientConnectionId:1d69baa1-c7b8-4cb7-b907-f0feae84704f /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for dbo. and *****/ /***** *****/ /************************************************************/ ALTER TABLE dbo.[ZLDNN_DNNArticleLightboxContentPlugin] DROP CONSTRAINT [FK_DNNArticleLightboxContentPlugin_Modules] System.Data.SqlClient.SqlException (0x80131904): Cannot drop the table 'ZLDNN_DNNArticleResourceInArticle', because it does not exist or you do not have permission. 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) 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.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ClientConnectionId:d1044818-76f4-4da2-9b49-e5d86e7cb1d1 DROP TABLE [ZLDNN_DNNArticleResourceInArticle]
//-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Then my site didn't work and I get this error :
Object reference not set to an instance of an object.
I tried to solve this problem by remove any dll about dnnarticle but didn't work; please help me to solve this problem....