Using the latest B1TE 2.2 I can't seem to connect to by company (I get an error saying it failed to connect to SBOCommon). I've seen this before when I migrated my add on to work with SQL 2005 and it needed a:
company.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
Sure enough, in the source I don't see this DbServerType being set.
Is there anyway to do this without rebuilding the whole B1TE from the source?