Nicole
 New Member Posts:5
 |
| 21 Nov 2009 01:25 PM |
|
I have installed the module successfully but when I try to select the module for me site I get the following error message. Any help to resolve this would be greatly appreciated. Error: Guestbook is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.IowaComputerGurus_GetGuestbooks' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.IowaComputerGurus_GetGuestbooks' 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 ICG.Modules.Guestbook.Components.SqlDataProvider.GetGuestbooks(Int32 ModuleId) at ICG.Modules.Guestbook.Components.GuestbookController.GetGuestbooks(Int32 ModuleId) at ICG.Modules.Guestbook.ViewGuestbook.LoadGuestbookEntries() at ICG.Modules.Guestbook.ViewGuestbook.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:328
 |
| 21 Nov 2009 06:35 PM |
|
| What version of the module? Are you using a objectqualifier? |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
Nicole
 New Member Posts:5
 |
| 24 Nov 2009 09:37 AM |
|
I am using * Version 3.5.0 Install Version (DNN 4.6.2 and Later) and The DotNetNuke application version you are running 05.01.00 (773. thanks, Nicole |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:328
 |
| 24 Nov 2009 09:40 AM |
|
| Ok, are you using an object qualifier? |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
Nicole
 New Member Posts:5
 |
| 24 Nov 2009 09:48 AM |
|
| silly question, what is an object qualifier? |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:328
 |
| 24 Nov 2009 06:43 PM |
|
| It is a setting in the web.config that has all database items have a set prefix added . |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
Nicole
 New Member Posts:5
 |
| 25 Nov 2009 07:24 AM |
|
where would I look to find that? As you can tell I'm not very technical, I can do the basics when it comes to content management and a bit of coding. |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:328
 |
| 25 Nov 2009 08:50 AM |
|
| YOu can find it in the DatabaseProvider section of your web.config file. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|