or

We ran Process Explorer during the crawl and monitored the W3WP process, and can see that
Telerik.Web.UI.dll was using the most amount of memory
Once we retract the solution, and do a full crawl, the W3WP.EXE process only peaks at about 380MB
Mem Usage, Telerik.Web.UI.dll is no longer present in the Process Explorer, and the crawl completes
without any errors being thrown.
Please help us. The RadEditor is a vital part of our SharePoint solution, but we NEED to be able to
performa a full site crawl successfully
Thank you
Tony Ko
CUNY Queens College.
| <div style="width:400px"> |
| <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Width="100%"> |
| <Tabs> |
| <telerik:RadTab runat="server" Text="Address" Selected="true"/> |
| <telerik:RadTab runat="server" Text="Details" /> |
| <telerik:RadTab runat="server" Text="Tax" /> |
| <telerik:RadTab runat="server" Text="Insurance" /> |
| <Telerik:RadTab runat="server" IsBreak="true" /> |
| <telerik:RadTab runat="server" Text="HOA" /> |
| </Tabs> |
| </telerik:RadTabStrip> |
| </div> |
| <asp:CheckBox ID="chkWriter" runat="server" Text="Writer" Checked='<%# Bind("Writer") %>'/> |