how do you remove exe or dll from reference table in VB 
Author Message
 how do you remove exe or dll from reference table in VB

i heard that you need to remove exe and dll from the registry.

how do you do this?  what are the steps and procedures



Sat, 19 Mar 2005 18:12:40 GMT  
 how do you remove exe or dll from reference table in VB
RegSvr32 /U MyDll.dll

but that is not much use if you have already deleted the DLL

I have spent many hours trawling through the registry, and so far
never really pinned down exactly where these things are stored.



Quote:
>i heard that you need to remove exe and dll from the registry.

>how do you do this?  what are the steps and procedures



Sat, 19 Mar 2005 20:13:49 GMT  
 how do you remove exe or dll from reference table in VB
try:

Start, Run,
Regsvr32.exe -u <filepath\filename>

the "-u" unregisters the dll and should remove it from the table.


Quote:
> i heard that you need to remove exe and dll from the registry.

> how do you do this?  what are the steps and procedures



Sat, 19 Mar 2005 20:18:23 GMT  
 how do you remove exe or dll from reference table in VB
this does not work.

any other suggestions.



Quote:
> try:

> Start, Run,
> Regsvr32.exe -u <filepath\filename>

> the "-u" unregisters the dll and should remove it from the table.



> > i heard that you need to remove exe and dll from the registry.

> > how do you do this?  what are the steps and procedures



Sun, 20 Mar 2005 09:04:09 GMT  
 how do you remove exe or dll from reference table in VB

Quote:

> i heard that you need to remove exe and dll from the registry.
> how do you do this?  what are the steps and procedures

Try going into the "Project" menu and looking under "References..." and
"Components...".  If you are using them in your program, VB will tell you
that you can't remove them.


Mon, 21 Mar 2005 23:21:49 GMT  
 how do you remove exe or dll from reference table in VB


Quote:

>> i heard that you need to remove exe and dll from the registry.
>> how do you do this?  what are the steps and procedures

>Try going into the "Project" menu and looking under "References..." and
>"Components...".  If you are using them in your program, VB will tell you
>that you can't remove them.

That will not remove the DLLs from the Registry


Tue, 22 Mar 2005 15:12:19 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. how do i remove exe or dll from reference table in VB

2. Removing ActiveX exe references from project->references

3. removing VB dll from registry/Project Reference list

4. VB COM project reference works, but dll reference does not

5. removing a reference item from the project references option

6. Compiled Dll's Exe's and references

7. Have DLL reference Proc in EXE?

8. dll references com exe

9. Q. EXE and ActiveX DLL both reference DAO library

10. How to remove vb reference to ADO 2.0

11. Access97 Internet Replication done with VB EXE

12. Get name of initiating exe/dll from within another exe/dll

 

 
Powered by phpBB® Forum Software