Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Hmm now im just hitting up this one just like when doing javascript call :
Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
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.FileLoadException: Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Updating from 1.4.3.1 to 1.4.4.4 issues
Hey there :)
Im about to give a customer the an update but im having some issues.
Ive updated umbraco from 4.7.2 >> 4.11.5 and everything is great. Then i updated teacommerce from 1.4.3.1 up to 1.4.4.4 and now somethings is broken.
This is basicly everything, though i think the fix is quite simple.
Normally if a customer puts something in the basket we just use a normal form post that looks like this :
But now it says that /tcbase/teacommerce/SubmitForm.aspx dosnt exist anymore. Has it been moved, cannot see something in the patch notes.
Another error im getting is if im using the javascript API something like this : http://localhost:60424/base/teacommerce/AddUniqueOrderLine/1495/-1/1.aspx
Im getting another wierd error :
Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Again i couldnt find anything in the patch notes.
Hope you can help :)
Hi Rasmus,
In the new versions of Tea Commerce we don't use tcbase anymore. It's just base now. So try changing that exact bit and see what happens.
/Rune
ill give it a try thx :)
Hmm now im just hitting up this one just like when doing javascript call :
Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
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.FileLoadException: Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Ok then check the restExtensions.config. If theres a Tea Commerce extension try removing it. It should'nt be there anymore.
/Rune
you sir are a champ as always Rune :)
ill get back if and set accept answer if that was the remaining bugs :)
is working on a reply...