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

后端 未结 3 1618
刺人心
刺人心 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:28

    Have you looked at the assembly binding log viewer (Fuslogvw.exe)?

    This should provide all the information needed.

    See on MSDN.

提交回复
热议问题