This is a migrated thread and some comments may be shown as answers.

[Solved] On demand webservice load not working on ComboBox

1 Answer 124 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Amy
Top achievements
Rank 1
Amy asked on 05 Jun 2009, 03:46 PM

I just upgraded my VS to framework 3.5.  I had an application that I converted w/out any errors and it no longer loads the combobox on demand.  It says it can't find the method being called.  I ran it through debug and it never even goes to the webservice. 

 

 

 

<telerik:RadComboBox ID="cmboDept" runat="server" AutoPostBack="true"  

 

EnableLoadOnDemand="true">  

 

 

<WebServiceSettings Method="loadDepartment"  

 

Path="~/WebServices/srvc_ComboBox.asmx" />  

 

 

</telerik:RadComboBox>

This worked just find in VS 2003.  Any idea what I may be missing?

Thanks!

 

 

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 08 Jun 2009, 01:40 PM
Hi Amy,

After the migration to .NET 3.5 you need to use the Telerik assembly from the \Bin35 folder. It is compiled against the .NET 3.5 framework and its version number ends with .35, e.g.: 2009.1.402.35

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Amy
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or