When the exception is thrown, my code is running this:
new System.IO.DirectoryInfo(System.Windows.Forms.Application.UserAppDataPath)The help for that class claims that it is thrown when a Click Once application has a corrupt or invalid manifest. But I'm not using Click Once and a full rebuild didn't help. So what gives?
Will Pittenger