leupold wrote
- Check the DNN event log (event viewer) for detailed error message.
- Make sure, both connection strings in your web.config are identical
1) The event log for the XML/XSL module is the following. Note is the same of the UDT module error I posted earlier. So the error is module-indipendent.
ModuleId: 839
ModuleDefId: 112
FriendlyName: XML Module Configuration
ModuleControlSource: DesktopModules/XML/EditXml.ascx
AssemblyVersion: 04.05.01
PortalID: 0
PortalName: bivongi.eu
UserID: 2
UserName: admin
ActiveTabID: 144
ActiveTabName: temp
RawURL: /Home/temp/tabid/144/ctl/Edit/mid/839/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.bivongi.eu/Home/temp/tabid/144/ctl/Edit/mid/839/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SIMBAR Enabled; .NET CLR 1.0.3705; Media Center PC 3.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2bf06556-1247-4c91-894e-4617e6c093cc
InnerException: Warning: Fatal error 824 occurred at May 17 2007 9:47PM. Note the error and time, and contact your system administrator.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.OnError
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Warning: Fatal error 824 occurred at May 17 2007 9:47PM. Note the error and time, and contact your system administrator. ---> System.Data.SqlClient.SqlException: Warning: Fatal error 824 occurred at May 17 2007 9:47PM. Note the error and time, and contact your system administrator. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddModuleSetting(Int32 ModuleId, String SettingName, String SettingValue) at DotNetNuke.Entities.Modules.ModuleController.UpdateModuleSetting(Int32 ModuleId, String SettingName, String SettingValue) at DotNetNuke.Modules.XML.EditXml.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Nome server: DIONE
and
2) I've alredy cecked connectionstring in web.config. Note that all the rest is working fine.
thanks
lele