c# - Non-Existant Ambiguous Reference Exception -
i @ end of sanity. have been trying incorporate archive , post pages of blogengine.net different site actual blogging site. of works, exception of post page 2 controls on ambiguous reference errors on them.
i have tried cleaning, creating different web controls, referencing under different names, changing namespaces, changing controls, adding new controls, no matter do, ambiguous reference.
trying go definition of control, presented 2 class paths, both of resolve same class. code sample
on .ascx control, upon attempting select different web control, see exact duplicates of class. code sample
everything duplicated , losing mind why. in visual studio 2012, using c#. compiles clean, app crashes on page references these ambiguous controls.
control i'm trying use: <blog:simplecaptchacontrol id="simplecaptchax" runat="server" tabindex="6" />
also, simplecaptchacontrol class inherits webcontrol. have reference in web.config this:
<add assembly="mystuff.controls.captcha" namespace="mystuff.controls.captcha" tagprefix="blog"/>
please help.
Comments
Post a Comment