Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi EveryOne,

I have some problem regards with .net frameworks. My laptop has .net 1.1 and 2.0 installed. The application I am supporting right now requires .net 1.1 and I need to use iexplorer.exe.config file from C:\Program File\Internet explorer. That config is pointing to 1.1 when the page is opened in IE. Below are the content inside config file.
HTML
<configuration>
<startup>
<supportedruntime version="v1.1.4322" />
</startup>
</configuration>

The problem I have is I cannot open the page if I put that config file in IE folder. But I have to use that config file to point to particular .net framework version.
I tried to uninstall 2.0, but it is still the same. I could not put that config file under IE folder.
Anybody can help? Really appreciate your support.

Thank you in advance.
Posted
Updated 17-Aug-11 18:27pm
v2

1 solution

It seems you are trying to use WinForms user control in your page, in that case, the name of the file should be "iexplore.exe.config" (not iexplorer).

What do you mean by "cannot open the page"? Provide more information, are you getting any errors?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900