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
I am good Learner and Listener .This Page is to update my experience and the challenges faced on day to day bases . I will also write about some the very interesting opensource tools/components , which will definitely more informative and useful .
Sunday, July 10, 2011
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
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
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 ,
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 ,
Subscribe to:
Comments (Atom)