I am simply trying to load sln files in to Visual NDepend and keep getting this error:
Can't find the .NET assembly {AssemblyName} in specified folders. Has it been compiled properly? Is the NDepend project missing the containing folder of the .NET aseembly?
The weirdest thing is that this error doesn't occur for the same assemblies under a different path. For example:
The error won't occur in assemblies under the path C:\code\depot\Product\Stage\IA\
, and will occur under C:\code\depot\Product\IA
The steps I am taking while using Visual NDepend:
- Open NDepend
- Click on Analyze VS solutions and VS projects
- Browse
- Find a particular instance of a sln.
- Click open
- Error occurs
I follow these same steps but find the same solution in a different path and the errors disappear! The assemblies are identical! Any help would be very much appreciated.