Users get notified as they run the older version. Now, when you investigate the files in the bin\release folder, you should find a copy of VBDemo.dll. It's this copy that your application will use, rather than the globally registered copy. At this point, remove the net—that is, unregister VBDemo again. Run the application, and amazingly, it continues to work. This time, the application displays the current path, because the component is running from within the current path. Because Visual Studio...