<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[PureCM Discussion Board - All Forums]]></title>
		<link>http://www.purecm.com/forum/</link>
		<description><![CDATA[PureCM Discussion Board - http://www.purecm.com/forum]]></description>
		<pubDate>Sun, 05 Feb 2012 02:06:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[CCNet "workspace found in location does not match config file"]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=29</link>
			<pubDate>Wed, 05 Jan 2011 19:51:35 +0200</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=29</guid>
			<description><![CDATA[Wondering if anyone might know whats going on here:<br />
<img src="http://img145.imageshack.us/img145/614/11705840.png" border="0" alt="[Image: 11705840.png&#93;" />]]></description>
			<content:encoded><![CDATA[Wondering if anyone might know whats going on here:<br />
<img src="http://img145.imageshack.us/img145/614/11705840.png" border="0" alt="[Image: 11705840.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Inconsistent Revision Records]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=28</link>
			<pubDate>Mon, 03 Jan 2011 22:26:20 +0200</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=28</guid>
			<description><![CDATA[What is the best way to resolve this error?:<br />
<img src="http://img337.imageshack.us/img337/669/29826272.png" border="0" alt="[Image: 29826272.png&#93;" /><br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[What is the best way to resolve this error?:<br />
<img src="http://img337.imageshack.us/img337/669/29826272.png" border="0" alt="[Image: 29826272.png]" /><br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CruiseControl Integration Part 2]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=24</link>
			<pubDate>Wed, 22 Dec 2010 21:24:42 +0200</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=24</guid>
			<description><![CDATA[Still having some difficulty getting PureCM to integrate with CruiseControl .Net.<br />
<br />
Should i be using a different version of CruiseControl.Net maybe?<br />
<br />
Here is my setup:<br />
Windows Server 2008 R2 Standard 64bit, Xeon proccessor<br />
<br />
Procedure:<br />
1.  Install CruiseControl.NET-1.5.7385.99<br />
2.  Setup config file (see below).<br />
3. Copy files to C:\Program Files (x86)\CruiseControl.NET\server<br />
      PureCM.Client.dll  (from 64bit client install)<br />
      ccnet.PureCMSvr.plugin.dll <br />
4. run the following command:<br />
     C:\Program Files (x86)\CruiseControl.NET\server\CorFlags.exe ccnet.exe /32BIT+<br />
5. Run CruiseControl.NET via shortcut on desktop.<br />
6.  null ref in GetModifications<br />
<br />
Stack Trace:<br />
System.NullReferenceException: Object reference not set to an instance of an object.<br />
   at ccnet.PureCMSvr.plugin.SourceControl.PureCMControl.MapModification(ChangeItem item, Changeset streamChange)<br />
   at ccnet.PureCMSvr.plugin.SourceControl.PureCMControl.GetModifications(IIntegrationResult from, IIntegrationResult to)<br />
   at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)<br />
   at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to)<br />
   at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)<br />
<br />
<br />
<br />
Here is what the CCNet console looks like:<br />
<img src="http://img9.imageshack.us/img9/6914/windowj.png" border="0" alt="[Image: windowj.png&#93;" /><br />
<br />
<br />
Here is my configuration file:<br />
 &lt;cruisecontrol&gt;<br />
  &lt;project&gt;<br />
    &lt;name&gt;Development&lt;/name&gt; <br />
    &lt;triggers&gt; <br />
      &lt;intervalTrigger name="continuous" seconds="5000" initialSeconds="5"/&gt;<br />
    &lt;/triggers&gt;<br />
    &lt;modificationDelaySeconds&gt;2&lt;/modificationDelaySeconds&gt;<br />
    &lt;sourcecontrol type="purecm"&gt;<br />
		&lt;server&gt;SMS-DEV01&lt;/server&gt;<br />
		&lt;port&gt;2010&lt;/port&gt;<br />
		&lt;user&gt;CruiseControl&lt;/user&gt;<br />
		&lt;password&gt;CruiseControl&lt;/password&gt;<br />
		&lt;repository&gt;Succeed&lt;/repository&gt;<br />
		&lt;stream&gt;LossFreeRx.com\Development&lt;/stream&gt;<br />
		&lt;workspace&gt;C:\Users\dana_benson\Succeed\LossFreeRx.com\Development\&lt;/workspace&gt;<br />
    &lt;/sourcecontrol&gt; <br />
    &lt;tasks&gt;<br />
      &lt;msbuild&gt;<br />
        &lt;executable&gt;C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe&lt;/executable&gt;<br />
        &lt;workingDirectory&gt;C:\Users\dana_benson\Succeed\LossFreeRx.com\Development\&lt;/workingDirectory&gt;<br />
        &lt;projectFile&gt;Main.sln&lt;/projectFile&gt;<br />
        &lt;targets&gt;Build&lt;/targets&gt;<br />
        &lt;timeout&gt;15&lt;/timeout&gt;<br />
      &lt;/msbuild&gt;<br />
    &lt;/tasks&gt;<br />
	&lt;publishers&gt;<br />
	      &lt;email mailport="587" includeDetails="TRUE" <br />
           mailhostUsername="SucceedMSCI@gmail.com" mailhostPassword="&lt;password&gt;" useSSL="TRUE" &gt;<br />
		  &lt;from&gt;developers@succeedms.com&lt;/from&gt;<br />
		  &lt;mailhost&gt;smtp.gmail.com&lt;/mailhost&gt;<br />
        &lt;users&gt;<br />
          &lt;user name="DanaBenson" group="buildmaster" address="dana.b@succeedms.com" /&gt;<br />
		  &lt;user name="Developers" group="developers" address="developers@succeedms.com" /&gt;<br />
        &lt;/users&gt;<br />
        &lt;groups&gt;<br />
          &lt;group name="buildmaster" &gt;<br />
			&lt;notifications&gt;<br />
				&lt;notificationType&gt;Always&lt;/notificationType&gt;<br />
			&lt;/notifications&gt;<br />
		  &lt;/group&gt;<br />
        &lt;/groups&gt; <br />
  &lt;subjectSettings&gt;<br />
    &lt;subject buildResult="StillBroken" value="Build is still broken for {CCNetProject}" /&gt;<br />
  &lt;/subjectSettings&gt;		<br />
    &lt;xslFiles&gt;<br />
    &lt;file&gt;xsl\header.xsl&lt;/file&gt;<br />
    &lt;file&gt;xsl\compile.xsl&lt;/file&gt;<br />
    &lt;file&gt;xsl\unittests.xsl&lt;/file&gt;<br />
    &lt;file&gt;xsl\modifications.xsl&lt;/file&gt;<br />
  &lt;/xslFiles&gt;<br />
      &lt;/email&gt;<br />
	&lt;/publishers&gt;<br />
  &lt;/project&gt;<br />
&lt;/cruisecontrol&gt; <br />
<br />
<br />
Any help is appreciated. Thanks. <img src="http://www.purecm.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><hr />
nm I needed to install the client rather than just copying the client dll]]></description>
			<content:encoded><![CDATA[Still having some difficulty getting PureCM to integrate with CruiseControl .Net.<br />
<br />
Should i be using a different version of CruiseControl.Net maybe?<br />
<br />
Here is my setup:<br />
Windows Server 2008 R2 Standard 64bit, Xeon proccessor<br />
<br />
Procedure:<br />
1.  Install CruiseControl.NET-1.5.7385.99<br />
2.  Setup config file (see below).<br />
3. Copy files to C:\Program Files (x86)\CruiseControl.NET\server<br />
      PureCM.Client.dll  (from 64bit client install)<br />
      ccnet.PureCMSvr.plugin.dll <br />
4. run the following command:<br />
     C:\Program Files (x86)\CruiseControl.NET\server\CorFlags.exe ccnet.exe /32BIT+<br />
5. Run CruiseControl.NET via shortcut on desktop.<br />
6.  null ref in GetModifications<br />
<br />
Stack Trace:<br />
System.NullReferenceException: Object reference not set to an instance of an object.<br />
   at ccnet.PureCMSvr.plugin.SourceControl.PureCMControl.MapModification(ChangeItem item, Changeset streamChange)<br />
   at ccnet.PureCMSvr.plugin.SourceControl.PureCMControl.GetModifications(IIntegrationResult from, IIntegrationResult to)<br />
   at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)<br />
   at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to)<br />
   at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)<br />
<br />
<br />
<br />
Here is what the CCNet console looks like:<br />
<img src="http://img9.imageshack.us/img9/6914/windowj.png" border="0" alt="[Image: windowj.png]" /><br />
<br />
<br />
Here is my configuration file:<br />
 &lt;cruisecontrol&gt;<br />
  &lt;project&gt;<br />
    &lt;name&gt;Development&lt;/name&gt; <br />
    &lt;triggers&gt; <br />
      &lt;intervalTrigger name="continuous" seconds="5000" initialSeconds="5"/&gt;<br />
    &lt;/triggers&gt;<br />
    &lt;modificationDelaySeconds&gt;2&lt;/modificationDelaySeconds&gt;<br />
    &lt;sourcecontrol type="purecm"&gt;<br />
		&lt;server&gt;SMS-DEV01&lt;/server&gt;<br />
		&lt;port&gt;2010&lt;/port&gt;<br />
		&lt;user&gt;CruiseControl&lt;/user&gt;<br />
		&lt;password&gt;CruiseControl&lt;/password&gt;<br />
		&lt;repository&gt;Succeed&lt;/repository&gt;<br />
		&lt;stream&gt;LossFreeRx.com\Development&lt;/stream&gt;<br />
		&lt;workspace&gt;C:\Users\dana_benson\Succeed\LossFreeRx.com\Development\&lt;/workspace&gt;<br />
    &lt;/sourcecontrol&gt; <br />
    &lt;tasks&gt;<br />
      &lt;msbuild&gt;<br />
        &lt;executable&gt;C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe&lt;/executable&gt;<br />
        &lt;workingDirectory&gt;C:\Users\dana_benson\Succeed\LossFreeRx.com\Development\&lt;/workingDirectory&gt;<br />
        &lt;projectFile&gt;Main.sln&lt;/projectFile&gt;<br />
        &lt;targets&gt;Build&lt;/targets&gt;<br />
        &lt;timeout&gt;15&lt;/timeout&gt;<br />
      &lt;/msbuild&gt;<br />
    &lt;/tasks&gt;<br />
	&lt;publishers&gt;<br />
	      &lt;email mailport="587" includeDetails="TRUE" <br />
           mailhostUsername="SucceedMSCI@gmail.com" mailhostPassword="&lt;password&gt;" useSSL="TRUE" &gt;<br />
		  &lt;from&gt;developers@succeedms.com&lt;/from&gt;<br />
		  &lt;mailhost&gt;smtp.gmail.com&lt;/mailhost&gt;<br />
        &lt;users&gt;<br />
          &lt;user name="DanaBenson" group="buildmaster" address="dana.b@succeedms.com" /&gt;<br />
		  &lt;user name="Developers" group="developers" address="developers@succeedms.com" /&gt;<br />
        &lt;/users&gt;<br />
        &lt;groups&gt;<br />
          &lt;group name="buildmaster" &gt;<br />
			&lt;notifications&gt;<br />
				&lt;notificationType&gt;Always&lt;/notificationType&gt;<br />
			&lt;/notifications&gt;<br />
		  &lt;/group&gt;<br />
        &lt;/groups&gt; <br />
  &lt;subjectSettings&gt;<br />
    &lt;subject buildResult="StillBroken" value="Build is still broken for {CCNetProject}" /&gt;<br />
  &lt;/subjectSettings&gt;		<br />
    &lt;xslFiles&gt;<br />
    &lt;file&gt;xsl\header.xsl&lt;/file&gt;<br />
    &lt;file&gt;xsl\compile.xsl&lt;/file&gt;<br />
    &lt;file&gt;xsl\unittests.xsl&lt;/file&gt;<br />
    &lt;file&gt;xsl\modifications.xsl&lt;/file&gt;<br />
  &lt;/xslFiles&gt;<br />
      &lt;/email&gt;<br />
	&lt;/publishers&gt;<br />
  &lt;/project&gt;<br />
&lt;/cruisecontrol&gt; <br />
<br />
<br />
Any help is appreciated. Thanks. <img src="http://www.purecm.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><hr />
nm I needed to install the client rather than just copying the client dll]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Create Workspace Crash]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=16</link>
			<pubDate>Tue, 28 Sep 2010 21:24:18 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=16</guid>
			<description><![CDATA[Whenever I try to create a workspace for a particular stream the following screen is shown, and then PureCM eventually crashses.<br />
In the process of creating the workspace no files are created in the target directory.<br />
Other streams work fine.<br />
<img src="http://img820.imageshack.us/img820/1646/crash.png" border="0" alt="[Image: crash.png&#93;" /><br />
Thanks.]]></description>
			<content:encoded><![CDATA[Whenever I try to create a workspace for a particular stream the following screen is shown, and then PureCM eventually crashses.<br />
In the process of creating the workspace no files are created in the target directory.<br />
Other streams work fine.<br />
<img src="http://img820.imageshack.us/img820/1646/crash.png" border="0" alt="[Image: crash.png]" /><br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PureCM 2010-1f released]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=15</link>
			<pubDate>Mon, 27 Sep 2010 11:52:06 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=15</guid>
			<description><![CDATA[PureCM has released the 2010-1f bug fix release, which is relevant for users wanting to import their data into SQL Server. <a href="http://www.purecm.com/downloads.php" target="_blank">Download is available from the PureCM website.</a><br />
<br />
PureCM has added support for SQL Server as its database backend with the 2010-1 release, offering a migration path for PureCM users that have worked either with the native and proprietary database (default up to PureCM 2009-2) or the new default database SQLite (PureCM 2009-2 and onwards).<br />
<br />
This fix is required when migrating from the proprietary database or SQLite to SQL Server. <a href="http://support.purecm.com/index.php?pg=kb.chapter&amp;id=17" target="_blank">You can find details about how to migrate your database in the PureCM Knowledge Base</a>.]]></description>
			<content:encoded><![CDATA[PureCM has released the 2010-1f bug fix release, which is relevant for users wanting to import their data into SQL Server. <a href="http://www.purecm.com/downloads.php" target="_blank">Download is available from the PureCM website.</a><br />
<br />
PureCM has added support for SQL Server as its database backend with the 2010-1 release, offering a migration path for PureCM users that have worked either with the native and proprietary database (default up to PureCM 2009-2) or the new default database SQLite (PureCM 2009-2 and onwards).<br />
<br />
This fix is required when migrating from the proprietary database or SQLite to SQL Server. <a href="http://support.purecm.com/index.php?pg=kb.chapter&amp;id=17" target="_blank">You can find details about how to migrate your database in the PureCM Knowledge Base</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Connection Refused  after clearing database and re-installing PureCM]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=14</link>
			<pubDate>Fri, 24 Sep 2010 13:15:53 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=14</guid>
			<description><![CDATA[Hi,<br />
I have been using PureCM, in single user mode, with some test programs in Visual Studio 2010 Professional to test MY skills at PureCM.<br />
When I thought I had mastered some of the basics I decided to remove all existing data and start again with a clean machine.<br />
Since then I cannot get PureCM to work!<br />
<br />
Not even after removing PureCM and re-installing it (purecm-win32-10-1f) as follows:<br />
======================= start<br />
THE SERVER SETUP<br />
tick   (I accept ....)<br />
Install<br />
next<br />
C:\Program Files\PureCM\Server\<br />
D:\My Source\<br />
next<br />
Use the LocalService account<br />
next<br />
THE PASSWORD<br />
next<br />
SQLite<br />
next<br />
Install<br />
Finish (Server setup)<br />
<br />
THE CLIENT SETUP<br />
next<br />
C:\Program Files\PureCM\Client\<br />
next<br />
Custom (but don't change anything)<br />
next<br />
next<br />
tick (Use PureCM within Visual Studio and SCC))<br />
next<br />
tick (Run PureCM Client after installation)<br />
Install<br />
Finish (Client Setup)<br />
<br />
&lt;PureCM Client Warning&gt;<br />
Connection Refused. The identity of the server does not match the local identity. If you are trying to connect to a new server then create a new server registration.<br />
<br />
&lt;PureCM Client Warning&gt;           (for a second time)<br />
Connection Refused. The identity of the server does not match the local identity. If you are trying to connect to a new server then create a new server registration.<br />
<br />
Failed to connect to 'laptop' (Y:YxYYYY)<br />
======================= end<br />
<br />
Registering a server manually gives similar results<br />
<br />
Is there something that I haven't reset, so that the environment is not in a consistent state?<br />
The installation does populate the empty directory D:\My Source\ with the four directories: data, logs, snapshots and templates.<br />
I have SQL Server Management Studio but have only been accessing data that I set up when I was using SQL Express, so I don't have the knowledge to check on anything in the PureCM database.<br />
<br />
Also, a currently less urgent issue, when I go into VS2010 after the latest PureCM installation (purecm-win32-10-1f), the Current source control plug-in is: 'PureCM Source Control Provider'.   'PureCM' is available but is not initially selected.<br />
If I select 'PureCM' it reverts to 'PureCM Source Control Provider'.<br />
I haven't spent much time on this as I have been looking into the first problem.<br />
Is this the same problem that I reported earlier in another thread under 'General Discussion'?  If so, why have both entries?]]></description>
			<content:encoded><![CDATA[Hi,<br />
I have been using PureCM, in single user mode, with some test programs in Visual Studio 2010 Professional to test MY skills at PureCM.<br />
When I thought I had mastered some of the basics I decided to remove all existing data and start again with a clean machine.<br />
Since then I cannot get PureCM to work!<br />
<br />
Not even after removing PureCM and re-installing it (purecm-win32-10-1f) as follows:<br />
======================= start<br />
THE SERVER SETUP<br />
tick   (I accept ....)<br />
Install<br />
next<br />
C:\Program Files\PureCM\Server\<br />
D:\My Source\<br />
next<br />
Use the LocalService account<br />
next<br />
THE PASSWORD<br />
next<br />
SQLite<br />
next<br />
Install<br />
Finish (Server setup)<br />
<br />
THE CLIENT SETUP<br />
next<br />
C:\Program Files\PureCM\Client\<br />
next<br />
Custom (but don't change anything)<br />
next<br />
next<br />
tick (Use PureCM within Visual Studio and SCC))<br />
next<br />
tick (Run PureCM Client after installation)<br />
Install<br />
Finish (Client Setup)<br />
<br />
&lt;PureCM Client Warning&gt;<br />
Connection Refused. The identity of the server does not match the local identity. If you are trying to connect to a new server then create a new server registration.<br />
<br />
&lt;PureCM Client Warning&gt;           (for a second time)<br />
Connection Refused. The identity of the server does not match the local identity. If you are trying to connect to a new server then create a new server registration.<br />
<br />
Failed to connect to 'laptop' (Y:YxYYYY)<br />
======================= end<br />
<br />
Registering a server manually gives similar results<br />
<br />
Is there something that I haven't reset, so that the environment is not in a consistent state?<br />
The installation does populate the empty directory D:\My Source\ with the four directories: data, logs, snapshots and templates.<br />
I have SQL Server Management Studio but have only been accessing data that I set up when I was using SQL Express, so I don't have the knowledge to check on anything in the PureCM database.<br />
<br />
Also, a currently less urgent issue, when I go into VS2010 after the latest PureCM installation (purecm-win32-10-1f), the Current source control plug-in is: 'PureCM Source Control Provider'.   'PureCM' is available but is not initially selected.<br />
If I select 'PureCM' it reverts to 'PureCM Source Control Provider'.<br />
I haven't spent much time on this as I have been looking into the first problem.<br />
Is this the same problem that I reported earlier in another thread under 'General Discussion'?  If so, why have both entries?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CruiseControl Integration]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=13</link>
			<pubDate>Wed, 22 Sep 2010 18:58:11 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=13</guid>
			<description><![CDATA[I am trying to get CruiseControl to work with purecm, however I am experiencing the following error:<br />
<br />
2010-09-22 08:38:47,542 [Dev&#93; WARN  CruiseControl.NET [(null)&#93; - Source control failure (GetModifications): An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)<br />
<br />
Here is my configuration file:<br />
 &lt;cruisecontrol&gt;<br />
  &lt;project&gt;<br />
    &lt;name&gt;Dev&lt;/name&gt; <br />
    &lt;webURL&gt;http://localhost/Dev/&lt;/webURL&gt;<br />
    &lt;triggers&gt; <br />
      &lt;intervalTrigger name="continuous" seconds="30" initialSeconds="30"/&gt;<br />
    &lt;/triggers&gt;<br />
    &lt;modificationDelaySeconds&gt;2&lt;/modificationDelaySeconds&gt;<br />
    &lt;sourcecontrol type="purecm"&gt;<br />
		&lt;server&gt;localhost&lt;/server&gt;<br />
		&lt;port&gt;2010&lt;/port&gt;<br />
		&lt;user&gt;CruiseControl&lt;/user&gt;<br />
		&lt;password&gt;CruiseControl&lt;/password&gt;<br />
		&lt;repository&gt;LossFreeRx.com&lt;/repository&gt;<br />
		&lt;stream&gt;Dev&lt;/stream&gt;<br />
		&lt;workspace&gt;C:\wwwroot\inetpub\Dev\&lt;/workspace&gt;<br />
    &lt;/sourcecontrol&gt; <br />
    &lt;tasks&gt;<br />
      &lt;msbuild&gt;<br />
        &lt;executable&gt;C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe&lt;/executable&gt;<br />
        &lt;workingDirectory&gt;C:\inetpub\wwwroot\Dev\&lt;/workingDirectory&gt;<br />
        &lt;projectFile&gt;Main.sln&lt;/projectFile&gt;<br />
        &lt;targets&gt;Build&lt;/targets&gt;<br />
        &lt;timeout&gt;15&lt;/timeout&gt;<br />
      &lt;/msbuild&gt;<br />
      &lt;email from="unmonitored@rmmail.info" mailhost="localhost" mailport="25" includeDetails="TRUE" <br />
           mailhostUsername="username" mailhostPassword="password" useSSL="FALSE" &gt;<br />
        &lt;users&gt;<br />
          &lt;user name="Developers" group="buildmaster" address="developers@succeedms.com" /&gt;<br />
        &lt;/users&gt;<br />
        &lt;groups&gt;<br />
          &lt;group name="buildmaster" /&gt;<br />
        &lt;/groups&gt;    <br />
      &lt;/email&gt;<br />
    &lt;/tasks&gt;<br />
  &lt;/project&gt;<br />
&lt;/cruisecontrol&gt; <br />
<br />
I have put the following dlls into C:\Program Files (x86)\CruiseControl.NET\server:<br />
ccnet.PureCMSvr.plugin.dll<br />
PureCM.Client.dll<br />
I have created a readonly purecm CruiseControl user.<br />
<br />
Here is a screenshot of the CruiseControl console:<br />
<img src="http://img38.imageshack.us/img38/845/consolel.png" border="0" alt="[Image: consolel.png&#93;" /><br />
<br />
Thanks for your help <img src="http://www.purecm.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><hr />
Also, this is what the CC web interface looks like after trying to force:<br />
<img src="http://img40.imageshack.us/img40/6564/webinterface.png" border="0" alt="[Image: webinterface.png&#93;" />]]></description>
			<content:encoded><![CDATA[I am trying to get CruiseControl to work with purecm, however I am experiencing the following error:<br />
<br />
2010-09-22 08:38:47,542 [Dev] WARN  CruiseControl.NET [(null)] - Source control failure (GetModifications): An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)<br />
<br />
Here is my configuration file:<br />
 &lt;cruisecontrol&gt;<br />
  &lt;project&gt;<br />
    &lt;name&gt;Dev&lt;/name&gt; <br />
    &lt;webURL&gt;http://localhost/Dev/&lt;/webURL&gt;<br />
    &lt;triggers&gt; <br />
      &lt;intervalTrigger name="continuous" seconds="30" initialSeconds="30"/&gt;<br />
    &lt;/triggers&gt;<br />
    &lt;modificationDelaySeconds&gt;2&lt;/modificationDelaySeconds&gt;<br />
    &lt;sourcecontrol type="purecm"&gt;<br />
		&lt;server&gt;localhost&lt;/server&gt;<br />
		&lt;port&gt;2010&lt;/port&gt;<br />
		&lt;user&gt;CruiseControl&lt;/user&gt;<br />
		&lt;password&gt;CruiseControl&lt;/password&gt;<br />
		&lt;repository&gt;LossFreeRx.com&lt;/repository&gt;<br />
		&lt;stream&gt;Dev&lt;/stream&gt;<br />
		&lt;workspace&gt;C:\wwwroot\inetpub\Dev\&lt;/workspace&gt;<br />
    &lt;/sourcecontrol&gt; <br />
    &lt;tasks&gt;<br />
      &lt;msbuild&gt;<br />
        &lt;executable&gt;C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe&lt;/executable&gt;<br />
        &lt;workingDirectory&gt;C:\inetpub\wwwroot\Dev\&lt;/workingDirectory&gt;<br />
        &lt;projectFile&gt;Main.sln&lt;/projectFile&gt;<br />
        &lt;targets&gt;Build&lt;/targets&gt;<br />
        &lt;timeout&gt;15&lt;/timeout&gt;<br />
      &lt;/msbuild&gt;<br />
      &lt;email from="unmonitored@rmmail.info" mailhost="localhost" mailport="25" includeDetails="TRUE" <br />
           mailhostUsername="username" mailhostPassword="password" useSSL="FALSE" &gt;<br />
        &lt;users&gt;<br />
          &lt;user name="Developers" group="buildmaster" address="developers@succeedms.com" /&gt;<br />
        &lt;/users&gt;<br />
        &lt;groups&gt;<br />
          &lt;group name="buildmaster" /&gt;<br />
        &lt;/groups&gt;    <br />
      &lt;/email&gt;<br />
    &lt;/tasks&gt;<br />
  &lt;/project&gt;<br />
&lt;/cruisecontrol&gt; <br />
<br />
I have put the following dlls into C:\Program Files (x86)\CruiseControl.NET\server:<br />
ccnet.PureCMSvr.plugin.dll<br />
PureCM.Client.dll<br />
I have created a readonly purecm CruiseControl user.<br />
<br />
Here is a screenshot of the CruiseControl console:<br />
<img src="http://img38.imageshack.us/img38/845/consolel.png" border="0" alt="[Image: consolel.png]" /><br />
<br />
Thanks for your help <img src="http://www.purecm.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><hr />
Also, this is what the CC web interface looks like after trying to force:<br />
<img src="http://img40.imageshack.us/img40/6564/webinterface.png" border="0" alt="[Image: webinterface.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PureCM 2010-1e released]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=12</link>
			<pubDate>Mon, 06 Sep 2010 11:39:17 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=12</guid>
			<description><![CDATA[We're happy to announce that the minor <a href="http://www.purecm.com/downloads.php" target="_blank">2010-1e release is now available for download</a> from the PureCM website.<br />
<br />
This release will please developers merging on a regular basis, as it includes some substantial enhancements to the merge/resolve tool. Besides giving the possibility to pick either 'left and right' or 'left or right', the tool now also supports line-by-line and multiselect copy/paste.<br />
<br />
Further changes includes bug fixes related to working with merge rules or the Visual Studio plugin. <a href="http://www.purecm.com/view_html_file.php?type=pro_release_notes&amp;download_id=36" target="_blank">Click here to read the release notes</a>.]]></description>
			<content:encoded><![CDATA[We're happy to announce that the minor <a href="http://www.purecm.com/downloads.php" target="_blank">2010-1e release is now available for download</a> from the PureCM website.<br />
<br />
This release will please developers merging on a regular basis, as it includes some substantial enhancements to the merge/resolve tool. Besides giving the possibility to pick either 'left and right' or 'left or right', the tool now also supports line-by-line and multiselect copy/paste.<br />
<br />
Further changes includes bug fixes related to working with merge rules or the Visual Studio plugin. <a href="http://www.purecm.com/view_html_file.php?type=pro_release_notes&amp;download_id=36" target="_blank">Click here to read the release notes</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PureCM 10-1e with Visual Studio 2010]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=11</link>
			<pubDate>Thu, 02 Sep 2010 23:37:21 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=11</guid>
			<description><![CDATA[Hi!<br />
<br />
Glad to be the first one posting in this board! <img src="http://www.purecm.com/forum/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
Firstly, I have to commend you on a fantastic product... being a MS-based dev, and having to have had to endure VSS for so long, PureCM is like a breaking dawn after a long and very, very dark night.<br />
<br />
Also, the 2-user grace is amazing for us as a start-up!!<br />
<br />
However, we're experiencing a slight problem after having upgraded to 10-1e... We are using Visual Studio 2010 on Windows 7 (64 bit) machines.<br />
<br />
The first time after install, once a source-controlled project is opened in VS, what seems like a blank frame is opened as a separate window for VS in the Windows taskbar.  This window can not be closed, and doesn't seem to be a separate process in the Task Manager.<br />
<br />
There is also an error window pops up with 3 identical error messages:<br />
<span style="font-style: italic;">Can't create window of class wxWindowClassNR (error 1407: cannot find window class.)</span><br />
<br />
Then, once Visual Studio is closed - whether there was any interaction with files or the server or not - VS crashes.<br />
<br />
HOWEVER, un-installing and re-installing resolves the issue!<br />
<br />
Thanks again for a fantastic tool...<br />
<br />
Regards,<br />
Reinhardt]]></description>
			<content:encoded><![CDATA[Hi!<br />
<br />
Glad to be the first one posting in this board! <img src="http://www.purecm.com/forum/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
Firstly, I have to commend you on a fantastic product... being a MS-based dev, and having to have had to endure VSS for so long, PureCM is like a breaking dawn after a long and very, very dark night.<br />
<br />
Also, the 2-user grace is amazing for us as a start-up!!<br />
<br />
However, we're experiencing a slight problem after having upgraded to 10-1e... We are using Visual Studio 2010 on Windows 7 (64 bit) machines.<br />
<br />
The first time after install, once a source-controlled project is opened in VS, what seems like a blank frame is opened as a separate window for VS in the Windows taskbar.  This window can not be closed, and doesn't seem to be a separate process in the Task Manager.<br />
<br />
There is also an error window pops up with 3 identical error messages:<br />
<span style="font-style: italic;">Can't create window of class wxWindowClassNR (error 1407: cannot find window class.)</span><br />
<br />
Then, once Visual Studio is closed - whether there was any interaction with files or the server or not - VS crashes.<br />
<br />
HOWEVER, un-installing and re-installing resolves the issue!<br />
<br />
Thanks again for a fantastic tool...<br />
<br />
Regards,<br />
Reinhardt]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Which database should I choose?]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=10</link>
			<pubDate>Mon, 23 Aug 2010 17:43:11 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=10</guid>
			<description><![CDATA[We've had quite a number of requests about pros and cons of the available database backends since adding support for SQL Server.<br />
<br />
As you'd expect, the answer is 'it depends'. <img src="http://www.purecm.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />  If you're looking for minimal setup and administration, SQLite is your choice. Why? Because it's embedded into PureCM, so we can automate the setup as part of the installation process.<br />
<br />
If you're looking for maximum scalability (we're talking dozens of concurrent connections and repository sizes of 20GB+ here), or the best way to reuse existing DB specialists and tools, SQL Server is your favourite.<br />
<br />
You might want to have a look at our knowledge base article, which also links to various articles related to that topic: <a href="http://support.purecm.com/index.php?pg=kb.chapter&amp;id=17" target="_blank">http://support.purecm.com/index.php?pg=kb.chapter&#x26;id=17</a>]]></description>
			<content:encoded><![CDATA[We've had quite a number of requests about pros and cons of the available database backends since adding support for SQL Server.<br />
<br />
As you'd expect, the answer is 'it depends'. <img src="http://www.purecm.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />  If you're looking for minimal setup and administration, SQLite is your choice. Why? Because it's embedded into PureCM, so we can automate the setup as part of the installation process.<br />
<br />
If you're looking for maximum scalability (we're talking dozens of concurrent connections and repository sizes of 20GB+ here), or the best way to reuse existing DB specialists and tools, SQL Server is your favourite.<br />
<br />
You might want to have a look at our knowledge base article, which also links to various articles related to that topic: <a href="http://support.purecm.com/index.php?pg=kb.chapter&amp;id=17" target="_blank">http://support.purecm.com/index.php?pg=kb.chapter&id=17</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PureCM best practices blog series]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=9</link>
			<pubDate>Thu, 12 Aug 2010 12:54:01 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=9</guid>
			<description><![CDATA[You might be interested to learn that we've recently published an initial blog series to accompany our 2010-1 release, covering many "how to's" regarding the new merge automation and project organisation features.<br />
<br />
<a href="http://blog.purecm.com/archive.aspx#Best-practices" target="_blank">Click here to visit the blog &gt;&gt;</a><br />
<br />
Of course, feel free to gives us feedback on the series or additional topics you'd like to learn more about.]]></description>
			<content:encoded><![CDATA[You might be interested to learn that we've recently published an initial blog series to accompany our 2010-1 release, covering many "how to's" regarding the new merge automation and project organisation features.<br />
<br />
<a href="http://blog.purecm.com/archive.aspx#Best-practices" target="_blank">Click here to visit the blog &gt;&gt;</a><br />
<br />
Of course, feel free to gives us feedback on the series or additional topics you'd like to learn more about.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New release - new discussion board topics!]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=8</link>
			<pubDate>Thu, 12 Aug 2010 12:22:46 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=8</guid>
			<description><![CDATA[Shortly after launching our <a href="http://www.purecm.com/whatsnew.php?v=pro" target="_blank">latest 2010-1 release</a> (2010-1d, to be precise), we're expanding our discussion board to make it easier to post questions and comments.<br />
<br />
This is also driven by the new features available since PureCM 2010-1 has gone live; including automated feature branching, support for SQLite and SQL Server or reporting.<br />
<br />
Of course, we'd love to hear about pros and cons, feature requests or bugs; but we feel that this discussion board could - and should - also become a place where best practices or ideas about how optimise change and configuration management get exchanged.<br />
<br />
The stage is yours! <img src="http://www.purecm.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Shortly after launching our <a href="http://www.purecm.com/whatsnew.php?v=pro" target="_blank">latest 2010-1 release</a> (2010-1d, to be precise), we're expanding our discussion board to make it easier to post questions and comments.<br />
<br />
This is also driven by the new features available since PureCM 2010-1 has gone live; including automated feature branching, support for SQLite and SQL Server or reporting.<br />
<br />
Of course, we'd love to hear about pros and cons, feature requests or bugs; but we feel that this discussion board could - and should - also become a place where best practices or ideas about how optimise change and configuration management get exchanged.<br />
<br />
The stage is yours! <img src="http://www.purecm.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Visual Studio plug-in: PureCM Source Control Provider]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=7</link>
			<pubDate>Wed, 11 Aug 2010 21:00:10 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=7</guid>
			<description><![CDATA[Hi,<br />
I have just installed PureCM to control my VS2010 code.<br />
<br />
Entering Visual Studio 2010 Professional, using pull down: Tools | Options<br />
 then selected: Source Control<br />
<br />
I can see:  Current source control plug-in: PureCM Source Control Provider <br />
<br />
Having read several of your documents, I was expecting<br />
		                                             PureCM Enhanced (Recomended)<br />
Is these the same?<br />
<br />
If not, please explain a little.]]></description>
			<content:encoded><![CDATA[Hi,<br />
I have just installed PureCM to control my VS2010 code.<br />
<br />
Entering Visual Studio 2010 Professional, using pull down: Tools | Options<br />
 then selected: Source Control<br />
<br />
I can see:  Current source control plug-in: PureCM Source Control Provider <br />
<br />
Having read several of your documents, I was expecting<br />
		                                             PureCM Enhanced (Recomended)<br />
Is these the same?<br />
<br />
If not, please explain a little.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issue tracking customization should be easier]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=6</link>
			<pubDate>Fri, 02 Apr 2010 20:55:44 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=6</guid>
			<description><![CDATA[Make it simpler to add new fields that aren't on the field list. As it is, I have to add the field and then go to the form editor to actually put it on the form.<br />
<br />
The Issue Tracker customization is a pain. A drag and drop interface on the forms would be very nice.]]></description>
			<content:encoded><![CDATA[Make it simpler to add new fields that aren't on the field list. As it is, I have to add the field and then go to the form editor to actually put it on the form.<br />
<br />
The Issue Tracker customization is a pain. A drag and drop interface on the forms would be very nice.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fields and dialog boxes should respond to keyboard input]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=5</link>
			<pubDate>Fri, 02 Apr 2010 20:41:02 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=5</guid>
			<description><![CDATA[Make Fields, etc respond to keyboard input. By that, I mean let's say I click on a field called Component Version and I want to delete it from the Issue Admin. I have to right click and select delete. It would be much more usable if I could simply press Delete. It does confirm after all so that's good.<br />
<br />
Pressing ESC to close dialog boxes and popup windows would be a huge improvement.]]></description>
			<content:encoded><![CDATA[Make Fields, etc respond to keyboard input. By that, I mean let's say I click on a field called Component Version and I want to delete it from the Issue Admin. I have to right click and select delete. It would be much more usable if I could simply press Delete. It does confirm after all so that's good.<br />
<br />
Pressing ESC to close dialog boxes and popup windows would be a huge improvement.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bug in VS Integration]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=4</link>
			<pubDate>Fri, 02 Apr 2010 18:58:14 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=4</guid>
			<description><![CDATA[There's a bug in the VS integration (and arguably in the client too). If you have a file checked out but didn't make changes to it and try to check it in, VS doesn't tell you anything - it just goes right back to the Submit screen. The client reports an error but it should probably simply remove the checkout silently.]]></description>
			<content:encoded><![CDATA[There's a bug in the VS integration (and arguably in the client too). If you have a file checked out but didn't make changes to it and try to check it in, VS doesn't tell you anything - it just goes right back to the Submit screen. The client reports an error but it should probably simply remove the checkout silently.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Share your thoughts!]]></title>
			<link>http://www.purecm.com/forum/showthread.php?tid=3</link>
			<pubDate>Thu, 01 Apr 2010 18:40:28 +0300</pubDate>
			<guid isPermaLink="false">http://www.purecm.com/forum/showthread.php?tid=3</guid>
			<description><![CDATA[Welcome to the PureCM wishlist! <br />
<br />
We've had a good number of feature requests sent through to support. This is great as it gives us a better idea of what you'd like to be improved as a priority. However, it makes it difficult for other users to know whether a specific feature has already been raised.<br />
<br />
This is what this forum is for. Sharing your ideas and supporting or discussiong those of your peers.<br />
<br />
<span style="font-weight: bold;">Feel free to mention any feature request or feedback to PureCM, please just try to let us know which PureCM release you're using. </span><br />
<br />
We look forward to joining the discussion from a PureCM point of view - so let's get started!]]></description>
			<content:encoded><![CDATA[Welcome to the PureCM wishlist! <br />
<br />
We've had a good number of feature requests sent through to support. This is great as it gives us a better idea of what you'd like to be improved as a priority. However, it makes it difficult for other users to know whether a specific feature has already been raised.<br />
<br />
This is what this forum is for. Sharing your ideas and supporting or discussiong those of your peers.<br />
<br />
<span style="font-weight: bold;">Feel free to mention any feature request or feedback to PureCM, please just try to let us know which PureCM release you're using. </span><br />
<br />
We look forward to joining the discussion from a PureCM point of view - so let's get started!]]></content:encoded>
		</item>
	</channel>
</rss>
