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
Advanced Dot Net Technologies
Hi all, in this blog you can find some useful links ,FAQ’s and articles, which are my favorites and hope that, would be very useful to all .if you have any suggestion and comments kindly feel free to post...
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
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
Labels:
Java Scripts,
JQuery
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 ,
Labels:
Solutions
Thursday, January 21, 2010
Hosting ASP.NET 1.1 Application in IIS7 with Windows Server 2008 Environment
Migrating your ASP.NET 1.1 application from IIS 5.1 to IIS 7 is easy task , until you had installed all the patches and Service pack , while installing the IIS 7 install the IIS 6 Comparable tools also
Check List:
Mostly in Windows Server 2008 there won’t be ASP.NET 1.1 , so we need to install the .Net Framework 1.1 , then the service pack for .Net framework 1.1 then the security updates for asp.net 1.1 , After you installed all the patches you can find the ASP.NET 1.1 in the application pool (fig -1)
fig-1
Yes now your IIS 7 is ready for ASP.NET Application , then Create a Virtual Directory and assign the Specific folder of the application , then assign the asp.net 1.1 application pool to the application
Click on the application in the right hand side you can find the action window [fig-2]Click on the Basic Settings edit window will open [fig-3 ] in that select the ASP.NET 1.1 application Pool and press Ok
fig-2
fig-3
Tips & Tricks:
Tips 1 : Custom Error Click on the projects in the property area under IIS Error Pages open this right Click on the window and open the Edit window [fig-4] here you can set the customer error based on your needs [fig-5]
fig-4
fig-5
Tips 2: SMTP –Just fill the Necessary details
Tips 3: Authentication - Purpose is same as the previous version this time must user friendly then before
Common Errors:
IIS Worker process stopped. – If you had not installed Service pack for 1.1 this error will come
An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Ambiguous match found – if you had not assigned the correct application pool
Folks all the above said procedures, tips and error messages are what I had faced in my production environment. Kindly bear for my poor English
Labels:
ASP.Net
Tuesday, January 19, 2010
Error Message
Error 811 F:\MySampleProject\RptCrystalViewer.aspx: ASP.NET runtime error: '/LM/W3SVC/1/ROOT/MySampleProject/is not a valid IIS application. F:\MySampleProject\RptCrystalViewer.aspx 1 1 Finance
Cause : Due to Invalid path
Solution :
Right Click on the Project go to the web Tab and Change the path

Saturday, January 02, 2010
Error Message
IIS Worker process stopped , When your Deploy your ASP.Net 1.1 Version of application in II7 , we need to set the application pool for Framework 1.1 , if you install Framework 1.1 it will automatically create , once the application pool is created and you had assigned to the the asp.net 1.1 application grt, it should work fine.. rit , but it wont , what it will do means it will stop the work process ,,.. you might ask why the hell it stops my work process ? good Question
y beacause ..... u r using microsoft products u have not installed the service pack that the reason ,,
So u need to the install the service pack for .net framework 1.1 , with asp.net 1.1 security update for framework 1.1 once your had installed it will work fine ..
IIS Worker process stopped , When your Deploy your ASP.Net 1.1 Version of application in II7 , we need to set the application pool for Framework 1.1 , if you install Framework 1.1 it will automatically create , once the application pool is created and you had assigned to the the asp.net 1.1 application grt, it should work fine.. rit , but it wont , what it will do means it will stop the work process ,,.. you might ask why the hell it stops my work process ? good Question
y beacause ..... u r using microsoft products u have not installed the service pack that the reason ,,
So u need to the install the service pack for .net framework 1.1 , with asp.net 1.1 security update for framework 1.1 once your had installed it will work fine ..
Subscribe to:
Posts (Atom)


