c# - Build number Mismatch - a form of dll hell? -
i've done usual searching etc , can't quite decide on how solve issue.
i have internal company windows forms app (.net 3.5 / vs 2010) ship various users. 1 of references in project database driver data.client.dll. data.client.dll in turn references unmanaged dll (data.clientsuppp.dll) needs bundled distributable cannot add reference in project - put in bin dir.
this had been fine years until app has released same driver older version of unmanaged dll. older version of unmanaged dll being picked app , presenting error:
message: build number mismatch - data.clientsuppp.dll. expecting build number greater or equal '9000'. loaded build number 1022.
i not sure how handle this, expected bin dir first location looked @ appears path being scanned first. tips on how solve great!
thanks.
Comments
Post a Comment