Month: April 2009

Sitefinity 3 Web Development

Changes to Custom IndexProviders Implementation in Sitefinity 3.6 SP1

In case you are using some of the Custom Index Providers I blogged about previously, you may encounter some errors when upgrading to the new Sitefinity 3.6 SP1 that was released this week. The problem is that the IIndexerInfo interface how requires a new method, ResolveIndexPath(). Since the Sitefinity team is still catching up on […]

CONTINUE READING
Ajax Web Development

Ajax Conflicts Between .net 2.0 and 3.5

This post is for anyone who is encountering the following errors in their asp.net applications: The server tag ‘asp:ScriptManager’ is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix. The base class includes the field ‘ScriptManager1’, but its type (System.Web.UI.ScriptManager) is not compatible with the type of control […]

CONTINUE READING