Windows error 0x8013151A, -2146233062

Detailed Error Information

COR_E_MEMBERACCESS[1]

Message"Access to this member is denied."
Comment Access to this member is denied.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code5402 (0x151a)

Questions

1vote
1answer

COM Codebase Location - How to pick which version to use?

I have needed to modify code in a C# DLL and use it within a C++ application. I am not savvy at all in C++, so if something isn't clear let me know. I've registered the C# assembly using: regasm file.dll /tlb:file.dll /codebase However, when I try to use this [...] read more
c++
dll
com
com-interop
regasm

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0