Reference to signed assembly
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.