Avatar of flynny
flynny
Flag for United Kingdom of Great Britain and Northern Ireland asked on

Team Foundation Server Error Check In

Hi All,

Hopefully a simple one,

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'.

Open in new window


The output window is as follows;

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'.

Open in new window


locations cut for brevity.

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

Avatar of undefined
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.

Thanks for you help in advance

Matt.
ASKER CERTIFIED SOLUTION
sarabande

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61