I am in the process of upgrading Umbraco from 4.x to 7.x. We've hit a snag however, and stuck at v6.0.7. Several of our macro scripts are erroring. When running umbDebugShowTrace=true, there is a conflict between the "newer" Umbraco core and uComponents:
error CS0104: 'uQuery' is an ambiguous reference between 'umbraco.uQuery' and 'uComponents.Core.uQuery'
Since uComponents was folded in to the core of Umbraco, can I remove the dlls and references to it in my scripting files? The version of uComponents is 4.1. I downloaded 5.5.4 to a clean instance of Umbraco and tried to migrate the new dlls to Umbraco, but that didn't help. Any assistance would be greatly appreciated. Thanks in advance!
Umbraco and uComponents upgrade
Hello
I am in the process of upgrading Umbraco from 4.x to 7.x. We've hit a snag however, and stuck at v6.0.7. Several of our macro scripts are erroring. When running umbDebugShowTrace=true, there is a conflict between the "newer" Umbraco core and uComponents:
Since uComponents was folded in to the core of Umbraco, can I remove the dlls and references to it in my scripting files? The version of uComponents is 4.1. I downloaded 5.5.4 to a clean instance of Umbraco and tried to migrate the new dlls to Umbraco, but that didn't help. Any assistance would be greatly appreciated. Thanks in advance!
is working on a reply...