c# - Dynamic References to Changing DLL Locations after a TFS 2013 Build -
i'm new @ c#, trying create automation using selenium , i'm running problem when referencing other dll's. created framework project handles identifying , interaction of elements on web pages. framework dll referenced in test project. built locally , decided upload tfs , that’s when started have problems. if modify framework project , create new build, test project still references old dll , doesn’t reflect changes. when create new build in tfs, creates new folder latest build name/number , that’s don’t know how reference. how reference ever-changing folder name make sure test project point latest dll? i'm using tfs 2013 , visual studio 2013 ultimate.
why not install dll on gac (global assembly cache) of machine? if physical lookup of application fails, reference points gac.
please @ link.
Comments
Post a Comment