FindRibbons task failed unexpectedly when building addin for Outlook 2010

前端 未结 3 1635
小鲜肉
小鲜肉 2021-01-13 20:08

We\'re building an Outlook 2010 plugin using VS2013, .NET4, Microsoft Async and BCL Portability (from Nuget) and encountering build errors similar to this question and this

3条回答
  •  自闭症患者
    2021-01-13 20:52

    You need to remove the SecurityTransparent attribute from the end of the AssemblyInfo.cs file.

提交回复
热议问题