an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > V3.1 Error on Shopping Cart ( What is this erro...
Last Post 4/30/2009 3:15:36 PM By lukezy. 3 replies.
4/30/2009 12:29:10 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
V3.1 Error on Shopping Cart ( What is this error )

Could not find file 'c:\windows\system32\inetsrv\DotshoppingcartMaster.key'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not find file 'c:\windows\system32\inetsrv\DotshoppingcartMaster.key'.

Source Error:

<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
Line 67:     public CreditCard CreditCard {
Line 68:         get {
Line 69:             return new CreditCard(SaveAs, CardTypeId, CardNumber, CardholderName, ExpireYear, ExpireMonth,
Line 70:                 CVV2, Phone);
Line 71:         }
</td> </tr> </tbody> </table>
Source File: c:\AcrEStore_3.1\Web\Store\CreditCardInput.ascx.cs    Line: 69

Why DSC looks for mastee key in C:\Windows\system32\ folder .
 
how can I set the V3 master.key for V3.1
 
Bahram
 
 
4/30/2009 12:43:33 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: V3.1 Error on Shopping Cart ( What is this error )
Search "DotshoppingcartMaster.key" on our website and you will find more information. It's defined in config files. Why did you change config file during upgrade?
 
DotShoppingCart Staff
4/30/2009 3:09:56 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: V3.1 Error on Shopping Cart ( What is this error )
Actually I fixed this by copying the Master.key file to System32 folder.
 
What actually happend is : I installed V3 thru installation, But then for V3.1 created Database manually by copying from a V3 dtabase and running migration scripts.
So no install process is executed for V3.1
 
Bahram
 
4/30/2009 3:15:36 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: V3.1 Error on Shopping Cart ( What is this error )
You can just specify the full path to DotshoppingcartMaster.key in web.config.
DotShoppingCart Staff