We have a page that makes use of the System.Web.UI.WebControls.Wizard control as well as many other controls. All other controls are basic labels, some html, a few inputs and a few validators.

So the problem is when we attempt to view the page in IE7, it requests to install an ActiveX Object (clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D) which appears to be for web parts. If we choose to disable it or not install it, the content inside of the Wizard control disappears. IE6 doesn't seem to prompt to install this control (this is why I believe it generates the ActiveX from the Wizard control rather than anything else as all items are fine and are basic ASP.Net controls anyway).

So my questions are: Has anyone run into this before and is there a way to prevent the control from using an ActiveX object? I had thought Microsoft was moving away from those and using JavaScript so it seems pretty odd that they would make use of ActiveX here.