Hi, I have following scenario.I have a project(dummy.vbp) developed in visual basic 6.0, and we are writing tests in MBUnit in a test project which references dummy.dll.Now, every time we reduild dummy project, we need to update the GUID in the test project of the dummy dll(for updating guid, we have written another project in dotnet). It works fine. But,now when I am trying to run the updaterGUID project after the dummy project has been build, I get the following exception System.Runtime.InteropServices.COMException (0x80040202).
What could be the reason for this? regards vishy
