Thank you for your replies.
For the moment we have commented out the MetaWeblogAPI reference in the web.config (before 'commenting out' handler section attached, which looks OK) and reference to the Blogs module to get it to build.
FYI, we also needed to comment out references to ForumPostApprove in a few places before we got our first successful full build, although I think this is a different issue. Naturally Forms and Blogs will not work now.
We don't have the CookComputing.XmlRpcV2.dll either. Where did you obtain a copy from?
Thanks for your help.
Regards
Martin
<handlers>
<remove name="MetaWeblogAPI"/>
<remove name="UrlRoutingHandler"/>
<add name="MetaWeblogAPI" preCondition="integratedMode" verb="*" path="MetaWeblog.ashx" type="CMS.MetaWeblogProvider.MetaWeblogAPI, CMS.MetaWeblogProvider"/>
<add name="ChartImageHandler" preCondition="integratedMode" verb="*" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add name="UrlRoutingHandler" preCondition="integratedMode" verb="*" path="UrlRouting.axd" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</handlers>