Hello,
When I customize (or even just re-save) the EP page in SharePoint Designer, the following error is thrown:
[ArgumentException: The string parameter 'url' cannot be null or empty. Parameter name: url]
at System.Web.UI.ClientScriptManager.RegisterClientScriptInclude(Type type, String key, String url)
at System.Web.UI.ClientScriptManager.RegisterClientScriptResource(Type type, String resourceName)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.AxBaseWebPart.OnInit(EventArgs e)
...
Further investigation showed, that the web part's attribute "MarkupType" gets set to "xmlmarkup" by SharePoint Designer no matter what I do (remove this attribute or set compulsory "vsattributemarkup" value). However when I customize the page via GUI (add or change web part) this attribute becomes "vsattributemarkup" value.
I guess, due to AJAX nature of the majority of EP web parts this value can't be "xmlmarkup" as by standard. Is there any workaround to force SharePoint Designer to set the correct value?
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (