Assembly generation failed — Referenced assembly 'Interop.Office' does not have a strong name

后端 未结 3 873
一向
一向 2021-01-05 07:48

I have a WPF 4 project to interact with word documents made in VS2010 and a win form User Control project to host word application into it. And other com dlls. All com dlls

3条回答
  •  醉梦人生
    2021-01-05 08:39

    You must have a .snk

    Right click on your project -> Properties and go on Signing tab -> Check Sign the assembly -> choose new key

    Hope it helps

提交回复
热议问题