Next
Prior

After a successful build of the BEISA application code (about 20 Windows forms and around 7,000 lines of code at that point), it was time to do some testing from inside Visual Studio 2010. Running on an Intel quad-core with
Win 7 (64 bit) the 'Could not load ...' message was encountered trying to connect to the SQlite database.
Making the indicated change in Configuration Manager fixed the problem. Eventually, it was time to build an MSI
file to send out beta test copies. This requires a second VS project of the Setup/Deployment type. We set up the short cuts, attached all the files (including the database the SQlite dll) and launched a build of the BeisaSetup project