I've been testing a new version of simple bulk copy for a few weeks now and thought I would make it available for click once install. So I published the project to my file system and uploaded the new version to the ftp site. Fired up the app, pulled down the new version and wham ran into this nasty error: "Configuration system failed to initialize"! Ouch.
Turns out I had decided to do some cleanup and change my namespace from Test.... to c3o.... which should be okay but this also changed the App.Config which causes all the configurations to be under
c3o.SqlCopy.Properties.Settings instead of Test.SqlCopy.Properties.Settings
So after some quick changes I reverted back to the old "Test" namespace and all should be well. Let me know if you run into any problems!
Fred