I am in the process of creating a visual interdev project which uses an activex component(Guage) that will show on times shipments for the company. I am having a problem with the licensing of the activex control. I am getting a object failed to load message. I have the .lpk file out on iis. Do I need to reference something in the project to get this to work. Here is my code

<object CLASSID="clsid:5220CB21-C88D-11cf-B347-00AA00A28331" id="Microsoft_Licensed_Class_Manager_1_0" 1>
<param NAME="LPKPath" VALUE="http://m139isiis/guage.lpk">
</object>

Could it be something with the lpk file?

Any help would be greatly appreciated!!!