When i do the following, I have one CPU core that sits at 100% utilization for about 30 seconds (page does not finish loading until this 30 seconds is up).
- Add RadMenu to a skin
- Load a page that uses that skin
- Confirm that the page loaded OK (DNN recompile went fine...)
- Turn on debugging (attach to w3wp.exe in VS2010)
- Refresh page
wait 30 seconds...
When I remove the RadMenu from the skin, the thing debugs immediately.
I m using the DNN download for RadMenu http://dnnradmenu.codeplex.com/
Any tips?
I ve tried:
- removing most other skin object references in the skin
- replicating behavior on multiple pages, multiple skins
- Telling VStudio to ignore symbols named: radmenu (I don t know if this catches those items in
the asp.net temp files folder) and the telerik (huge) DLL in dnn/bin - turned off most debugging extra features in VS2010
- Set debug=false in the radmenu ascx file
I don t know if there s a new version available. I ve got the only version available on that download site.
DNN 5.6.x Community, Radmenu 1.0, VS2010 (latest SP/etc), IIS7, .Net Framework 4.0, Win7 64bit