.net - resources.ApplyResources() causes ambiguous match error -
ok, work in company multiple developers using vs2013 linked tfs. when run our application, runs fine until open window. when form loads, hits line in designer of form: resources.applyresources(me.tcpersonnel, "tcpersonnel") 'tcpersonnel being tabcontrol when hits line, error saying there "ambiguous match found". if continue anyway (ignoring error), form , control works fine. the weird part when colleagues map branch computers , latest version (my stuff being checked in), , run it, works without errors. me points there may wrong computer rather bad code. the relevant resx elements below: <data name=">>tcpersonnel.name" xml:space="preserve"> <value>tcpersonnel</value> </data> <data name=">>tcpersonnel.type" xml:space="preserve"> <value>system.windows.forms.tabcontrol, system.windows.forms, version=1.0.0.0, culture=neutra...