Archive for August, 2009

Generate WSE3 client without GUI

By admin - Last updated: Monday, August 24, 2009

Solution 1
When using Visual Studio 2008, the web service proxy generated might not be WSE enabled.
In order to generate WSE enabled proxy class, you can use the command line to do that.
Yes, you can use WCF to communicate with WSE enabled service for sure, but here we are talking WSE3.
Firstly, you need install Web Services [...]

Cruisecontrol.net Could not load file or assembly NetReflector

By admin - Last updated: Tuesday, August 11, 2009

You may encounter this problem when adding in a plugin say ccnet.SvnRevisionLabeller.plugin.dll to ccnet. The cause is that they used different version of NetReflector.dll
The 2 min solution I found is to build your own ccnet.SvnRevisionLabeller.plugin.dll by referencing the existing NetReflector.dll used by CruiseControl.NET
Step 1,
Download the source from svn endpoint http://svnrevisionlabeller.googlecode.com/svn/trunk
Step 2,
Open SvnRevisionLabeller.sln and change the [...]