| Author | Forum: General Questions Topic: PRB: Control does not work on web page |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted May 24, 2002 1:11 PM The following was originally a KnowledgeBase article from an older version of our Support Forum: Symptoms: You have a web page that embeds one of our controls. It works fine on your development machine but when you try to use it on another machine there is a red "X" where the control should be or the licensed control wrongly shows the Trial Message. Cause: You need to provide a runtime license for the control. Resolution: Get LPK_TOOL.EXE from Microsoft. You can find it in their Cabinet Development kit. It is also on one of the CD's that comes with Visual Studio. Use the LPK_TOOL to create an .lpk file for YOUR control. We can't stress YOUR control enough. In other words, let's say that you have a control called MyControl that contains several Dart controls. When choosing the control in the LPK_TOOL listbox, choose MyControl, NOT the Dart Controls. Again, we can't stress this part enough as it is ALWAYS the part that is missed. Add the following to your document BEFORE any other objects are declared. Make sure LPKNAME.LPK is the name of YOUR lpk: <OBJECT CLASSID=clsid:5220cb21-c88d-11cf-b347-00aa00a28331> <PARAM NAME="LPKPath" VALUE="LPKNAME.LPK"> </OBJECT> More Info: |
| Reply | General Questions Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|