quote:
Originally posted by TazDevil
Plus after removing all VB plugins references should call CoFreeUnusedLibraries();
which will automatically remove unused libraries, (plugins) and therefore restore compatibility...
This will not always work either. See the explaination of
CoFreeUnusedLibrariesEx() which goes deeper into the issue and how CoFreeUnusedLibraries() and/or CoFreeUnusedLibrariesEx() is to be used. It isn't that strait forward as stating "This function unloads any DLLs that are no longer in use".