C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Showing posts with label TFS. Show all posts
Showing posts with label TFS. Show all posts

Friday, January 24, 2014


I am facing one issue while triggering the TFS Release build. It seems its expecting the system.web.moles in the Build server. Support Team from Client side tried installing the Moles in the TFS build server but still we are getting the same issue and Build is failing. We are having a Unit test project which triggers during Release build whereas gated Build works fine. Please let me know if you have faced any similar issue. I am checking in the Builds server whether we have any mismatch in version for the dlls.

Please note that we are using TFS 2010 .

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): Could not resolve this reference. Could not locate the assembly "System.Web.Moles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0ae41878053f6703, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.


m.g.cs (20102): 'Cal.Bsip.MemberPortal.Common.Validation.Moles.SStringNotNullOrEmptyValidatorAttribute.RequiresValidationContext': no suitable method found to override [E:\Builds\2\BSIP\R4.2_Member_Portal_Release_Build\Sources\UnitTests\obj\Release\Moles\cbmpc\m.g.csproj]

m.g.cs (20102): 'Cal.Bsip.MemberPortal.Common.Validation.Moles.SStringNotNullOrEmptyValidatorAttribute.RequiresValidationContext': no suitable method found to override [E:\Builds\2\BSIP\R4.2_Member_Portal_Release_Build\Sources\UnitTests\obj\Release\Moles\cbmpc\m.g.csproj]

Moles: compilation : project compilation failed with exit code 1

Moles: compilation : compilation failed, retrying without Code Contracts

Tuesday, August 14, 2012

We are looking for any available experience on migrating TFS 2008 to 2010. If you happen to have worked on TFS migration, please reply back to me urgently.


Thanks
Kedar

Friday, July 13, 2012

I am trying to setup a TFS Server, but we don't have any Active Directory setup. In this scenario, how can we setup the TFS users?

SOLUTION:

Try this.
Right-Click on your project in Team Explorer and choose "Team Project Settings" --> "Group Membership..."
Click on the group you want to add the user to, and press the "Properties" button.
Select "Windows User or Group" and click "Add"...then just type in the username (you shouldn't need to specify the domain) - even if it initially identifies your current computer/domain...it should automatically change it to the remote domain.
Then you can delete that username from your local compute, if required.
Thanks- Hari

Tuesday, May 22, 2012

We got an error “HTTP 500 : Internal Server Error” during check in process to VSTS (TFS 2010).
After investigation we found that this was because of a time out error while checking in files. The default executiontimeout is set to 3600 sec in TFS web.config on the IIS server where TFS is hosted.
 
Can anyone suggest if it is OK to change the “executiontimeout “ setting in the web.config file on IIS server ?