Results 1 to 2 of 2

Thread: licensing controls??????

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    103

    Question

    i have just taken over a project from a different
    company ,they have given me the source code for the project
    on disk,i have tried to load the project into VB and that works fine but as soon as i open some forms i get an msgbox that pops up and says error loading form,please check error.log for details when i look at that log file i get the below message:

    Line 117: Property OleObjectBlob in dbgExpenses could not be set.
    Line 117: Cannot load control dbgExpenses; license not found.

    and it happens for about 10 different forms as well as when i try to run it??

    am i right in thinking that it has something to do with those control license keys not installed on my machine??


    what do i do???????
    help help this confused programmer??



  2. #2
    Fanatic Member ExcalibursZone's Avatar
    Join Date
    Feb 2000
    Location
    Western NY State
    Posts
    908
    It sounds like you need to register the resources with regsvr32.exe...

    If you have those components, find out where they go (usually windows\system) and then goto windows\system32\ and run regsvr32.exe

    regsvr32.exe dllname.dll

    That should register it ... though if it goes beyond that, I'm not sure just how to fix it.
    -Excalibur

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width