I created a custom field that inherits from SPFieldUrl.ÃÂ I created the WSP add the solution and deployed it.ÃÂ the custom field shows up in my field list when I select the field to add and click ok I receive the error:
Field type ConfigurableURL is not installed properly. Go to the list settings page to delete this field.ÃÂ ÃÂ ÃÂ at Microsoft.SharePoint.SPFieldCollection.CreateNewField(String typeName, String displayName)
ÃÂ ÃÂ ÃÂ at Microsoft.SharePoint.ApplicationPages.FieldNewPage.Save()
ÃÂ ÃÂ ÃÂ at Microsoft.SharePoint.ApplicationPages.FieldNewPage.BtnOk_Click(Object sender, EventArgs e)
ÃÂ ÃÂ ÃÂ at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
ÃÂ ÃÂ ÃÂ at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
ÃÂ ÃÂ ÃÂ at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
ÃÂ ÃÂ ÃÂ at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Any suggestions on what to do to fix this error?
View Complete Post