Component Services (Transactions and Queued Components)

  • Thread starter Thread starter peter
  • Start date Start date
P

peter

This question is on Component Services. I am currently
working through the code examples in Wrox Professional
VB.Net 2nd Edition.

After building the components with a strong name ( I used
sn.exe to generate the key pair) I keep getting the
following error while running regsvcs.exe from the command
window.

The following installation error occurred:
1: Failed to register assembly 'Reporter,
Version=1.0.1339.38794, Culture=neutral,
PublicKeyToken=839bf3e9f8d9dffd'.
2: Access to the registry key is denied.

What gives? I can't seem to pin down what security setting
I need to set in order to allow this COM object to
register.

Any ideas out there??


Thanks!
 
Back
Top