I recently upgraded from V5 to V6 of CuteEditor for .NET and I am getting the following error when when I try to open a new page with the CuteEditor in it. Visual Studio breaks at any line item trying to use the editor. It's like the editor never initializes on the page. Here is an the error...
System.NullReferenceException was unhandled by user code
Message="Object reference not set to an instance of an object."
Here is the value I am trying to set in my code (OnLoad function)...
Me.oCuteEditor.Text = "My Test HTML"
Could this be my license somehow? I just requested a new version of my redistributable license and put it in the bin folder, but it gives me the same error. I made sure that I removed all of the existing CuteSoft_Client content and put in the new .NET 2.0 files. Any ideas? How can i run a page to test to see if the license is ok?
thanks in advance.