Runtime Error 429 in Some Environments



Hi,
I have a custom ActiveX control that has on it another ActiveX
control that I purchased. My ActiveX, when redistributed to another
machine(with the other ActiveX I purchased) works fine in environments
such as VB and MS Word VBA editor, but when I try to use it in InTouch
or RSView I get error 429, stating that I do not have an appropriate
license to use this functionality.

I have debugged the code (wasn't easy at all) and it seems that no
direct lines are the cause, the fact that the commercial ActiveX is on
the ActiveX itself alone is enough to trigger the error.

I read online that following code can get around this but unfortunately
it just produces another error, error 747, stating basically that I do
not have a design time license.

Licenses.Add "ProgID",strKey
Set extObj = Controls.Add("ProgID", "ctl1")

Essentially, the commercially purchased ActiveX should not be viewing
it's current state as being design time, as it is in runtime within my
ActiveX, it even throws up this error in runtime within the environment
itself. The vendor isn't interested (claims to be investigating but I
can read between the lines) so I need to find a solution myself in the
meantime without breaking the license agreement (by distributing the
lic files.). Any assistance you can offer would be greatly appreciated.

.



Relevant Pages

  • Re: Runtime Error 429 in Some Environments
    ... I have a custom ActiveX control that has on it another ActiveX ... license to use this functionality. ... it's current state as being design time, as it is in runtime within my ...
    (microsoft.public.vb.controls)
  • Re: "Run-time error 429: ActiveX comonent cant create object" MSC
    ... Installing VS might help the other PCs run your code. ... PCs and see if it gets you the target component and license permission ... ActiveX; your VBA code would call your VS.Net code ...
    (microsoft.public.excel.programming)
  • Re: Fujitsu support - need help - Netcobol for windows and licensed controls.
    ... as it is basically distibuiting the development license. ... ActiveX controls use to determine if the control is being distributed ... It is up to the container to see if it ...
    (comp.lang.cobol)
  • ActiveX Cab File - How to use in C#
    ... The original file has an ActiveX control which is contained in a cab file. ... We have obtained a Microsoft license for the ActiveX control. ... Line 86: function doSubmit() ...
    (microsoft.public.dotnet.languages.csharp)
  • Use an ActiveX Control from a C# Function?
    ... The original file has an ActiveX control which is contained in a cab file. ... We have obtained a Microsoft license for the ActiveX control. ... Line 86: function doSubmit() ...
    (microsoft.public.dotnet.framework.aspnet)