//flex table opened by JP

Click to See Complete Forum and Search --> : REGASM.EXE (perplexing) error ... HELP ??


Hayseed
08-30-2005, 07:44 PM
I am at a complete loss ... I have a .BAT file with two calls to REGASM ... one works the other fails. Can anyone out there help me ??

"regasm /tlb:eBayPictureService.tlb eBayPictureService.dll" ... works
"regasm /tlb:eBay.Service.tlb eBay.Service.dll" ... fails with:
"RegAsm error: Access to the registry key HKEY_CLASSES_ROOT\Record is denied."

I am signed on as administrator. I have stopped all programs, firewalls, and virus blockers (after I unplugged the web connection).

... THANKS in advance !!

bruceb
08-30-2005, 08:22 PM
Maybe you need to get rid of the '.' between ebay & service
in your second example

Hayseed
08-30-2005, 09:32 PM
THANKS for the suggestion !! Tried it ... got an 'unable to find eBayService.dll' error ... guess that's not the problem.