Instantiating the UserInfo Object

The UserInfo object is instantianted with an HTML <object> tag in the file Library.asp:

<object id="UserInfo" 
        classid="CLSID:64316C32-5C9B-11D2-9BD6-080009DC024D"
        codeBase="../CMLC.CAB#version=1,0,0,0" 
        height="0" width="0" VIEWASTEXT>
</object>

When using the <object> tag you can specify several parameters, including:

Note  During application development, when you update and recompile a DLL, you must also modify the version tag in the HTML to make sure the correct version of the component (for example, the UserInfo component) will be used on the client. See Building and Using Components.