Reference to signed assembly

Apr 12 2013 3:32 PM
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.