Click here to Skip to main content
15,896,507 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I am getting error in Visual studio 2010 when I build the solution,

Unexpected error reading metadata from file "file description"-- 'Index not found.'

what is the problem , and how to solve it.
Posted
Updated 20-Dec-16 13:29pm

It is quite possible that one of the Visual Studio control files has become corrupted. Try rebuilding your solution from scratch. If the problem reoccurs please post the entire error message exactly as it appears on your screen.
 
Share this answer
 
Hi Richard,

I have tried to rebuild the solution many times before and now also, but i have the same error.
The complete error details are as follows.

Unexpected error reading metadata from file 'd:\TFS CODE\ATPT-2003Srv\ExternalDependencies\WeOnlyDo.Client.SFTP.dll' -- 'Index not found.' FileMover
 
Share this answer
 
I've just come across this issue. I traced it to using Linq in the function I was unable to edit/continue.

Basically, I was able to edit/continue any procedure, except the ones that contain Linq calls. I couldn't find any solution for enabling edit/continue for those procedures, but since the others work fine, I am simply going to call it a Visual Studio limitation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900