tags:

views:

15

answers:

1

i have installed AJAXcontrolsToolkit with my visual studio and placed "Combobox" Ajaxcontrol controls in my webpage . when i am compiling the code getting below error

"Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified"

+1  A: 

Have you added the required assembly to the references of your project?

Sachin Shanbhag
@Jeyavel : Is the problem resolved now or are you still facing the same assembly load error
Sachin Shanbhag