I have referenced older COM objects in my asp.net project. I have compiled a release version of the project. At first it worked if I had the COM object installed on the web server. However, I have made changes to several .vb pages in my project and recompiled. When I copied it out to the web server it's saying it can't find the object with a certain clsid. Does that reference change each time I recompile? Do I have to unregister and re-register both dll's each time I compile the project?stupid.