I'm attempting my first deployment - a C# Console app to reside on the same computer as the database server. It works fine on my development system, connected to a copy of the database residing on the same system. The development system connects to database server (local), and that's what's in IdeaBlade.ibconfig. It doesn't look to me like anything in the config file would need to be changed.
So I publish and install on the server using Click Once, and the program starts up fine when I try to run it. However, soon after, as I try to use the PersistenceManager to fetch the first object from the database, it blows up with a TypeInitializationException.
Am I missing something obvious? (BTW, this is with version 3.5.3.1)
Thanks for any help you can give.