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............
Re: error creating control editor............
06-02-2010, 2:24 AM
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
View Complete Thread