0
Answer

Reference to signed assembly

Windows Learning

Windows Learning

11y
1.1k
1
I am having trouble using signed assembly in my wpf application. I dont have any problem compiling the application, but when i deploy using publish, on the target machine i get assembly not compatible errors on startup.

On my dev machine, i ran SN -Vr *,'Public key token'. to make it work.

How can i deploy on target machine with out running above command.