Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6692285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:51:02+00:00 2026-05-26T05:51:02+00:00

I have a WPF 4 project to interact with word documents made in VS2010

  • 0

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 are referred into my main wpf application. I want to publish my project so I can install it on another machine and perform automatic update for it, I get error: “Assembly generation failed — Referenced assembly ‘Interop.Office’ does not have a strong name. “. error for each COM Dll.
A dll refer to (Interop.word.dll, interop.office.dll, interop.VBIDE.dll) and all these dlls are also refer and used into my wpf code.

I found Strong Signed Assemblies link have same question but it does not solve the problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:51:02+00:00Added an answer on May 26, 2026 at 5:51 am

    I spent a while trawling the internet for this, I believe that the answer you need may be here, for most 3rd party dll’s.

    “Adding Strong Name to Interop DLL”

    The article describes three ways to add a strong name to a third party assembly. The commands are:
    1. Adding a Strong Name via Key Pair

    > SN -k MyKeyPair.snk
    > ILDASM ASQLService.dll /out:ASQLService.il
    > ILASM ASQLService.il /dll /resource=ASQLService.res /key=MyKeyPair.snk
    

    2. Adding a Strong Name via a Certificate in a Certificate Store

    > ILDASM ASQLService.dll /out:ASQLService.il  
    > MAKECERT -ss MyCertificateStore -sk MyKeyContainer
    > ILASM ASQLService.il /dll /resource=ASQLService.res /key=@MyKeyContainer
    

    3. Adding a Strong Name via a Certificate in a Personal Information Exchange (.pfx) File

    > MAKECERT -r -pe -sv MyCertificate.pvk MyCertificate.cer
    > PVK2PFX -pvk MyCertificate.pvk -pi qwerty -spc MyCertificate.cer -pfx MyCertificate.pfx
    > SN -p MyCertificate.pfx MyCertificate-publickey.snk
    > ILASM ASQLService.il /dll /resource=ASQLService.res /key=MyCertificate-publickey.snk
    > SN -R ASQLService.dll MyCertificate.pfx
    

    Hope it helped

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created the WPF user control and WPF window in class library project.
I have a scene in my WPF project with about 2000 different user controls:
I have been looking into MVVM design patterns with WPF for a project. I
I have a project I'm working on that requires our WPF application read SMS
I have a WPF project with an AssemblyInfo.cs that groups multiple CLR namespaces into
I have a WPF Application project with several project references within a single solution
I have a WPF control (the ICSharpCode.AvalonEdit.TextEditor ) in a Winforms project inside an
I have a Wpf application project called WpfTest which references WpfTestLib (A class library).
I use LINQ to SQL in a WPF project. I have made small changes
I have a WPF application with form that has a textbox named txtStatusWindow. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.