Aziz Nortozhiev
Aziz Nortozhiev

Reputation: 435

Strong name signature not valid for this assembly devexpress.data.v20.1.dll

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.

Upvotes: 2

Views: 4160

Answers (1)

MHdi Elzuber
MHdi Elzuber

Reputation: 1

check all devexpress assembly on your Project

or use DevExpress Tool to export your assembly from

Visual studio =>Tools Devexpress assembly

Upvotes: -2

Related Questions