Greetings,
Currently I'm using an implementation of the RadEditor with a custom ImageManager. It has the following custom pieces to it:
FileBrowser.ascx
ImageEditor.ascx
SetImageProperties.ascx
FileBrowser.ascx was the only real custom piece, due that we needed to hide a few options. Recently, I was notified that the Image Editor is no longer working and the following error was spit out.
Server Error in '/Community' Application.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209
Nothing has changed in our implementation that I know of and was wondering if something changed when the newer version of the controls came out. That is the only thing that has really changed that I know of. Any help would be appreciated. Thanks.
Kindest Regards,
Chad Johnson
Currently I'm using an implementation of the RadEditor with a custom ImageManager. It has the following custom pieces to it:
FileBrowser.ascx
ImageEditor.ascx
SetImageProperties.ascx
FileBrowser.ascx was the only real custom piece, due that we needed to hide a few options. Recently, I was notified that the Image Editor is no longer working and the following error was spit out.
Server Error in '/Community' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209
Nothing has changed in our implementation that I know of and was wondering if something changed when the newer version of the controls came out. That is the only thing that has really changed that I know of. Any help would be appreciated. Thanks.
Kindest Regards,
Chad Johnson