<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Felice Pollano Blog - Tips</title>
    <link>http://www.felicepollano.com/</link>
    <description>The official Fatica Labs Blog!</description>
    <language>en-us</language>
    <copyright>Felice Pollano</copyright>
    <lastBuildDate>Tue, 05 Apr 2011 08:58:33 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>felice@felicepollano.com</managingEditor>
    <webMaster>felice@felicepollano.com</webMaster>
    <item>
      <trackback:ping>http://www.felicepollano.com/Trackback.aspx?guid=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c</trackback:ping>
      <pingback:server>http://www.felicepollano.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.felicepollano.com/PermaLink.aspx?guid=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c</pingback:target>
      <dc:creator>Felice Pollano</dc:creator>
      <wfw:comment>http://www.felicepollano.com/CommentView.aspx?guid=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c</wfw:comment>
      <wfw:commentRss>http://www.felicepollano.com/SyndicationService.asmx/GetEntryCommentsRss?guid=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <h5>
          <em>Cannot start test project “xxxx” because the project does not contains any
tests </em>
        </h5>
        <p>
This error happen when we try to launch a Visual Studio Project defined as test with
another testing framework ( ie NUnit ) and we remove all the visual studio test from
inside it. To me happened when I try to revert back to <strong>NUnit</strong> a project
with standard Visual Studio tests. Here The message:
</p>
        <p>
          <a href="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/clip_image001_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/clip_image001_thumb.png" width="473" height="173" />
          </a>
        </p>
        <p>
  
</p>
        <p>
The solution is to open the project ( <strong>csproj</strong> ) file with a text editor,
and look for the lines below: 
</p>
        <p>
          <a href="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/image_2.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/image_thumb.png" width="860" height="71" />
          </a>
        </p>
        <p>
 
</p>
        <p>
        </p>
        <p>
By removing the line in evidence we go back to a standard class library project and
the problem is solved.
</p>
        <img width="0" height="0" src="http://www.felicepollano.com/aggbug.ashx?id=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c" />
      </body>
      <title>Cannot start test project…</title>
      <guid isPermaLink="false">http://www.felicepollano.com/PermaLink.aspx?guid=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c</guid>
      <link>http://www.felicepollano.com/2011/04/05/CannotStartTestProject.aspx</link>
      <pubDate>Tue, 05 Apr 2011 08:58:33 GMT</pubDate>
      <description>&lt;h5&gt;&lt;em&gt;Cannot start test project “xxxx” because the project does not contains any
tests &lt;/em&gt;
&lt;/h5&gt;
&lt;p&gt;
This error happen when we try to launch a Visual Studio Project defined as test with
another testing framework ( ie NUnit ) and we remove all the visual studio test from
inside it. To me happened when I try to revert back to &lt;strong&gt;NUnit&lt;/strong&gt; a project
with standard Visual Studio tests. Here The message:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/clip_image001_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/clip_image001_thumb.png" width="473" height="173"&gt;&lt;/a&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
The solution is to open the project ( &lt;strong&gt;csproj&lt;/strong&gt; ) file with a text editor,
and look for the lines below: 
&lt;p&gt;
&lt;a href="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.felicepollano.com/public/WindowsLiveWriter/Cannotstarttestproject_99FC/image_thumb.png" width="860" height="71"&gt;&lt;/a&gt; 
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
By removing the line in evidence we go back to a standard class library project and
the problem is solved.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.felicepollano.com/aggbug.ashx?id=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c" /&gt;</description>
      <comments>http://www.felicepollano.com/CommentView.aspx?guid=741fcc94-a7a2-415d-acfa-9f2d1ba3a92c</comments>
      <category>Programmin</category>
      <category>Tips</category>
    </item>
  </channel>
</rss>