I\'m getting the following exception when I try to run up my Winforms app and haven\'t been able to find a solution to it:
System.ArgumentNullException was u
Just to give closure on this question the following resolved it:
Unchecked the "enable clickonce security settings" checkbox in the security tab of the application properties.
As suggested by Rene in the comments of my question.