We are migrating our development efforts from VB6 to C# code base. Part of that transition included a change in source control (from MKS to TFS). Our legacy code still needs to be maintained and any changes are checked in and out of TFS through the Visual Studio IDE, but are deployed by a QA team from TFS Web Access.
The problem we are experiencing occurs when dll files are downloaded. Apparently they will not register when pulled from the Web Access tool. However, they are fine when registered after being pulled from Visual Studio.
Is there something I am missing? Any help would be greatly appreciated.