Hi, I'm trying to get started with DNN develoment. I made a HelloWorld PI that compiles just fine, but I get this error when I try to add the module, HelloMyFriend, to a page.
Thanks for your help.
Error: HelloMyFriend is currently unavailable.
DotNetNuke.ModuleLoadException: Invalid object name 'dParker_dp_HelloKitty'. ---> System.Data.SqlClient.SqlException: Invalid object name 'dParker_dp_HelloKitty'. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at dParker.DNN.Modules.HelloKitty.Data.SqlDataProvider.Getdp_HelloKittyByModules(Int32 moduleID) in D:\DotNetNuke\DesktopModules\HelloKitty\Providers\HelloKittySqlDataProvider\SqlDataProvider.vb:line 83 at dParker.DNN.Modules.HelloKitty.Business.dp_HelloKittyController.GetByModules(Int32 moduleID) in D:\DotNetNuke\DesktopModules\HelloKitty\Components\HelloKittyBLL.vb:line 75 at dParker.DNN.Modules.HelloKitty.HelloKitty.Page_Load(Object sender, EventArgs e) in D:\DotNetNuke\DesktopModules\HelloKitty\HelloKitty.ascx.vb:line 44 --- End of inner exception stack trace ---