HomeHome Product Discus... Product Discus...SmithCartSmithCartTrial Version Install ErrorTrial Version Install Error
Previous
 
Next
New Post
8/28/2011 12:00 PM
 

I'm attempting to install the trial version of SmithCart 4.52 on DNN 06.00.00 (2982). The install completes without error, however, once I attempt to add the Smith.BuyNow module to a 'Store' page, the page fails to load with "A critical error has occurred. An unexpected error has occurred." Checking the event log shows:

AssemblyVersion: 6.0.0
PortalID: 0
PortalName: Total Party Kill Games
UserID: 2
UserName: admin
ActiveTabID: 86
ActiveTabName: Store
RawURL: /Store.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.tpkgames.com/Default.aspx?tabid=86&error=An%20unexpected%20error%20has%20occurred&content=0
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4b3abdf7-70cc-4e89-8792-e81ec674df7e
InnerException: Value cannot be null. Parameter name: connectionString
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: connectionString ---> System.ArgumentNullException: Value cannot be null. Parameter name: connectionString at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Smith.DNN.Modules.BuyNow.SqlDataProvider.ListProductByFilter(Int32 PageNum, Int32 Records, String catergoryName, String Filter, Int32 tabModuleId, Int32 PortalId, String MySort, String VendorID, String PIDList) at Smith.DNN.Modules.BuyNow.ProductsList.bindDtProductList() at Smith.DNN.Modules.BuyNow.ProductsList.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: XXX

SmithCart appears to be the best DNN cart out there and I would really like to get this working ASAP. This is my third clean install and the results are the same.

 

 
New Post
8/28/2011 12:22 PM
 

Also, FYI:

 <connectionStrings>
    <add name="SiteSqlServer" connectionString="Data Source=mssql2.myregisteredsite.com;Initial Catalog=49859_TPKGames;User ID=2049105;Password=gr1mo1re" providerName="System.Data.SqlClient" />
  </connectionStrings>

  <appSettings>
    <add key="ConnectionString" value="server=mssql2.myregisteredsite.com;database=49859_TPKGames;user id=2049105;password=gr1mo1re;Trusted_Connection=no"/>
  </appSettings>

 
New Post
8/28/2011 5:31 PM
 

There are two entries in web.config that should be the same. One is in the other is in and they are both called SiteSqlServer.

You can verify the default settings from release.config or development.config from the DNN source.

FWIW, I have never seen a key called ConnectionString in a DNN web.config before.

 

 

 

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartTrial Version Install ErrorTrial Version Install Error