Please find the attachment of error, this occurs very often after giving builds at same instance more than once.All telerik controls will not load and the UI looks very ugly. Later after some time, if we disable the compression and enable again it will work. But it is not the solution I hope.
Please suggest some other solution for this kind of errors.
Regards,
Anshul
At times (say, you have not attained perfectness yet - like yours truly), you may have made a mistake and modified the Find Logic of an element beyond repair (Telerik may actually modify your Find Logic at times - not sure why - and the messed up element will no longer be found and an error will persist).
If that happens to you, one of the ways to proceed is:
1. Remove the element from the repository (Telerik will not let you do this as long as the element is refernced by some test.)
2. Re-Record the step that involves this element in order to re-introduce the original element into the repository.
3. Make sure the new element is found properly and is working correctly.
4. Save that test.
5. If needed (usually, it will be) copy that step with the newly introduced element to all other tests, if any (you will need to re-add those tests you eliminated from the project first.)
In order to accomplish the first step you have to:
1. Determine all tests that reference this element.
You do this by changing the find logic of this element, click OK (upon which Telerik will display all tests where this element is referenced). Write those tests down and cancel out to avoid making the changes.
2. Eliminate the test(s) referencing this element from the project (but not delete them) - this is a choice on the right-click menu of any selected test script in the project view.