Tag Archives: Framework

Differences Between .NET Framework 4.0 And Earlier Releases Posted by in Internet | 1 Comment

There are differences in code for .Net framework 4.0 and earlier releases (such as framework 3.5 and 2.0) that may impact applications were created by using earlier releases. Continue reading

Upgrading To .Net Framework 4 Makes Form Elements Become Undefinded Or Unavailable Posted by in Problem Issue Error | Leave a comment

I’m working on a .Net web application project that run on IIS 7 with Application Pool on .Net Framework 2.0 and it’s working properly. After I upgrade the application pool to .Net Framework 4.0 version, all my form elements assigning or retrieving the value are stopped working. The form is generated dynamically in the code behind so I’m not sure how the >form< tag is built. Continue reading