Hello all, im new to AJAX, I have create a very simple program that will use the ConfirmButtonExtender.
I have added the AjaxControlToolkit.dll into my bin directory.
It all works fine on my local host, however, when transferring onto my server, I get the following error:
“Parser Error Message: Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. The system cannot find the file specified.”
All sorted now. I think its because I was trying to load the example from a folder (New Folder) and not the root directory. Workis fine from the root. Sorry for wasting every1s time
I resolved this issue the same day. It was a simple one…I didn’t create the virtual directory for my project on server so I was getting this error, after creating virtual directory, it started working fine.
This thread became popular so I thought, this might help someone else as well.