Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
on payment page on am getting following two errors.

"failed to persist profile to underlying stores commerce server."

"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."

thanks,
Murali
Posted
Comments
CHill60 12-May-15 7:39am    
What payment page? What code?

1 solution

I have a Payment page on the site. It is a asp.net application which uses microsoft commerce server tool.
the following is the errors I got in error log table.

at Microsoft.CommerceServer.Runtime.Profiles.Profile.Update()
at GKElite.Application.Presenters.PaymentMethodsPresenter.CreateAuthorizeNetCustomerProfile(String userName)
at GKElite.Application.Presenters.PaymentMethodsPresenter.BtnContinue_Click(Object sender, EventArgs e)
at GKElite.WebStore.MasterPages.Payment.BtnContinue_Click(Object sender, EventArgs e)

Thanks,
Murali
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900