t800t8

- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
t800t8 created a post, Upgrade to 17372 from 17132 problem - How to resolve?
Here is stack trace:jetbrains.buildServer.serverSide.versioning.ConvertException: Converter jetbrains.buildServer.serverSide.versioning.converters.CreateTmpTablesForMutingConverter failed with erro... -
t800t8 created a post, "Could not load file or assembly" when running unit tests against ASP.NET MVC project
I have "Could not load file or assembly" error even the assembly exists (see attached screen shot)The solution just contains 2 projects: a ASP.NET MVC 3 and a Class Library (for unit tests). The MV... -
t800t8 created a post, 'Run tests from' pattern was changed since build 15509?
I declared "Run tests from" option of NUnit test runner as "./*/bin/Debug/*.Tests.dll" and it worked fine. After I upgraded to build 15509, TeamCity cannot find tests anymore. Was pattern changed? -
t800t8 created a post, TeamCity's NUnit runner cannot read System.Data.SQLite.DLL x64?
I'm running on Windows 7 x64 and try to run tests for Fluent NHibernate mappings by using System.Data.SQLite.DLL x64. The ReSharper's NUnit runner works fine, and all tests passed. But when I commi... -
t800t8 created a post, NUnit runner bug?
When I try new NUnit runner (in EAP build 15509), even all the tests passed and code coverage report is produced. But I see a strange error message in build log and TeamCity shows that my "NUnit ru... -
t800t8 created a post, Bug or incomplete feature?
When I create a build configuration in TeamCity 6 EAP build 15509, I select NUnit (or Visual Studio Solution) as build runner, in .NET Coverage section, the combo box for selecting .NET Coverage to... -
t800t8 created a post, Artifact packaging problem
I've just tried the new artifact packaging of TC 5.1 EAP but seems it doesn't work properly. I defined the artifact paths like this:RapX.Service/Global.asax => service.zipRapX.Service/*.svc => serv... -
t800t8 created a post, TeamCity cannot find new VS projects
Yesterday I met a strange problem with TeamCity. It couldn't find my new VS projects. I found that the source code of the new VS project was checked out (in BuildAgent's working folder), but it was... -
t800t8 created a post, TeamCity stops to build my newly added projects
I add a new project to my solution but TeamCity doesn't build that one. Even I tried to add serveral projects, all of them are't built. What's happen?I attached screenshot of my solution, the new p... -
t800t8 created a post, Do I miss anything in .NET code coverage settings?
I'm trying to generate code coverage by TC5 and NCover 3.x. TC produces artifacts which include coverage.zip and .teamcity/.NETCoverage/CoverageReport.xml (as in the screenshot). The 'Code Coverage...