Ajax problem: "Could not load file or assembly 'AjaxControlToolkit'"

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.”

Source Error:
Line 3: <%@ Register Assembly=“AjaxControlToolkit” Namespace=“AjaxControlToolkit” TagPrefix=“cc1” %>
Source File: /New Folder/default.aspx Line: 3

Any ideas where im going wrong?

It probably means that the server does not have AJAX.NET installed. I would contact my host to make sure.

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.