When i move my Umbraco project to another pc using copy it give me assembly not found. error ?
Hi,
please all respective umbraco community i am stuck a week try various method but no one worked for me. Please Help when i try to run the umbraco project on run time it gives me assemby not found
Note : this is not db connection issue.
Could not convert string 'Ucommerce.Sanitization.TextSanitizer, Ucommerce.Sanitization' to a type. Assembly Ucommerce.Sanitization, Make sure that the type name was not mistyped.
We had the same issue with a Team City build, I ticked the box delete all files in the checkout directory before the build on the manual build dialog and that resolved it for us.
In our case the TC build configuration that failed had previously been used to build with a different version of Ucommerce.
When i move my Umbraco project to another pc using copy it give me assembly not found. error ?
Hi, please all respective umbraco community i am stuck a week try various method but no one worked for me. Please Help when i try to run the umbraco project on run time it gives me assemby not found
Note : this is not db connection issue.
Could not convert string 'Ucommerce.Sanitization.TextSanitizer, Ucommerce.Sanitization' to a type. Assembly Ucommerce.Sanitization, Make sure that the type name was not mistyped.
Hi
Have you restored the project ? I'm not sure which editor you use, but with VS you probaly need to restore nuget packages or something similar.
Best regards Frank
We had the same issue with a Team City build, I ticked the box
delete all files in the checkout directory before the build
on the manual build dialog and that resolved it for us.In our case the TC build configuration that failed had previously been used to build with a different version of Ucommerce.
Or try a Build > Clean Solution
is working on a reply...