Friday, December 25, 2009

Error Message :

ASP.NET Ajax client-side Framework failed to load

Solution :

add the tag in web config file

While using the Ajaxtoolkit and if you have different version of Framework you might receive this message

Error Message :

Error 2 Assembly 'AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

Solution :

in the web config file inside the configuration section add this tag

Friday, February 13, 2009

Error: The Web Server Could Not Find the Requested Resource while debugging the web application you might receive this type of error after you update the web application tools

Reason :
If you have installed the URLScan Filter this error will come , basically URLScan is for IIS 7 if you install for IIS 6 it will create this problem .

Solution:
Un install the URLScan Tool , Because IIS 6 has all the resources of URLScan

Wednesday, January 28, 2009

Nowadays i am mostly working in VS 2005 , i have a problem in master page . the problem is when i am creating the pages its not showing the option to select the master page, I am receiving this problem in my laptop but in my desktop I had installed the same version its showing the option .As a temporary solution I am adding the master page in code behind . any guess what could the problem . I had also installed the service pack 1 for VS 2005 in
both the PC