Am having problems with the ASP.NET dll, when I create a new FCKeditor in code and call either RenderControl or CheckBrowserCompatibility (which is also the first thing called
by RenderControl) I get a "System.NullReferenceException: Object reference not set to an instance of an object". I have checked the DLL source code and cannot see anything that would cause this.
Dim fckeditor As New FredCK.FCKeditorV2.FCKeditor
' Set BasePath, ID, Value, ToolbarSet properties here
fckeditor.CheckBrowserCompatibility()
Anybody know what would casue this?
by RenderControl) I get a "System.NullReferenceException: Object reference not set to an instance of an object". I have checked the DLL source code and cannot see anything that would cause this.
Dim fckeditor As New FredCK.FCKeditorV2.FCKeditor
' Set BasePath, ID, Value, ToolbarSet properties here
fckeditor.CheckBrowserCompatibility()
Anybody know what would casue this?
RE: ASP.NET null errors