Archive for the ‘ASP.Net’ Category

Posted on November 23rd, 2011 by by jf

Could not load file or assembly ‘PresentationCore’ or one of its dependencies. An attempt was made to load a program with an incorrect format.

After copying a web site to a 64bit server with IIS 7, I was getting the following error message: Could not load file or assembly ‘PresentationCore’ or one of its dependencies. An attempt was made to load a program with an incorrect format. although everything was working fine when running the site on my machine [...]

Posted on September 5th, 2009 by by jf

Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. Access is denied.

I was getting the following error message when I was trying to access a web application using the Ajax Control Toolkit on a new server: Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. Access is denied. Looking deeper, I found out that the error 0×80070005 was raised. Reading various threads and [...]

Posted on October 28th, 2008 by by jf

How to sumbit a form using the Enter Key on an ASP.Net page

I am working on an application that has a search page with two buttons: one to reset the form and the other one to submit the form. The reset button also clears information kept in session. By default, the Search button has the focus on that page, but has soon as we would click on [...]