Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如此处所述,加载证据的方式将在 .NET 4.0 中发生变化。这将如何影响像 SharePoint 这样的系统,您可以在其中准确地指定将为 wsp 包中的 dll 授予哪些权限?SharePoint 不是在内部使用 AppDomain.ExecuteAssembly(Name,Evidence) 来实现这一点,还是我遗漏了什么?
在 SharePoint 2010之后的版本之前,.NET 4.0 不会用于 SharePoint。在那之前,我们仍将使用 .NET 3.5。所以也许以后再重新审视这个问题。