I have an ASP.NET web application project which references another project called ModusCore (or Modus.Core). We\'ve had a variety of controls that use ModusCore up until now wi
Adding a third option for when @scherand's (a) and (b) fail:
c) "Sometimes", this works as well:
<%@ Register... %>
entries<%@ Register... %>
again[Added Oct-13-2010]:
d) "Sometimes", as well:
I use a text comparison tool against a back up copy of the AS?X file for this.
I try to avoid adding the controls that cause the error until the very end. I also try to add from the bottom of the page. However, I don't know of a hard rule. It's a gut-feeling exercise.
(Will someone ever figure this one out?)