<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
<channel>
	<title>Comments for Technical Jargon</title>
	
	<link>http://www.jeremyskinner.co.uk</link>
	<description>On Error Resume Coding</description>
	<lastBuildDate>Wed, 01 Sep 2010 10:21:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForTechnicalJargon" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsfortechnicaljargon" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Using TeamCity with PartCover 4 by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2010/07/23/using-teamcity-with-partcover-4/comment-page-1/#comment-23139</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/2010/07/23/using-teamcity-with-partcover-4/#comment-23139</guid>
		<description>Which version of PartCover are you using? I've not had any problems with 4.0.10705, but I see there's a newer 10801 build available.</description>
		<content:encoded><![CDATA[<p>Which version of PartCover are you using? I&#8217;ve not had any problems with 4.0.10705, but I see there&#8217;s a newer 10801 build available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TeamCity with PartCover 4 by Ole Kristian Buseth</title>
		<link>http://www.jeremyskinner.co.uk/2010/07/23/using-teamcity-with-partcover-4/comment-page-1/#comment-23132</link>
		<dc:creator>Ole Kristian Buseth</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/2010/07/23/using-teamcity-with-partcover-4/#comment-23132</guid>
		<description>Hi Jeremy,

I tried to use your recipe for setting up PartCover on TeamCity but I didn't manage to make it work. We have installed TeamCity 5.1.2 on a Win 7 (64-bit) machine and I installed the latest version of PartCover on the same machine. I'm using Visual Studio 2010 and the .NET 4.0 framework for our web application (also using asp.net 4.0).

Did you take any other steps in order to get your code coverage? If I go to the Artifacts tab and open the tmp file there, the only information I find there is this:



If I go the Code Coverage tab this is what I see:

Assemblies (click for details)

My build log file says this:

[10:41:49]: ##teamcity[importData type='dotNetCoverage' tool='partcover' file='D:\BuildAgent\temp\buildTmp\tmp713E.tmp']
[10:41:50]: Importing data from 'D:\BuildAgent\temp\buildTmp\tmp713E.tmp' with 'dotNetCoverage' processor
[10:41:51]: Waiting for 1 service processes to complete
[10:41:51]: Processing 1 coverage report(s)
[10:41:51]: Generating coverage report by PartCover xslt for files: [D:\BuildAgent\temp\buildTmp\tmp713E.tmp]
[10:41:51]: Generating report: C:\Program Files (x86)\PartCover\PartCover .NET 4.0\xslt\Coverage.xslt=&gt;index.html, to file: D:\BuildAgent\temp\buildTmp\teamcity2138215031923056575xslt-report\index.html
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsLCovered' value='0.0']
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsMCovered' value='0.0']
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsCCovered' value='0.0']
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsLTotal' value='0.0']
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsMTotal' value='0.0']
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsCTotal' value='0.0']
[10:41:51]: Publishing artifacts
[10:41:51]: [Publishing artifacts] Paths to publish: [D:\BuildAgent\temp\buildTmp\tmp713E.tmp=&gt;.teamcity/.NETCoverage/results]
[10:41:51]: [Publishing artifacts] Publishing artifacts 'D:/BuildAgent/temp/buildTmp/tmp713E.tmp' to .teamcity/.NETCoverage/results
[10:41:51]: Publishing artifacts
[10:41:51]: [Publishing artifacts] Paths to publish: [D:\BuildAgent\temp\buildTmp\coverage4209384433648319315zip\coverage.zip=&gt;]
[10:41:51]: [Publishing artifacts] Publishing artifacts 'D:/BuildAgent/temp/buildTmp/coverage4209384433648319315zip/coverage.zip' to root artifacts directory
[10:42:20]: Build finished


I'm a little lost here, so I hope you can point me in the right direction.

Best Regards, 

Ole Kristian Buseth</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>I tried to use your recipe for setting up PartCover on TeamCity but I didn&#8217;t manage to make it work. We have installed TeamCity 5.1.2 on a Win 7 (64-bit) machine and I installed the latest version of PartCover on the same machine. I&#8217;m using Visual Studio 2010 and the .NET 4.0 framework for our web application (also using asp.net 4.0).</p>
<p>Did you take any other steps in order to get your code coverage? If I go to the Artifacts tab and open the tmp file there, the only information I find there is this:</p>
<p>If I go the Code Coverage tab this is what I see:</p>
<p>Assemblies (click for details)</p>
<p>My build log file says this:</p>
<p>[10:41:49]: ##teamcity[importData type='dotNetCoverage' tool='partcover' file='D:\BuildAgent\temp\buildTmp\tmp713E.tmp']<br />
[10:41:50]: Importing data from &#8216;D:\BuildAgent\temp\buildTmp\tmp713E.tmp&#8217; with &#8216;dotNetCoverage&#8217; processor<br />
[10:41:51]: Waiting for 1 service processes to complete<br />
[10:41:51]: Processing 1 coverage report(s)<br />
[10:41:51]: Generating coverage report by PartCover xslt for files: [D:\BuildAgent\temp\buildTmp\tmp713E.tmp]<br />
[10:41:51]: Generating report: C:\Program Files (x86)\PartCover\PartCover .NET 4.0\xslt\Coverage.xslt=&gt;index.html, to file: D:\BuildAgent\temp\buildTmp\teamcity2138215031923056575xslt-report\index.html<br />
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsLCovered' value='0.0']<br />
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsMCovered' value='0.0']<br />
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsCCovered' value='0.0']<br />
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsLTotal' value='0.0']<br />
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsMTotal' value='0.0']<br />
[10:41:51]: ##teamcity[buildStatisticValue key='CodeCoverageAbsCTotal' value='0.0']<br />
[10:41:51]: Publishing artifacts<br />
[10:41:51]: [Publishing artifacts] Paths to publish: [D:\BuildAgent\temp\buildTmp\tmp713E.tmp=&gt;.teamcity/.NETCoverage/results]<br />
[10:41:51]: [Publishing artifacts] Publishing artifacts &#8216;D:/BuildAgent/temp/buildTmp/tmp713E.tmp&#8217; to .teamcity/.NETCoverage/results<br />
[10:41:51]: Publishing artifacts<br />
[10:41:51]: [Publishing artifacts] Paths to publish: [D:\BuildAgent\temp\buildTmp\coverage4209384433648319315zip\coverage.zip=&gt;]<br />
[10:41:51]: [Publishing artifacts] Publishing artifacts &#8216;D:/BuildAgent/temp/buildTmp/coverage4209384433648319315zip/coverage.zip&#8217; to root artifacts directory<br />
[10:42:20]: Build finished</p>
<p>I&#8217;m a little lost here, so I hope you can point me in the right direction.</p>
<p>Best Regards, </p>
<p>Ole Kristian Buseth</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MvcContrib Grid Presentation by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2010/04/28/mvccontrib-grid-presentation/comment-page-1/#comment-22168</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Sat, 14 Aug 2010 08:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/2010/04/28/mvccontrib-grid-presentation/#comment-22168</guid>
		<description>Hi Rahul,

Typically you would implement this by adding a filtering form to the page that posts to the same action used to render the grid. Your controller action would perform the appropriate filtering and then pass the pre-filtered data to the grid to render.</description>
		<content:encoded><![CDATA[<p>Hi Rahul,</p>
<p>Typically you would implement this by adding a filtering form to the page that posts to the same action used to render the grid. Your controller action would perform the appropriate filtering and then pass the pre-filtered data to the grid to render.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MvcContrib Grid Presentation by Rahul</title>
		<link>http://www.jeremyskinner.co.uk/2010/04/28/mvccontrib-grid-presentation/comment-page-1/#comment-22134</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/2010/04/28/mvccontrib-grid-presentation/#comment-22134</guid>
		<description>Hi Jeremy,

The article was very helpful. Although I was wondering, what is one needs search criterias in the grid. Diplay subset of records only kind of thing; do you have implemented such functionality??? 

Thanks,
Rahul.</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>The article was very helpful. Although I was wondering, what is one needs search criterias in the grid. Diplay subset of records only kind of thing; do you have implemented such functionality??? </p>
<p>Thanks,<br />
Rahul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SagePay with ASP.NET MVC by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2009/09/27/using-sagepay-with-asp-net-mvc/comment-page-1/#comment-22096</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Thu, 12 Aug 2010 16:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=218#comment-22096</guid>
		<description>Hi Mike,

Glad you found it useful!</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Glad you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SagePay with ASP.NET MVC by Mike Hook</title>
		<link>http://www.jeremyskinner.co.uk/2009/09/27/using-sagepay-with-asp-net-mvc/comment-page-1/#comment-22095</link>
		<dc:creator>Mike Hook</dc:creator>
		<pubDate>Thu, 12 Aug 2010 16:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=218#comment-22095</guid>
		<description>Hi Jeremy,

This is a great library, I spent the whole morning trying to upgrade our old Protx 2.22 library and was getting nowhere.

Just when I was considering starting from scratch your library was recommended to me.

It is so simple to implement (with a little refactoring to work from our MVP web application) and worked first time!

Thanks a lot for sharing, it saved us hours of dev time :)

Mike</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>This is a great library, I spent the whole morning trying to upgrade our old Protx 2.22 library and was getting nowhere.</p>
<p>Just when I was considering starting from scratch your library was recommended to me.</p>
<p>It is so simple to implement (with a little refactoring to work from our MVP web application) and worked first time!</p>
<p>Thanks a lot for sharing, it saved us hours of dev time <img src='http://www.jeremyskinner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SagePay with ASP.NET MVC by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2009/09/27/using-sagepay-with-asp-net-mvc/comment-page-1/#comment-22089</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=218#comment-22089</guid>
		<description>Hi Vineet,

Please drop me an email (jeremy at jeremyskinner.co.uk) and I'll get something sent to you.

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Vineet,</p>
<p>Please drop me an email (jeremy at jeremyskinner.co.uk) and I&#8217;ll get something sent to you.</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SagePay with ASP.NET MVC by Vineet</title>
		<link>http://www.jeremyskinner.co.uk/2009/09/27/using-sagepay-with-asp-net-mvc/comment-page-1/#comment-22036</link>
		<dc:creator>Vineet</dc:creator>
		<pubDate>Wed, 11 Aug 2010 13:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=218#comment-22036</guid>
		<description>Hello Jeremy,

Thanks for the response!

However, I actually don't need full implementation. What I need is integral part only. Which I mentioning below:
1) Registering Transaction
2) Parsing Step 1 Response
3) Redirecting to Payment Gateway for Transaction in step 1.
4) Parsing Notification on Notification Page.

