We have modified source code to integrate with our system. I was debugging the code and all of the sudden visual studio crashed. after that point as soon as I would open the project and touch the aspx page whole studio would crash.
I spend 3 days on this issue and figure out the one line in my code that was causing the visual studio to crash. I am not sure if this is storefront issue or Microsoft but I want to post this on your site.
I just added one checkbox in the creditcardpanel.cs (CreditCard Web Custom control under AspdotNetStoreFrontControls project). and added below line in AssignDefaults method.
_chkAuthorizeForCoPay.Text = String.Format("I authorize the {0} to charge my credit card for any co-payments and co-insurace.", AppLogic.AppConfig("StoreName"));
I don't know why it should crash the visual studio.
Thanks
Shetal Shah