do
the prometheus line of radcontrols support sharepoint web parts?
radcontrols for asp.net referenced in a sharepoint web part required
the css/js folder structure to be pointed to using the "radcontroldir"
property. the new line of prometheus radcontrols are bundled into one
.dll (including css/js files), so adding a radcontrol to my sharepoint
web part should be very straight forward.
when i attempt to add a prometheus web part to my sharepoint web part, i first get requested to reference system.web.extensions. i add the reference, and all builds/deploys fine. when i then attempt to add my web part to a page within a sharepoint portal, i get a very broad error: an unexpected error has occurred.
no error shows in my logs.
i attached to the w3wp process to debug my web part and my code results in no errors. the error seems to occur between when my web part completes executing and the page renders.
has anyone successfully added a prometheus radcontrol to a sharepoint web part? or can anyone decipher what my issue is?
when i attempt to add a prometheus web part to my sharepoint web part, i first get requested to reference system.web.extensions. i add the reference, and all builds/deploys fine. when i then attempt to add my web part to a page within a sharepoint portal, i get a very broad error: an unexpected error has occurred.
no error shows in my logs.
i attached to the w3wp process to debug my web part and my code results in no errors. the error seems to occur between when my web part completes executing and the page renders.
has anyone successfully added a prometheus radcontrol to a sharepoint web part? or can anyone decipher what my issue is?