DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2011-02-09 02:36:12

bednaro
New member

Problem with open forms IE 6.0

HI , we have site in our company that use ie 6.0 engine . To works well in windows xp we had to create configuration file in Internet explorer folder (iexplore.exe.config) like this:

<?xml version ="1.0"?>
<configuration>
    <startup>
        <supportedRuntime version="v1.1.4322" />
        <requiredRuntime safemode="true" imageVersion="v1.1.4322" version="v1.1.4322"/>
    </startup>
</configuration>

IS there any possibility to force Ietester to use in default .net framework v1.1.4322 ?

system : windows 7 x64 IEtester: v0.4.7

Offline

 

#2 2011-03-07 21:05:03

fabrice
DebugBar Support

Re: Problem with open forms IE 6.0

Hi,

That's a good question. What are you trying to do ? I'm not sure to have all the information to completely understand your problem.

Offline