I\'m using Visual Studio 2008 SP1.
I have a Windows Forms application deployed internally using ClickOnce in a shared folder on the local network.
The test c
Did you change your target CPU from Any CPU to x86?
If you changed this, you will have to reinstall the application.