Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: error creating control editor............
error creating control editor............
Last post 06-02-2010, 2:24 AM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
06-02-2010, 1:45 AM
61498
svk
Joined on 04-24-2010
Posts 44
error creating control editor............
Reply
Quote
when i open my web appplication having the cute editor control some times i get the error :error creating the control"
unknown server tag CE"editor" , i delete it and put the editor gain and it works fine
but ehy is the error occuring mmost of the time
hwo to solve it
06-02-2010, 2:24 AM
61500
in reply to
61498
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: error creating control editor............
Reply
Quote
Hi svk,
Try register CuteEditor in web.config.
<pages>
<controls>
<add namespace="CuteEditor" assembly="CuteEditor" tagPrefix="CE"/>
</controls>
</pages>
Regards,
ken