2

I get below error for some of my libraries.

Error!
Unresolved .NET Assembly 

Can't find the .NET assembly {x} in specified folders. 
Has it been compiled properly? 
Is the NDepend project missing the containing folder of the .NET assembly?

I checked this and this for a solution first.

I tried the following;

  • Adding from solution which is in debug mode. Built several times.

  • Adding folders of debug folder and the parent folders

  • Adding assemblies by folder
  • Trying all .net profiles
  • Adding dll by drag & drop

Thanks

EDIT: why the close flag? This application error wasted my whole day. Someone could benefit from this since the actually given error is really obscure.

mechanicum
  • 699
  • 3
  • 14
  • 25

1 Answers1

1

This is incredible but all the problematic libraries had the letter 'I' in their names. Changing them to 'i' makes them work.

For some reason Visualndepend and vs extension both cannot recognize dll's that have this letter.

mechanicum
  • 699
  • 3
  • 14
  • 25