在我的 ASP.NET 应用程序中,有时会出现错误。当我刷新页面错误将消失。错误是,
Could not load file or assembly 'FSharp.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
我在想我的一些应用程序程序集引用了这个程序集。是否有可能递归地获取所有引用。我的意思是,我将获得我的应用程序的所有引用程序集,我的应用程序的引用程序集的所有引用程序集等等。