What version of SQL Server do you have? You said that is was SQL Server
2005,
but "Application Failure sqlservr.exe 2007.100.1600.22" means that you
are using
SQL Server 2008. Are you using 32-bit or 64-bit version?
It might be some issues with installation. Could you uninstall existing
Bingo installation, install it again and send an output from the install
script:
bingo-sqlserver-install.bat -database "your database" -y > output.txt
> System.Exception: Key cmf-dict isn't present in the configuration
Could you also send an output from
select * from bingo.CONFIG_BIN
In this table Bingo keeps its configuration parameters and error means
that this table might be empty or invalid.
Also could you send a result from
select OBJECT_ID('MolTable')
--
With best regards,
Mikhail