开发者

Find missing references in Visual Studio

I have a huge solution file with lots of projects in it. I suspect that some of the projects that are referenced to by other projects are m开发者_StackOverflowissing from solution. Is there an easy way to detect missing references in Visual Studio? (I am using 2008)


If you try and compile and references are missing Visual Studio will give you compile errors for the missing references.


A quick Google based on your subject turned up Reference Assistant. Which has a 30 day free trial.

Disclaimer: I haven't used the product or any of the companies products.


I use the macro FindMissingFiles from here which is a modification of HOWTO: Navigate the files of a solution from a Visual Studio .NET macro or add-in. It's pretty raw but does the job.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