Why so much trouble with DotNetNuke

For some odd reason installing modules on JodoHost is becoming so difficult. On my dev box I can install a particular module with no issues, but using it on JodoHost, it doesn't install.

I receive this error during the install of a module:

Exception: System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_DesktopModules'. Cannot insert duplicate key in object 'DesktopModules'. The statement has been terminated. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddDesktopModule(String FriendlyName, String Description, String Version, Boolean IsPremium, Boolean IsAdmin) at DotNetNuke.DesktopModuleController.AddDesktopModule(DesktopModuleInfo objDesktopModule) at DotNetNuke.Installer.PaDnnInstallerBase.RegisterModules(PaFolder Folder, ArrayList Modules, ArrayList Controls) at DotNetNuke.Installer.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Installer.PaInstaller.Install()
 
Back
Top