|
-
Oct 2nd, 2000, 10:59 PM
#1
Thread Starter
Lively Member
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??
-
Oct 2nd, 2000, 11:02 PM
#2
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|