shopping cart suddenly stopped working c# -
Shopping cart is down again, because the hosting company provides a new temporary website?
I think the company is being hosted, the shopping cart is working again, and I have not changed anything ....
Is there a good reliable Is Windows Web Hosting Company?
Can someone help me? The hosting company drives me crazy. My website and shopping cart was working just fine a few days ago and the website is running fine in my local host, but my shopping cart suddenly stopped working from tomorrow. I think the hosting company has changed some settings, but they reject it, and say that this is a problem with my code. Here I got this error:
[A] ShoppingCarts can not be put on [B] shoppingcart. Type 'A' App_Code.ej8etxbi, version = 0.0.0.0, "Default" by 'Culture = Neutral, PublicKeyToken = null' 'Location:' C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP 'Net Files 'Root \ 03050970 \ f5f76d45 \ App_Code.ej8etxbi.dll' generated from 'B' type 'App_Code.qoxkmirc, version = 0.0.0.0, culture = neutral, publicKeyToken = null' in reference 'default' in place 'C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP Net file \ root \ 03050970 \ f5f76d45 \ App_Code.qoxkmirc.dll '.
Description: An uncontrolled exception occurred during the execution of the current Web request. Please review the stack trace for more information about the error and where the code has originated from it.
Exception Description: System.InvalidCastException: [A] shoppingcart can not be cast on [b] shoppingcart. Type 'A' App_Code.ej8etxbi, version = 0.0.0.0, "Default" by 'Culture = Neutral, PublicKeyToken = null' 'Location:' C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP 'Net Files 'Root \ 03050970 \ f5f76d45 \ App_Code.ej8etxbi.dll' generated from 'B' type 'App_Code.qoxkmirc, version = 0.0.0.0, culture = neutral, publicKeyToken = null' in reference 'default' in place 'C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP Net file \ root \ 03050970 \ f5f76d45 \ App_Code.qoxkmirc.dll '.
Source error:
{// We are returning the shopping cart Returns of a given user (shoppingcart) http Contex. Running Session ["ASPNET Shopping"]; }}
My website also came down 11 times in less than a month, if any good, reliable window knows web hosting companies, I would appreciate it if you tell me You can. / P>
thanks
Do you have a shoppingcart class in different assemblies or DLL or If you have loaded the same assembly several times, then every copy will not be considered as same.
Comments
Post a Comment