No announcements
Found 3317935 threads
-
0 Votes
How to get TFS build to copy correctly referenced Assembly DLL?
Hi, How did you refer to the Assembly1.dll in HostService?Answered | 1 Replies | 7336 Views | Created by trobin77 - Wednesday, May 12, 2010 7:26 PM | Last reply by Ruiz Yi - Thursday, May 13, 2010 1:09 AM -
0 Votes
TFS 2013 Build - C# - Assembly reference
UPDATE - Raised MS ticket who then got to the same point as you so I added the ...Answered | 2 Replies | 1182 Views | Created by Greg B Roberts - Tuesday, September 6, 2016 8:17 AM | Last reply by Greg B Roberts - Thursday, September 8, 2016 3:57 AM -
0 Votes
Assembly versioning during TFS Build
Hi Team, Need your inputs / suggestion in assembly versioning during TFS Build.Answered | 4 Replies | 1842 Views | Created by Shreedevi Bhat - Monday, December 14, 2015 7:57 AM | Last reply by Starian chen - Wednesday, December 16, 2015 3:29 AM -
0 Votes
referenced assemblies
Hi, does my project .dll have copies of the Umbraco assemblies contained inside?Answered | 1 Replies | 649 Views | Created by jmoponfire - Tuesday, July 15, 2014 7:40 PM | Last reply by Amanda Zhu - Wednesday, July 16, 2014 9:31 AM -
1 Votes
c# dll is not getting copied to assembly folder
Hi, you should use gacutil to install assemblies to the GAC.Answered | 1 Replies | 2642 Views | Created by Devikamesh - Monday, June 27, 2011 2:09 AM | Last reply by Konrad Neitzel - Monday, June 27, 2011 6:17 AM -
0 Votes
Referencing DLL across servers
//Retrieve the list of referenced assemblies in an array of AssemblyName.Answered | 4 Replies | 3041 Views | Created by vaibhav kirtikar - Wednesday, February 24, 2010 2:00 PM | Last reply by P.Brian.Mackey - Thursday, February 25, 2010 6:53 PM -
0 Votes
TFS build Bin/DLL issue
This folder be created during your TFS Build or you manually created it?Answered | 9 Replies | 1004 Views | Created by ABDUL HAFEEZ MALIK - Tuesday, December 1, 2015 8:08 AM | Last reply by Starian chen - Tuesday, December 8, 2015 8:31 AM -
0 Votes
Trouble Generating a Build in TFS 2013 / Can't find DLL
I tried that and for some reason the DLL kept getting copied back into the original folder every time I did a build.Answered | 5 Replies | 779 Views | Created by Jeff Smith - Verizon - Monday, January 18, 2016 3:33 PM | Last reply by John Qiao - Thursday, January 21, 2016 4:48 AM -
0 Votes
How to use external assemblies in build automation TFS2010?
Team Project -> Builds -> Right click on 'edit build definition...'Answered | 11 Replies | 12386 Views | Created by Lord Of Agony - Tuesday, September 14, 2010 12:35 AM | Last reply by MayankVyas - Tuesday, December 7, 2010 5:49 PM -
1 Votes
Getting all Referenced Assemblies with Reflection
Do not write any code other than your enumerating referenced assemblies something like below.Answered | 2 Replies | 15150 Views | Created by JaedenRuiner - Thursday, August 4, 2011 4:35 PM | Last reply by spikyCactus - Wednesday, June 13, 2012 6:52 AM -
0 Votes
How to get the help for the TFS 2010 build activies
Old topic but the TFS 2010 build workflow activities documentation is now at: http://msdn.microsoft.com/en-us/library/gg265783.aspxAnswered | 8 Replies | 7337 Views | Created by Roger NZ - Wednesday, April 21, 2010 9:54 PM | Last reply by kkemp - Wednesday, May 16, 2012 2:25 AM -
8 Votes
Version 0.94 fails on a TFS Build
So, when TFS goes to build (and run) MyTestProjectDal.Tests it now builds WCFExtras.moles and tries to copy it to the output directory.Answered | 19 Replies | 8564 Views | Created by Vaccanoll - Monday, September 20, 2010 9:46 PM | Last reply by Lord Of Agony - Sunday, November 21, 2010 12:23 AM -
1 Votes
Diference between referencing a existing project and the compiled dll
With project references the underlying assembly (A) will get copied to the output of the dependent project (B) during the build (by default).Answered | 4 Replies | 5377 Views | Created by rgcaldas - Monday, June 1, 2009 1:57 PM | Last reply by rgcaldas - Monday, June 8, 2009 10:22 AM -
0 Votes
The type or namespace name '(are you missing an assembly reference?)
Hi Virtualcorsair, For this requirement, you could copy necessary assembly file through PowerShell script before build project in build process.Answered | 1 Replies | 553 Views | Created by Virtualcorsair - Thursday, June 9, 2016 10:46 PM | Last reply by Starian chen - Friday, June 10, 2016 6:13 AM -
0 Votes
TFS 2013 Build-Deploy-Test failing for missing dll 'Microsoft.VisualStudio.QualityTools.Common'
I doubt whether the necessary assemblies were copied to the C:/Deploy directory instead of the default and expected directory on test agent machine, which affected ...Answered | 7 Replies | 2164 Views | Created by cjfarrelly - Monday, December 22, 2014 4:15 PM | Last reply by Amanda Zhu - Friday, December 26, 2014 6:52 AM -
0 Votes
How to get rid of "The referenced component could not be found"
Post-build events are the "correct" way to copy assemblies.Answered | 13 Replies | 12792 Views | Created by thomas_woelfer - Friday, September 21, 2012 10:50 AM | Last reply by CoolDadTx - Saturday, September 29, 2012 2:59 AM -
1 Votes
Tfs build - how to reference the dlls that are not under source control
One of the option is to GAC the assemblies before building the projects and referring them from GAC.Answered | 6 Replies | 5193 Views | Created by Tony Gennart - Thursday, February 9, 2012 7:03 PM | Last reply by Cathy Kong - Wednesday, February 15, 2012 6:21 AM -
2 Votes
Referencing external .NET assemblies
I am signing the assembly, nevertheless, in order for the script tasks to have the right reference, and referencing the assembly copied to the ...Answered | 3 Replies | 4132 Views | Created by Paulo Morgado - Monday, August 16, 2010 8:49 AM | Last reply by Paulo Morgado - Monday, August 16, 2010 1:54 PM -
0 Votes
“Unable to emit assembly: Referenced assembly 'Microsoft.Practices.EnterpriseLibrary.Data”
my scenario was that i got a project with 11 class libraries in that, and one webservice project , what happened when i took get latest, i got same error not loading an ...Answered | 2 Replies | 9254 Views | Created by eswaa - Thursday, January 29, 2009 1:20 PM | Last reply by AbdulAzizFarooqi - Saturday, April 16, 2011 8:25 AM -
1 Votes
How to build WiX setup from both developer's desktop and TFS build?
This will work for me but how to define the Build varibale??Answered | 11 Replies | 8220 Views | Created by Richard.Haggard - Thursday, October 3, 2013 7:00 PM | Last reply by Krishna Verma - Thursday, September 8, 2016 5:17 AM - Items 1 to 20 of 3317935 Next ›
No announcements