Link to home
Start Free TrialLog in
Avatar of YetAnotherCoder
YetAnotherCoder

asked on

.NET User Control project is not working in IE8

I have done a big project that uses .net user controls displayed in internet explorer. It works on IE8 in both two development machines one running Windows XP and Windows 7 Professional.

When I try to access the project using localhost on the deployment machine, Windows XP Pro with SP3, it does not work.

I have done research and added the localhost to trusted sites, assigned FullTrust to Trusted Zones under Machine policy using .net framework configuration wizard.

I have even set the URL Action Flag, URLACTION_DOTNET_USERCONTROLS, value in the registry to zero with no luck.

The html page I am displaying has some static text with instructions on using the control and  the control itself. When I access the page, it shows the text and nothin else. No image icons such as picture or red x.

I am leaning more towards security but cant figure it out. I need some help.

Thanks

ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of YetAnotherCoder
YetAnotherCoder

ASKER

It started working. Can't explain what exactly has done it but I think it has to do with missing Power Packs dll.