COM Error in VB.NET

  • Thread starter Thread starter Antonio
  • Start date Start date
A

Antonio

Hi everybody I am experimenting a error when I try to
build a class library (in VB.NET) with "Register for COM
Interop" option enabled, the message is this:

"COM Interop registration failed. Access to the registry
key HKEY_CLASSES_ROOT\Component Categories\{62C8FE65-4EBB-
45e7-B440-6E39B2CDBF29} is denied."

I try already with another administrator user, but the
message is the same, the point is that I can't edit the
registry at this point manually, I'll appreciate any help.
 
* "Antonio said:
Hi everybody I am experimenting a error when I try to
build a class library (in VB.NET) with "Register for COM
Interop" option enabled, the message is this:

"COM Interop registration failed. Access to the registry
key HKEY_CLASSES_ROOT\Component Categories\{62C8FE65-4EBB-
45e7-B440-6E39B2CDBF29} is denied."

I try already with another administrator user, but the
message is the same, the point is that I can't edit the
registry at this point manually, I'll appreciate any help.

FIX: "Access to the Registry Key Denied" Error Message When You Register .NET Assembly for COM Interop
<http://support.microsoft.com/?kbid=327507>
 
Back
Top