Advapi32.dll 
Author Message
 Advapi32.dll

While trying to add Advapi32.dll as a reference to my VB.NET project I get
the following error.
Can anyone give me a clue how to add it as a reference?
---------------------------
Microsoft Development Environment
---------------------------
A reference to 'C:\WINNT\system32\advapi32.dll' could not be added. This is
not a valid assembly or COM component.  Only assemblies with extension 'dll'
and COM components can be referenced.  Please make sure that the file is
accessible, and that it is a valid assembly or COM component.
---------------------------
OK
---------------------------


Tue, 10 May 2005 12:02:36 GMT  
 Advapi32.dll
You can't add the advapi32.dll to the project because it is not a creatable
object. Rather, it is a library of functions you call through what is known
as APis.

Are there any particular dalls you want to make using this library?


Quote:
> While trying to add Advapi32.dll as a reference to my VB.NET project I get
> the following error.
> Can anyone give me a clue how to add it as a reference?
> ---------------------------
> Microsoft Development Environment
> ---------------------------
> A reference to 'C:\WINNT\system32\advapi32.dll' could not be added. This
is
> not a valid assembly or COM component.  Only assemblies with extension
'dll'
> and COM components can be referenced.  Please make sure that the file is
> accessible, and that it is a valid assembly or COM component.
> ---------------------------
> OK
> ---------------------------



Tue, 10 May 2005 14:40:05 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Can't find DLL entry point OpenEventLog in advapi32.dll

2. Help using advapi32.dll

3. ADVAPI32.DLL 05-08-98 or newer

4. Accessing the registry using advapi32.dll

5. Accessing the registry using advapi32.dll

6. GPF in AdvApi32.Dll - Help Anyone?

7. advapi32.dll

8. Advapi32.dll -- GetUserName not working

9. Advapi32.dll -- GetUserName not working

10. API Call - advapi32.dll

11. advapi32.dll API's from VBScript

12. ADVAPI32.DLL: CryptEncrypt Function

 

 
Powered by phpBB® Forum Software