I have testing account and all other necessary parts

Please help!

Thanks,
Vineet</description>
		<content:encoded><![CDATA[<p>Hello Jeremy,</p>
<p>Thanks for the response!</p>
<p>However, I actually don&#8217;t need full implementation. What I need is integral part only. Which I mentioning below:<br />
1) Registering Transaction<br />
2) Parsing Step 1 Response<br />
3) Redirecting to Payment Gateway for Transaction in step 1.<br />
4) Parsing Notification on Notification Page.</p>
<p>I have testing account and all other necessary parts</p>
<p>Please help!</p>
<p>Thanks,<br />
Vineet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SagePay with ASP.NET MVC by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2009/09/27/using-sagepay-with-asp-net-mvc/comment-page-1/#comment-22032</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Wed, 11 Aug 2010 11:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=218#comment-22032</guid>
		<description>Hi Vineet,

I'm afraid that I can't share our full implementation as it is the property of my previous employer and is not open source. Also, I no longer have access to a SagePay test account which makes putting a sample together somewhat difficult. However, if you have any questions about how to implement this then do feel free to email me and I'd be happy to help.</description>
		<content:encoded><![CDATA[<p>Hi Vineet,</p>
<p>I&#8217;m afraid that I can&#8217;t share our full implementation as it is the property of my previous employer and is not open source. Also, I no longer have access to a SagePay test account which makes putting a sample together somewhat difficult. However, if you have any questions about how to implement this then do feel free to email me and I&#8217;d be happy to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SagePay with ASP.NET MVC by Vineet</title>
		<link>http://www.jeremyskinner.co.uk/2009/09/27/using-sagepay-with-asp-net-mvc/comment-page-1/#comment-22030</link>
		<dc:creator>Vineet</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=218#comment-22030</guid>
		<description>Hello Jeremy,

I am in the phase of implementing this in our application.
It would be of great help if you can provide the complete implementation.

Thanks,
Vineet</description>
		<content:encoded><![CDATA[<p>Hello Jeremy,</p>
<p>I am in the phase of implementing this in our application.<br />
It would be of great help if you can provide the complete implementation.</p>
<p>Thanks,<br />
Vineet</p>
]]></content:encoded>
	</item>
</channel>
</rss>
