Make sure you don't have EditDesc in quotes in your code. If it is like this: , "EditDesc object not found in Object repository" would be the error that you would get. Make sure your code is like you wrote it here on the forum:
Code:
Browser("Browser").Page("Page").Link("EditDesc")
Code:
Browser("Browser").Page("Page").Link(EditDesc)