I've been asked to do maintanence on an application, and it uses an old version of this control:
Anyhow, I installed this new version and added the control to my toolbox, dragged and dropped the textbox onto my form, and now I'm getting errors for all of these custom textboxes like so..
do I need to clean something up from the old version somewhere? I've never encountered this before in my experience, so I'm not sure how to troubleshoot. Any help is greatly appreciated!
Thank you in advance!
Anyhow, I installed this new version and added the control to my toolbox, dragged and dropped the textbox onto my form, and now I'm getting errors for all of these custom textboxes like so..
Code:
CS0433: The type 'eWorld.UI.MaskedTextBox' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dwvcrm20\dfe97a38\c3257fda\assembly\dl3\ad6aebe6\006e05ff_2cb6c601\eWorld.UI.DLL' and 'c:\WINDOWS\assembly\GAC_MSIL\eWorld.UI\2.0.6.2393__24d65337282035f2\eWorld.UI.dll'
do I need to clean something up from the old version somewhere? I've never encountered this before in my experience, so I'm not sure how to troubleshoot. Any help is greatly appreciated!
Thank you in advance!