How to find what depends on a specific version of a specific dependency?

后端 未结 3 1611
刺人心
刺人心 2021-02-13 02:51

I\'m getting this error when I run my app (not at compile time):

Could not load file or assembly \'Castle.Windsor, Version=2.1.0.0, Culture=neutral,

3条回答
  •  醉梦人生
    2021-02-13 03:32

    You could use the Fuslogvw.exe utility which will provide you more information on the calling assembly. Scott Hansleman also blogged about it.

提交回复
热议问题