Within my Sitefinity CMS website, there is a master page that includes an ASP ScriptManager control. The ScriptManager contains a 'CompositeScripts' element where all script references related to the master page are organized.
However, when I rebuild the site, I encounter the following error:
"Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript'"
This error is often accompanied by another error message stating:
"Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript'
I am working with .NET 3.5 in Visual Studio 2010 as my target framework.
Any assistance on resolving this issue would be greatly appreciated.