Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old June 19th, 2003, 06:02 AM
shafan's Avatar
shafan shafan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 123 shafan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 51 m 51 sec
Reputation Power: 6
run-time error 429: You do not have the appropriate license to use this functionality

Hi,
I wrote an application that uses a dll and few external ActiveXs.
When I run it in the IDE all is good.
After installing it on another machine and running it I get a run-time error 429, with the message 'You do not have the appropriate license to use this functionality'.
I'm pretty sure it has something to do with the ActiveXs but I'm not sure why - they are either free or written by me.

Help is appreciated

Last edited by shafan : June 19th, 2003 at 06:22 AM.

Reply With Quote
  #2  
Old August 13th, 2003, 09:50 AM
ajmh ajmh is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: UK
Posts: 19 ajmh User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The problem that you are having is related to the registration of the controls on the new computer. If a component is not registered then it will make that error message.

If the control is one which can be used freely (i.e. it doesn't require a licence) then you can solve the problem by going into the command prompt (use the Run command in the Start Menu and type in "cmd.exe"on WinMe and higher systems).

Navigate to the folder where the *.dll or *.ocx components are and then type the following:

Code:
> regsvr32.exe dllname.dll


Obviously, replace "dllname.dll" with the *.dll or *.ocx file causing the error.

If you need to unregister the component then you can do so using the following line:

Code:
> regsvr32.exe /u dllname.dll


Hopefully this will sort out your problems. Be very careful with the spelling when you do this - you can mess up your system if it hangs while registering components.

Once you have registered the components then you should try running your executable again. If it persists in complaining then either (a) you need a different version of the *.dll or *.ocx on that computer or (b) the component requires being properly registered.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > run-time error 429: 'You do not have the appropriate license to use this functionalit


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway