I'm trying to check in a solution to team foudnation server through the Team Explorer in Visual Studio.
I keep getting the following errors.
Multiple errors occurred during the operation, the first of which is displayed below. A full error list is available in the Output Window.Could not find file 'C:\Users\bernie\Documents\Visual Studio 2013\Projects\project1\Backend\SourceCode\AdminView\bin\System.Web.Helpers.dll'.
Could not find file 'C:\ ...SourceCode\AdminView\bin\SmartAdminMvc.dll.CodeAnalysisLog.xml'.Could not find file 'C:\ ...SourceCode\AdminView\bin\SmartAdminMvc.dll.config'.Could not find file 'C:\ ...SourceCode\AdminView\bin\SmartAdminMvc.dll.lastcodeanalysissucceeded'.Could not find file 'C:\ ...SourceCode\AdminView\bin\SmartAdminMvc.pdb'.Could not find file 'C:\ ...SourceCode\AdminView\bin\System.Web.Helpers.dll'.Could not find file 'C:\ ...SourceCode\AdminView\bin\System.Web.Helpers.xml'.Could not find file 'C:\ ...SourceCode\AdminView\bin\System.Web.Mvc.xml'.Could not find file 'C:\ ...SourceCode\AdminView\bin\System.Web.Razor.xml'.Could not find file 'C:\ ...SourceCode\AdminView\bin\System.Web.Helpers.xml'.
now the dlls are not in the bin folder I have checked. BUT the solution is compiling and running locally with no issues.
Any idea why its throwing this error?
Version ControlMicrosoft Development.NET Programming
Last Comment
sarabande
8/22/2022 - Mon
sarabande
you probably have to remove the .dll, .pdb, .xml files where the team explorer complains for from your workspace. files which are part of the build process should not be added to source explorer since they were rebuilt in the build process and therefore are no sources but output.
Sara
flynny
ASKER
Hi Sara,
As a newbie to team foundation (this is a learning experience for me).
Do you mean from i simply right-click and remove?
Also some of the DLLs mentioned are no longer referenced in the project as we removed them.
Sara