Ajax Extensions: Help Deploying.
-
I keep getting the error: Could not load file or assembly 'Validators, Version=1.0.0.0' or one of its dependencies. The system cannot find the file specified. I incorperated a dll as suggested by http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx[^] It works locally, but on the server it can't find the DLL. I've triple checked, and it's on the server in the bin directory. Everything is set up exactly as it is locally. *shrug*
-
I keep getting the error: Could not load file or assembly 'Validators, Version=1.0.0.0' or one of its dependencies. The system cannot find the file specified. I incorperated a dll as suggested by http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx[^] It works locally, but on the server it can't find the DLL. I've triple checked, and it's on the server in the bin directory. Everything is set up exactly as it is locally. *shrug*
http://asp.net/AJAX/Documentation/Live/InstallingASPNETAJAX.aspx[^] Are you admin of that server? If no, then ask admins to install AJAX
-
http://asp.net/AJAX/Documentation/Live/InstallingASPNETAJAX.aspx[^] Are you admin of that server? If no, then ask admins to install AJAX
-
Let's be clear here, you're not installing AJAX, you're installing a library that uses AJAX.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Let's be clear here, you're not installing AJAX, you're installing a library that uses AJAX.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Both. I'm using (or trying to use) a library that solved an issue I was having with the AJAX validator controls. I'm also using other AJAX controls.