Hi
I am using RadEditor in sharepoint site as a list column .
It was working fine before .But suddenly control started throwing an exception when i tried to upload a image using image manager of the control
Server Error in '/' Application.
Exception Details: System.ArgumentException: Invalid path. Could not get SPFolder.
Source Error:
Thanks in advance
I am using RadEditor in sharepoint site as a list column .
It was working fine before .But suddenly control started throwing an exception when i tried to upload a image using image manager of the control
Server Error in '/' Application.
Invalid path. Could not get SPFolder.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ArgumentException: Invalid path. Could not get SPFolder.
Source Error:
An unhandled exception was generated during |
Thanks in advance
6 Answers, 1 is accepted
0
Hi,
This was a known issue in a previous version of the RadEditor for MOSS. Please update to the latest available build from our site.
Kind regards,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
This was a known issue in a previous version of the RadEditor for MOSS. Please update to the latest available build from our site.
Kind regards,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

veda
Top achievements
Rank 1
answered on 13 May 2008, 06:27 PM
Could you please tell us the new build version
Thanks
Thanks
0
Hi Veda,
For convenience I attached the latest version of the control.
I hope this helps.
Kind regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
For convenience I attached the latest version of the control.
I hope this helps.
Kind regards,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

License Developer
Top achievements
Rank 1
answered on 24 Sep 2008, 10:18 AM
Just thought I'd share this with you ...
We were getting the same error. I narrowed the error down to the following custom code we had added in the ConfigFile.xml file :
<property name="ImagesPaths"><item>/PublishingImages</item></property>
I have discovered that removing the "/" before "PublishingImages" resolves the error and we are now able to upload images to the Telerik web part successfully. So if you are using the ImagesPaths function, try removing the leading "/" - worked for us anyway!
Kind regards,
Emma
0

License Developer
Top achievements
Rank 1
answered on 24 Sep 2008, 10:18 AM
0

License Developer
Top achievements
Rank 1
answered on 24 Sep 2008, 10:18 AM