<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-38895959.post7856186990047799184..comments</id><updated>2010-06-17T07:25:45.704Z</updated><title type='text'>Comments on Simon Hart: Device Unit Testing using Visual Studio 2008 Team ...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.simonrhart.com/feeds/7856186990047799184/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html'/><author><name>Simon Hart</name><uri>http://www.blogger.com/profile/08526568682625258690</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-38895959.post-5070046058265524717</id><published>2010-06-16T23:49:01.264Z</published><updated>2010-06-16T23:49:01.264Z</updated><title type='text'>An unhandled exception of type 'System.IO.FileNotF...</title><content type='html'>&lt;b&gt;An unhandled exception of type &amp;#39;System.IO.FileNotFoundException&amp;#39; occurred in Microsoft.Smartdevice.Connectivity.dll&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Additional information: The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;After installing CF 3.5 it fails to run because it is missing a dependency for connectivity.dll&lt;br /&gt;&lt;br /&gt;I get the same results with the emulator or my target device, is there something I am missing in VS2008?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/5070046058265524717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/5070046058265524717'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1276732141264#c5070046058265524717' title=''/><author><name>ukluk</name><uri>http://www.blogger.com/profile/08783803240596330271</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-8891767621249013892</id><published>2009-05-11T11:42:00.000Z</published><updated>2009-05-11T11:42:00.000Z</updated><title type='text'>@Tara:

Debugging unit tests is not supported on d...</title><content type='html'>@Tara:&lt;br /&gt;&lt;br /&gt;Debugging unit tests is not supported on devices. A work around is to change the host type (in the testrunconfig) to default - although this only works if the unit test is not dependent on device specific APIs. &lt;br /&gt;Alternatively, you could write a stub and abstract the test into a separate library that gets called by the stub - not perfect but a workaround.&lt;br /&gt;&lt;br /&gt;Simon.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/8891767621249013892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/8891767621249013892'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1242042120000#c8891767621249013892' title=''/><author><name>Simon Hart</name><uri>http://www.blogger.com/profile/08526568682625258690</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='15682429139984623361'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-5244105078980158436</id><published>2009-05-11T10:25:00.000Z</published><updated>2009-05-11T10:25:00.000Z</updated><title type='text'>Hi,

how to debug a Unit Test. When I set a break ...</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;how to debug a Unit Test. When I set a break point and select Run Test..control is not coming to the break point. Please help me&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Tara</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/5244105078980158436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/5244105078980158436'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1242037500000#c5244105078980158436' title=''/><author><name>Tara</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-4599493078923814043</id><published>2009-04-23T14:11:00.000Z</published><updated>2009-04-23T14:11:00.000Z</updated><title type='text'>@Anon:
Yes you can unit test in VS 2008 Pro editio...</title><content type='html'>@Anon:&lt;br /&gt;Yes you can unit test in VS 2008 Pro edition: note professional is the minimum for smart device development in VS 2008.&lt;br /&gt;&lt;br /&gt;Also note you won't have code coverage support for your unit tests in VS 2008 pro though. You need team system editions for this.&lt;br /&gt;&lt;br /&gt;Simon</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/4599493078923814043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/4599493078923814043'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1240495860000#c4599493078923814043' title=''/><author><name>Simon Hart</name><uri>http://www.blogger.com/profile/08526568682625258690</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='15682429139984623361'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-7067944305692768824</id><published>2009-04-23T13:34:00.000Z</published><updated>2009-04-23T13:34:00.000Z</updated><title type='text'>Can you confirm or not whether Visual Studio 2008 ...</title><content type='html'>Can you confirm or not whether Visual Studio 2008 Professional not provide Unit Testing capabilities for devices?&lt;br /&gt;&lt;br /&gt;It looks as though it does from here:- &lt;br /&gt;http://msdn.microsoft.com/en-us/library/bb384096.aspx&lt;br /&gt;http://msdn.microsoft.com/en-us/library/bb385902.aspx</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/7067944305692768824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/7067944305692768824'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1240493640000#c7067944305692768824' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-3888797833973355978</id><published>2009-01-18T17:41:00.000Z</published><updated>2009-01-18T17:41:00.000Z</updated><title type='text'>@Ram Kumar:There is no support in MSTest for setti...</title><content type='html'>@Ram Kumar:&lt;BR/&gt;&lt;BR/&gt;There is no support in MSTest for setting the priority. Unit tests should be independent.&lt;BR/&gt;&lt;BR/&gt;There is support for setup and teardown though.&lt;BR/&gt;&lt;BR/&gt;Simon.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/3888797833973355978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/3888797833973355978'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1232300460000#c3888797833973355978' title=''/><author><name>Simon Hart</name><uri>http://www.blogger.com/profile/08526568682625258690</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='15682429139984623361'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-7365558785431554715</id><published>2009-01-16T04:17:00.000Z</published><updated>2009-01-16T04:17:00.000Z</updated><title type='text'>Hi,How to set priority for test methods? I mean i ...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;How to set priority for test methods? I mean i have 2 unit testing methods for insert, update. Insert method should run before update/</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/7365558785431554715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/7365558785431554715'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1232079420000#c7365558785431554715' title=''/><author><name>Ram Kumar</name><uri>http://www.blogger.com/profile/14139732175915858656</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-1146362154061445928</id><published>2008-06-01T18:25:00.000Z</published><updated>2008-06-01T18:25:00.000Z</updated><title type='text'>Hi~Could u open the coverage option? When i open t...</title><content type='html'>Hi~&lt;BR/&gt;Could u open the coverage option? When i open this option, would get the error "System.MissingMethodException: MissingMethodException" &lt;BR/&gt;Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/1146362154061445928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/1146362154061445928'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1212344700000#c1146362154061445928' title=''/><author><name>chao</name><uri>http://www.blogger.com/profile/15325950481454479952</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-3763392247258803890</id><published>2008-04-12T09:14:00.000Z</published><updated>2008-04-12T09:14:00.000Z</updated><title type='text'>think i found, 'Microsoft.VisualStudio.QualityTool...</title><content type='html'>think i found, 'Microsoft.VisualStudio.QualityTools.UnitTestFramework' ...wasn't really obvious, thnx anyhow :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/3763392247258803890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/3763392247258803890'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1207991640000#c3763392247258803890' title=''/><author><name>eryn</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-38895959.post-4855980278880050761</id><published>2008-04-12T09:03:00.000Z</published><updated>2008-04-12T09:03:00.000Z</updated><title type='text'>hi there, could u answer a quicky? i got VS2008 Te...</title><content type='html'>hi there, could u answer a quicky? i got VS2008 Team System installed but i can't find the Microsoft.VisualStudio.TestTools.UnitTesting namespace in the GAC, what's missing, Thanks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/4855980278880050761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38895959/7856186990047799184/comments/default/4855980278880050761'/><link rel='alternate' type='text/html' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html?showComment=1207990980000#c4855980278880050761' title=''/><author><name>eryn</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.simonrhart.com/2008/03/device-unit-testing-using-visual-studio.html' ref='tag:blogger.com,1999:blog-38895959.post-7856186990047799184' source='http://www.blogger.com/feeds/38895959/posts/default/7856186990047799184' type='text/html'/></entry></feed>