2

I publish my application with Deploy method. But during installation popup error with log: "Strong name signature not valid for this assembly devexpress.data.v20.1.dll".

  1. I tried this method. [https://supportcenter.devexpress.com/ticket/details/t881415/strong-name-signature-not-valid-for-this-assembly-for-devexpress-data-v19-2-dll][1]
  2. I tried all tips from stackoverflow(ClickOnce). But I can not found solution. I have a one way: I can export only Release/Debug folder. Applications in this folder are working. Before, I deploy my application to shared folder, and when user run app, app update itself. Now I need manually update app of every user. How correctly deploy app with devexpress components.
Aziz Nortozhiev
  • 365
  • 5
  • 8

1 Answers1

0

check all devexpress assembly on your Project

or use DevExpress Tool to export your assembly from

Visual studio =>Tools Devexpress assembly

  • 2
    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 24 '22 at 04:22