Sunday, July 10, 2011

Error :

In VS 2005 some time it will not go to the Debug mode , the reason may the IE update , To resolve this issue do the below task

Solution :

1. Open RegEdit


2. Browse to HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main

3. Add a dword under this key called TabProcGrowth

4. Set TabProcGrowth to 0

Saturday, January 15, 2011

Error Message


Error 1 Method 'get_EnableCdn' in type 'System.Web.UI.ScriptManager' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.

Solution :

Check the version of the  'System.Web.Extensions.dll ,  in the reference , web config file and the place where use the script manager , if you are using ver 3.5 you should refer the  same  in pages also

Thursday, January 13, 2011

I came across a good website for JQuery based Image gallery .


Error Message 
Microsoft JScript runtime error: 


This  error will occur in the Jquery the error will be displayed based on the User Defined ..

Solution : 
Check the Jquery Source file
ERROR :

CS1703: An assembly with the same identity 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has already been imported. Try removing one of the duplicate references


SOLUTION


Check the version of the .net Framework . in the project ,