I was using a control in my application and then decided to make some customizations to it so I modified the control and built it and removed the old control from my project and dropped the new one in. Now I am getting the error :'AutocompleteMenu" is ambiguous in the namespace 'AutocompleteMenuNS'.
Like I said I had removed the old control from the project so why is it still saying it is ambigous? Do I have to go through the project and remove every last entry of this control? Help would be appreciated.
I have tried removing my bin/obj folders and rebuilding the project, and still the same issue. I am wondering if it would be easier to change the NS of the actual control although that still doesn't help the root cause. Any advice would be appreciated.
Like I said I had removed the old control from the project so why is it still saying it is ambigous? Do I have to go through the project and remove every last entry of this control? Help would be appreciated.
I have tried removing my bin/obj folders and rebuilding the project, and still the same issue. I am wondering if it would be easier to change the NS of the actual control although that still doesn't help the root cause. Any advice would be appreciated.