HomeHome Product Discus... Product Discus...SmithCartSmithCartValue cannot be null. Parameter name: connectionStringValue cannot be null. Parameter name: connectionString
Previous
 
Next
New Post
3/11/2012 8:29 AM
 

I just installed Smith Cart trial v 4.93 on DNN 05.06.00 with SQL Express 2008 and JQuery 1.4.2

I got stuck at step no 2 of the install.

After I added the module "Smith.BuyNow" to my store page I get the error: "Value cannot be null. Parameter name: connectionString"

Any idea how I can fix this error?

Thanks

 

 

 
New Post
3/12/2012 4:28 PM
 

Hello,

Please confirm that you have the following 2 sql connection strings in your web config:

 

<|connectionStrings|>
<|add name="SiteSqlServer" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=dnn551cart;User ID=sa;Password=xxxx"/|>
<|/connectionStrings|>
 
<|appSettings|>
<|add key="SiteSqlServer" value="Data Source=.\SQLEXPRESS;Initial Catalog=dnn551cart;User ID=sa;Password=xxxxxxxxx"/|>
<|/appSettings|>
 
Thanks,
 
New Post
3/12/2012 4:40 PM
 
Hello Kevin,
we fixed the web.config file and it works now.
Thanks
 
New Post
3/12/2012 5:39 PM
 
Glad I could help!

Thanks,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartValue cannot be null. Parameter name: connectionStringValue cannot be null. Parameter name: connectionString