<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>2K5 Technologies</title><link>http://blogs.clearscreen.com/ragc/category/150.aspx</link><description>Includes Visual Studio 2005 and Sql Server 2005</description><managingEditor>Raúl Alarcón García-Cuevas</managingEditor><dc:language>es-ES</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Raúl Alarcón García-Cuevas</dc:creator><title>The BizTalk return</title><link>http://blogs.clearscreen.com/ragc/archive/2006/02/01/2731.aspx</link><pubDate>Wed, 01 Feb 2006 17:09:00 GMT</pubDate><guid>http://blogs.clearscreen.com/ragc/archive/2006/02/01/2731.aspx</guid><wfw:comment>http://blogs.clearscreen.com/ragc/comments/2731.aspx</wfw:comment><comments>http://blogs.clearscreen.com/ragc/archive/2006/02/01/2731.aspx#Feedback</comments><slash:comments>14</slash:comments><wfw:commentRss>http://blogs.clearscreen.com/ragc/comments/commentRss/2731.aspx</wfw:commentRss><trackback:ping>http://blogs.clearscreen.com/ragc/services/trackbacks/2731.aspx</trackback:ping><description>&lt;p&gt;It's been a long time since my last post. I have been very busy with my current project, but I come back with the intention of write every week, at least! This will be my purpose for this year (it could be late to this purpose?!).&lt;/p&gt;
&lt;p&gt;Well, my intention now is to be a referent about BizTalk... this product is emerging and every day is most present at the enterprise development. BizTalk is a very, very complex and wide product, and it's really engaged with Visual Studio 2005 development, I hope that my knowledge in this field of development will help the people involved in projects with these technologies.&lt;/p&gt;
&lt;p&gt;To start with my new "blog-target", the next 8th of February I will have the pleasure of present all the new features in BizTalk 2006 to the spanish staff. The presentation is through WebCast technology at Microsoft Web ;-): &lt;u&gt;&lt;font color="#800080"&gt;&lt;a href="http://www.microsoft.com/spain/technet/jornadas/webcasts/060208_info.mspx"&gt;http://www.microsoft.com/spain/technet/jornadas/webcasts/060208_info.mspx&lt;/a&gt;&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;font color="#800080"&gt;Regards&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;&lt;img src ="http://blogs.clearscreen.com/ragc/aggbug/2731.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p>It's been a long time since my last post. I have been very busy with my current project, but I come back with the intention of write every week, at least! This will be my purpose for this year (it could be late to this purpose?!).</p>
<p>Well, my intention now is to be a referent about BizTalk... this product is emerging and every day is most present at the enterprise development. BizTalk is a very, very complex and wide product, and it's really engaged with Visual Studio 2005 development, I hope that my knowledge in this field of development will help the people involved in projects with these technologies.</p>
<p>To start with my new "blog-target", the next 8th of February I will have the pleasure of present all the new features in BizTalk 2006 to the spanish staff. The presentation is through WebCast technology at Microsoft Web ;-): <u><font color="#800080"><a href="http://www.microsoft.com/spain/technet/jornadas/webcasts/060208_info.mspx">http://www.microsoft.com/spain/technet/jornadas/webcasts/060208_info.mspx</a></font></u></p>
<p><u><font color="#800080">Regards</font></u></p><img src ="http://blogs.clearscreen.com/ragc/aggbug/2731.aspx" width = "1" height = "1" /></body></item><item><dc:creator>Raúl Alarcón García-Cuevas</dc:creator><title>Visual Studio 2005, Error using MSBuild and the SourceSafe.Get Task</title><link>http://blogs.clearscreen.com/ragc/archive/2005/08/30/2396.aspx</link><pubDate>Tue, 30 Aug 2005 12:46:00 GMT</pubDate><guid>http://blogs.clearscreen.com/ragc/archive/2005/08/30/2396.aspx</guid><wfw:comment>http://blogs.clearscreen.com/ragc/comments/2396.aspx</wfw:comment><comments>http://blogs.clearscreen.com/ragc/archive/2005/08/30/2396.aspx#Feedback</comments><slash:comments>20</slash:comments><wfw:commentRss>http://blogs.clearscreen.com/ragc/comments/commentRss/2396.aspx</wfw:commentRss><trackback:ping>http://blogs.clearscreen.com/ragc/services/trackbacks/2396.aspx</trackback:ping><description>&lt;p&gt;&lt;span&gt;I'm trying to get the latest version of my project through msbuild project. I have defined a SourceSafe.Get task (from Microsoft.Sdc.Tasks project) to do that. When I try to execute the task I get the following error: "Unable to find the Visual SourceSafe  registry key"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can't find any information about this issue... &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is the task in the .proj file:&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;span&gt;
&lt;p&gt; &amp;lt;Target Name="Latest"&amp;gt;&lt;br /&gt;  &amp;lt;SourceSafe.Get&lt;br /&gt;   UserName="raul" &lt;br /&gt;   Password="" &lt;br /&gt;   Database="&amp;amp;quot;\\amon\dfs\VSS ilitia&amp;amp;quot;"&lt;br /&gt;   Project="$\Proyectos\PeopleTracker"&lt;br /&gt;   WorkingDirectory=".\" &amp;gt;&lt;br /&gt;  &amp;lt;/SourceSafe.Get&amp;gt;&lt;br /&gt; &amp;lt;/Target&amp;gt;&lt;br /&gt;&lt;br /&gt;Following, the complete output:&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : A task error has occured.&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : Message                         = Unable to find the Visual SourceSafe  registry key.&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : Project                         = $\Proyectos\MyProject&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : Database                        = "vss ilitia"&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : Username                        = raul&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : Password                        = &lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : Label                           = &lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : GetParameter                    = &lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : WorkingDirectory                = .\&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumber                   = &lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumberConfigFileLocation = &lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumberConfigVSSLocation  = &lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error : OnlyIncrementRevision           = False&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error :&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error :    at Microsoft.Sdc.Tasks.SourceSafe.Get.VSSGet(ShellExecute shellExecute, String project, String label, String getParameter, String workingDirecto&lt;br /&gt;ry)&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error :    at Microsoft.Sdc.Tasks.SourceSafe.Get.InternalExecute()&lt;br /&gt;C:\Proyectos\MyProject\build.proj(30,3): error :    at Microsoft.Sdc.Tasks.TaskBase.Execute()&lt;br /&gt;    0 Warning(s)&lt;br /&gt;    1 Error(s) &lt;/p&gt;
&lt;p&gt;I have posted this issue in the Visual Studio MSBuild Forum, at &lt;a href="http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=80162#80162"&gt;http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=80162#80162&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;img src ="http://blogs.clearscreen.com/ragc/aggbug/2396.aspx" width = "1" height = "1" /&gt;</description><body xmlns="http://www.w3.org/1999/xhtml"><p><span>I'm trying to get the latest version of my project through msbuild project. I have defined a SourceSafe.Get task (from Microsoft.Sdc.Tasks project) to do that. When I try to execute the task I get the following error: "Unable to find the Visual SourceSafe  registry key"</span></p>
<p><span>I can't find any information about this issue... </span></p>
<p><span>This is the task in the .proj file:</span><span><br /></span></p><span>
<p> &lt;Target Name="Latest"&gt;<br />  &lt;SourceSafe.Get<br />   UserName="raul" <br />   Password="" <br />   Database="&amp;quot;\\amon\dfs\VSS ilitia&amp;quot;"<br />   Project="$\Proyectos\PeopleTracker"<br />   WorkingDirectory=".\" &gt;<br />  &lt;/SourceSafe.Get&gt;<br /> &lt;/Target&gt;<br /><br />Following, the complete output:<br />C:\Proyectos\MyProject\build.proj(30,3): error : A task error has occured.<br />C:\Proyectos\MyProject\build.proj(30,3): error : Message                         = Unable to find the Visual SourceSafe  registry key.<br />C:\Proyectos\MyProject\build.proj(30,3): error : Project                         = $\Proyectos\MyProject<br />C:\Proyectos\MyProject\build.proj(30,3): error : Database                        = "vss ilitia"<br />C:\Proyectos\MyProject\build.proj(30,3): error : Username                        = raul<br />C:\Proyectos\MyProject\build.proj(30,3): error : Password                        = <br />C:\Proyectos\MyProject\build.proj(30,3): error : Label                           = <br />C:\Proyectos\MyProject\build.proj(30,3): error : GetParameter                    = <br />C:\Proyectos\MyProject\build.proj(30,3): error : WorkingDirectory                = .\<br />C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumber                   = <br />C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumberConfigFileLocation = <br />C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumberConfigVSSLocation  = <br />C:\Proyectos\MyProject\build.proj(30,3): error : OnlyIncrementRevision           = False<br />C:\Proyectos\MyProject\build.proj(30,3): error :<br />C:\Proyectos\MyProject\build.proj(30,3): error :    at Microsoft.Sdc.Tasks.SourceSafe.Get.VSSGet(ShellExecute shellExecute, String project, String label, String getParameter, String workingDirecto<br />ry)<br />C:\Proyectos\MyProject\build.proj(30,3): error :    at Microsoft.Sdc.Tasks.SourceSafe.Get.InternalExecute()<br />C:\Proyectos\MyProject\build.proj(30,3): error :    at Microsoft.Sdc.Tasks.TaskBase.Execute()<br />    0 Warning(s)<br />    1 Error(s) </p>
<p>I have posted this issue in the Visual Studio MSBuild Forum, at <a href="http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=80162#80162">http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=80162#80162</a></p></span><img src ="http://blogs.clearscreen.com/ragc/aggbug/2396.aspx" width = "1" height = "1" /></body></item></channel></rss>