Archive for August, 2009
Generate WSE3 client without GUI
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 [...]
Cruisecontrol.net Could not load file or assembly NetReflector
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, [...]
SHFB task could not be loaded from the assembly(SHFBROOT PATH)
Sandcastle Help File Builder is used for generating the .NET documentations. Today when I try to install it on windows 2003 server, I got error saying it couldn’t load the assembly from file:///c:\SandcastleBuilder.Utils.dll Obviously, the application has got a wrong path to load resources from. After looking into various config files, I realised it uses [...]