Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09/08/2006 8:00 PM by  Peter Donker
Unhandled error loading module.
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
anonimo anonimo
New Member
New Member
Posts:2


--
09/08/2006 9:50 AM

    i have this error. i don´t know why

    The stored procedure 'dbo.DMX_GetExtensionsByKey'  exist

    dnn 4.3.4 with Bring2mind[1].DMX_03.04.06 Source.zip and sql server 2000

    Unhandled error loading module.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.InvalidOperationException: The stored procedure 'dbo.DMX_GetExtensionsByKey' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Bring2mind.DNN.Modules.DMX.Data.SqlDataProvider.GetExtensionsByKey(Int32 PortalId, String ExtensionKey) at Bring2mind.DNN.Modules.DMX.Business.ExtensionsController.GetExtensionsByKey(Int32 PortalId, String ExtensionKey) at Bring2mind.DNN.Modules.DMX.Common.Query..ctor(PortalModuleBase& OurModule, HttpRequest& Request) at Bring2mind.DNN.Modules.DMX.Controls.PortalModuleBase.get_Query() at Bring2mind.DNN.Modules.DMX.Dispatch.MyInitialize() at Bring2mind.DNN.Modules.DMX.Dispatch.a(Object A_0, EventArgs A_1) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    09/08/2006 10:09 AM
    Can you verify in SQL that it is really not there? And can you confirm that all SQL scripts have run when installing the module? The error is typical of a mismatch between dll and SQL database.
    anonimo anonimo
    New Member
    New Member
    Posts:2


    --
    09/08/2006 10:21 AM
    the procedure exist i can see it and If i write
    SELECT DMX_Extensions.*
    FROM DMX_Extensions
    in my web it works perfectly i try with Bring2mind[1].DMX_03.04.06 Source.zip and i have the same problem
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    09/08/2006 8:00 PM
    Is the stored procedure DMX_GetExtensionsByKey owned by dbo in your database?
    You are not authorized to post a reply.