I personally think that the Baidu editor ueditor is still good. Although the birth time is relatively short, it is better in some aspects than other rich text editors. It is free and customizable.
The ueditor package downloaded officially is developed under vs2012 and can be used in vs2010, but an error is reported in vs2008. The solution is now shared to the friends who need it. In fact, the elements that contain. net4.0 are replaced by. net3.5.
1. Download newtonsoft. JSON. dll of. NET Framework 3.5 to replace the original
2. Delete using system. Dynamic in config. CS;
3. search and replace string. isnullorempty with string. isnullorwhitespace
4. Remove the explanation in config. JSON. Otherwise, the image upload function will not work. PS: JSON format can be verified at http://jsonlint.com/
How to use Baidu editor ueditor in vs2008