I have reinstalled my IE and my problem is solved.
Main Topics
Browse All TopicsI am working on Dot net 1.1 and Dot net 2.0 applications on the same machine. Till yesterday everything is fine. Yesterday evening I ran aspnet_regii.exe -ec and aspnet_regii.exe -c on Dot net 1.1 and on 2.0 Then problem started.
When I run one of my Dot net 1.1 applicaion, after giving login credentials and press submit button, it is not taking me to Home page. Left down corner it says Done with ! mark. When I click that, it is showing the message "Problems with this Web page might prevent it from being displayed properly or functioning properly. In the future you can display this message by double-clicking the warning icon displayed in the status bar."
When I press "Show details" button - it is showing me Line:2, Char: 31516, Error: Element not found, Code:0
I have made sure all the steps specified in this website.
http://www.jiltin.com/inde
Even I have installed Microsoft DirectX also.
But still my problem is not solved.
Can anyone help me in this regard. what I have do to resolve this and work as before. I did not change any code. Till yesterday everything was fine, this is started just from yesterday evening.
I shoud be able to work on both version of Dot net without having any problem as I was working till yesterday.
Please help me.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: DuanvdwPosted on 2009-10-31 at 15:05:46ID: 25711748
Have you checked that all your applications are set to use the correct .NET Framework? Are all you app pools each only hosting one specific version of .NET? For example all .NET 1.1 apps are in ne app pool, and the 2.0 apps are in another one.
This is just a starting point for troubleshoting, not sure this is the answer to your issue though.