Started New Blog Services Ahmedabad Live News
Started another New Blog Services MoonEyes Cars

Monday, July 18, 2011

the server didn't reply with a proper xml data. please check your configuration. fckeditor

the server didn't reply with a proper xml data. please check your configuration. fckeditor
For newbies do the following:

1. Download the FCKEditor Source
2. Extract the contents
3. Create a folder in your Web Project called FCKEditor
4. Drag the files you extracted from the download into the FCKEditor folder in Visual Studio (VS will automatically copy the files across to the new folder you created).
5. Download the FCKEditor.NET release
6. Extract the contents to a folder where you keep your web solution files (I created a folder called FCKEditor.Net)
7. In Visual Studio, right-click your solution and select "Add Existing Project"
8. Browse to the folder where you extracted FCKEditor.NET and select the correct project (Visual Studio 2003 or 2005)
9. You should see a new project in your solution called FredCK.FCKEditorV2.vs2003 (or 2005)
10. Build this project, it should compile correctly
11. Select your Web Project and then right-click and choose Add Reference..
12. Once the Add Reference dialog box appears select the Project tab and then select the FredCK.FCKEditorV2 project
13. Compile your solution

This adds a reference to the Web Project from your FredCK project, this is how you work with a large solutions with many sub projects that are related by referencing the projects you need.

The control will also appear in your Tool Box so you can drop in the FCKEditor control onto your ASPX page and start using it.

Enjoy,
Jagdish