Hello, sorry this is a continuation of another thread
http://www.visualwebgui.com/Developers/Forums/tabid/364/forumid/22/threadid/30401/scope/posts/Default.aspx
because I cannot scroll to the right to click on the reply button.
Problem has been solved, I followed the howto tutorial a little too closely and set the Control Type entry in my web.config file as shown in the tutorial. After I determined that was incorrect, found an entry for the FCKeditor commented out in the <Controls> section, I uncommented that entry and that is when I received the couldn't load resource error. I took me a little while to realize that the Version had to be changed to 3.0.... from 2.0... Changed the version (and added a reference to Forms.Extended and now all is good. The FCKeditor is working. It is a nice companion to the WinForm equivalent editor that I use in the WinForm version of the application.
Sorry about the mixup. You might want to include in the HowTo Tutorial,
- Download the FCKeditor.Net control from www.fckeditor.net
- Copy 'FredCK.FCKeditorV2.dll' to the bin directory of your application and add a reference to it
- Add a reference to Gizmox.WebGUI.Forms.Extended
- Uncomment the FCKeditor entry in the <Controls> section of the web.config file
- Change the version from 2.0. to 3.0
Regards, Kenn