Hi,
I'm using a WCF web service to load nodes on demand.
The WCF web service method is called and complete in less thant 2 seconds, then it takes more thant 2 minutes for nodes (between 1 to 10 nodes) to be added to the treeview !!!
I'm using .Net 4 on Win7 x64 and IIS 7.5
Any ideas/suggestions ?
I'm using a WCF web service to load nodes on demand.
The WCF web service method is called and complete in less thant 2 seconds, then it takes more thant 2 minutes for nodes (between 1 to 10 nodes) to be added to the treeview !!!
I'm using .Net 4 on Win7 x64 and IIS 7.5
Any ideas/suggestions ?
4 Answers, 1 is accepted
0
Hello Cedric,
Could you, please, open a support ticket and send us a sample project?
Regards,
Nikolay Tsenkov
the Telerik team
Could you, please, open a support ticket and send us a sample project?
Regards,
Nikolay Tsenkov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Cedric
Top achievements
Rank 1
answered on 19 May 2011, 02:43 PM
I really suspect a WCF configuration issue because when moving to ASMX web service, it works perfectly.
0

James Cornish
Top achievements
Rank 1
answered on 24 May 2011, 11:05 PM
I was using 3.5 and worked perfectly, I switched to 4.0 and it was very very slow. I then used a asmx WebService instead of the AJAX-Enabled WCF Service and it worked again. Thanks Cedric
0

Cedric
Top achievements
Rank 1
answered on 25 May 2011, 07:22 AM
James,
I had the same symptoms you had: WCF service worked well with 3.5 but is incredibly slow with 4.0
I had the same symptoms you had: WCF service worked well with 3.5 but is incredibly slow with 4.0