<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx</link><description>Object Test Bench is a new Visual Studio 2005 feature that helps you understand objects at Design Time, rather then runtime. How many times have you walked up to a code base and created some simple test console/Windows/web applications just to run a couple</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361403</link><pubDate>Thu, 27 Jan 2005 07:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361403</guid><dc:creator>Chris</dc:creator><description>Missing picture references...</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361445</link><pubDate>Thu, 27 Jan 2005 09:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361445</guid><dc:creator>Frans Bouma</dc:creator><description>Looks great! :)&lt;br&gt;&lt;br&gt;What I do wonder though is... isn't this all very time consuming? I mean... what if the developer could just type in 2 lines of code:&lt;br&gt;Parakeet polly = new Parakeet(&amp;quot;polly&amp;quot;);&lt;br&gt;string result = polly.Speak(&amp;quot;Hello&amp;quot;);&lt;br&gt;&lt;br&gt;Wouldn't that be faster, from the developer's POV? Now he has to click through a lot of tiny dialogs. Tools like the SnippetCompiler by Jeff Key do similar things but have one disadvantage: they don't have setup the references correctly, and inside vs.net you have, right there, so having a kind of snippet compiler interface to the codebase you're working with, without the dialogs and mousing, would be very helpful. I'm not sure if there is a textbased interface to the object test bench engine though... but if there isn't it would be a great addition. :)</description></item><item><title>.::Szőkelizer 123::.</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361479</link><pubDate>Thu, 27 Jan 2005 13:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361479</guid><dc:creator>RIO - Randektív Informatikai Oldal</dc:creator><description>&amp;lt;p&amp;gt;&amp;amp;lt;ul&amp;amp;gt;&amp;amp;lt;li&amp;amp;gt;Neh&amp;#233;z &amp;#233;s hossz&amp;#250; sz&amp;#252;l&amp;#233;s ut&amp;#225;n... ami főleg időhi&amp;#225;nynak k&amp;#246;sz&amp;#246;nhető... k&amp;#233;rj&amp;#252;k azokat, akik sz&amp;#237;vesen olvasnak (=azt a keveset), hogyha tal&amp;#225;l vmi &amp;#233;rdekeset, ak&amp;#225;r el is k&amp;#252;ldheti :)&amp;amp;lt;/li&amp;amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;ht</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361615</link><pubDate>Thu, 27 Jan 2005 15:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361615</guid><dc:creator>Dan Fernandez</dc:creator><description>Thanks Chris, there was a problem with my hoster not recycling connections to the connection pool. It seems okay now :)</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361625</link><pubDate>Thu, 27 Jan 2005 15:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361625</guid><dc:creator>Dan Fernandez</dc:creator><description>Hey Frans,&lt;br&gt;&lt;br&gt;I agree with you, the OTB visual tools (and some have argued Class Designer) are probably for the less experienced developer or a developer approaching a code base that isn't as easy to understand through 1-2 lines of code. There isn't a text-based interface to OTB, but we are also looking to expand the functionality of design time expression evaluation (DTEE is getting there, but still lacks what you're looking for) to do what you've requested. </description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361672</link><pubDate>Thu, 27 Jan 2005 16:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361672</guid><dc:creator>Dan Fernandez</dc:creator><description>One more thing WRT Frans's comments as DTEE seems to work in this scenaro. I'll admit that the two lines of code scenario is basic, you *can* use the Immediate Window to execute the code, and the created objects *will* appear in Object Test Bench. You can then call methods on the object either from the immediate window or from OTB. &lt;br&gt;&lt;br&gt;From the Immediate Window, just type &amp;quot;?Parakeet polly = new Parakeet();&amp;quot;&lt;br&gt;&lt;br&gt;Hit enter and the new created object instance will appear in OTB. &lt;br&gt;&lt;br&gt;Next type &amp;quot;?polly.Speak(&amp;quot;hello&amp;quot;);&amp;quot; into the immediate window and the console will write the value out. &lt;br&gt;&lt;br&gt;You could also switch to the OTB window and right click on the class to do the same thing. &lt;br&gt;&lt;br&gt;Nice that these do work in concert...</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361746</link><pubDate>Thu, 27 Jan 2005 18:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361746</guid><dc:creator>Frans Bouma</dc:creator><description>That seems to be the perfect solution for now I think :) Now in 2003 if you run a line in the immediate window, an object created there is gone when teh line is done. Great that it works in concert with OTB :) Thanks for this info :) these things often get overlooked when you start with a new IDE, so it's great to have this info beforehand :)</description></item><item><title>Using Class Designer </title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361847</link><pubDate>Thu, 27 Jan 2005 23:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361847</guid><dc:creator>Dan Fernandez's Blog</dc:creator><description /></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#361868</link><pubDate>Thu, 27 Jan 2005 20:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361868</guid><dc:creator>Daniel Moth</dc:creator><description>Last time I looked this great feature is C#-only. For any VBers wanting it, feel free to vote here:&lt;br&gt;&lt;a target="_new" href="http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=7ec42e6a-8e3b-47be-8c5c-012c4202c0ec"&gt;http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=7ec42e6a-8e3b-47be-8c5c-012c4202c0ec&lt;/a&gt;&lt;br&gt;&lt;br&gt;(Sorry Dan for using your blog entry for this)</description></item><item><title>New Class Designer Posts</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#362662</link><pubDate>Fri, 28 Jan 2005 22:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:362662</guid><dc:creator>Pedro Silva's Blog</dc:creator><description /></item><item><title>New Class Designer Posts</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#362664</link><pubDate>Fri, 28 Jan 2005 22:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:362664</guid><dc:creator>Pedro Silva's Blog</dc:creator><description /></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#363371</link><pubDate>Sun, 30 Jan 2005 15:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:363371</guid><dc:creator>Corrado Cavalli</dc:creator><description>Looks great but can't find the object test bench methods on my December CTP,does it includes OTB?&lt;br&gt;-Corrado</description></item><item><title>The Developer Division Team</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#370139</link><pubDate>Thu, 10 Feb 2005 00:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:370139</guid><dc:creator>TrackBack</dc:creator><description>The Developer Division Team</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#379018</link><pubDate>Wed, 23 Feb 2005 18:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:379018</guid><dc:creator>jarod_24</dc:creator><description>I guess that with complex objects the Object test might be useful.&lt;br&gt;&lt;br&gt;What would be nice if you could do the Object test from the console inside the IDE).&lt;br&gt;&lt;br&gt;Instead of all the Mouse-clicking between the dialog boxes.&lt;br&gt;&lt;br&gt;</description></item><item><title>Object Test Bench</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#403122</link><pubDate>Tue, 29 Mar 2005 02:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:403122</guid><dc:creator>菊池 Blog</dc:creator><description>Object Test Bench</description></item><item><title>February CTP</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#404056</link><pubDate>Thu, 31 Mar 2005 10:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:404056</guid><dc:creator>Daniel Moth</dc:creator><description>February CTP</description></item><item><title>Two More Features You'll Find in VS 2005 Beta 2</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#405475</link><pubDate>Tue, 05 Apr 2005 11:41:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:405475</guid><dc:creator>string szFriend = </dc:creator><description /></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#407263</link><pubDate>Mon, 11 Apr 2005 20:25:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:407263</guid><dc:creator>Panu Viljamaa</dc:creator><description>Just for comparison,&lt;br&gt;in Smalltalk you can enter code like:&lt;br&gt;&lt;br&gt; polly  := Parakeet new: 'polly'.&lt;br&gt; result := polly speak: 'Hello'. &lt;br&gt;&lt;br&gt;into any workspace/text -window.&lt;br&gt;Then select the above with mouse,&lt;br&gt;and choose from menu 'do it', or&lt;br&gt;more often 'inspect it'.</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#420846</link><pubDate>Sun, 22 May 2005 17:55:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:420846</guid><dc:creator>Bizzer</dc:creator><description>While we're on the subject of &amp;quot;Just for comparison&amp;quot;: Have a look at &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.bluej.org/vs/vs-bj.html&amp;quot;&amp;gt;this"&gt;http://www.bluej.org/vs/vs-bj.html&amp;quot;&amp;gt;this&lt;/a&gt; page&amp;lt;/a&amp;gt;: it seems like the Visual Studio gurus got it's inspiration elsewhere (and as usual, without voluntarily admitting to it...).</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#420847</link><pubDate>Sun, 22 May 2005 17:57:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:420847</guid><dc:creator>Bizzer</dc:creator><description>Correcting the link from post above:&lt;br&gt;&lt;br&gt;  &lt;a rel="nofollow" target="_new" href="http://www.bluej.org/vs/vs-bj.html"&gt;http://www.bluej.org/vs/vs-bj.html&lt;/a&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#420848</link><pubDate>Sun, 22 May 2005 17:58:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:420848</guid><dc:creator>Bizzer</dc:creator><description>Correcting the link from post above:   &lt;a rel="nofollow" target="_new" href="http://www.bluej.org/vs/vs-bj.html"&gt;http://www.bluej.org/vs/vs-bj.html&lt;/a&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#421023</link><pubDate>Mon, 23 May 2005 15:56:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:421023</guid><dc:creator>bill c</dc:creator><description>I know that great minds can think alike, but this seems to follow the same metaphors of a too lthat has been available for java developers in education for 6 years.  Check out the link and note the similarities.  Then send some email to Dr. Kolling to say thank you.</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#423280</link><pubDate>Mon, 30 May 2005 23:47:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:423280</guid><dc:creator>Elton</dc:creator><description>whatafucka?&lt;br&gt;MS humm...</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#424527</link><pubDate>Fri, 03 Jun 2005 00:16:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:424527</guid><dc:creator>TechGuru</dc:creator><description>Thats is a nice tool to have in V$.net. But hey &amp;lt;b&amp;gt;wait a second,&amp;lt;/b&amp;gt; check out &amp;lt;a href='&lt;a rel="nofollow" target="_new" href="http://www.bluej.org/vs/vs-bj.html"&gt;http://www.bluej.org/vs/vs-bj.html&lt;/a&gt;'&amp;gt;&lt;a rel="nofollow" target="_new" href="http://www.bluej.org/vs/vs-bj.html"&gt;http://www.bluej.org/vs/vs-bj.html&lt;/a&gt;&amp;lt;a&amp;gt;.&lt;br&gt;&lt;br&gt;This is really carp that Micro$oft is doing at this stage. I don't know if Micr$oft pay's its programmers for developing new technologies or just copy the existing free one's, publish them as its own and patent them. This is ridiculous.&lt;br&gt;&lt;br&gt;Object bench has been in BlueJ since past 6 years, and is a great teaching tool.&lt;br&gt;&lt;br&gt;What M$ has done is not at all good on its part.</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#424776</link><pubDate>Fri, 03 Jun 2005 14:26:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:424776</guid><dc:creator>Bruce Boughton</dc:creator><description>Hey, credit where credit's due.&lt;br&gt;&lt;br&gt;1) This does seem heavily based on BlueJ's implementation, even down to many of the dialog box layouts. MS should credit the BlueJ team for that, unless it is indeed a coincidence.&lt;br&gt;&lt;br&gt;2) However, this seems to have been taken further by the MS team, allowing text based object creation to intermix with mouse-driven interaction.&lt;br&gt;&lt;br&gt;This is a very good idea, which can be developed well.</description></item><item><title>Responding to post on OTB and BlueJ</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#428975</link><pubDate>Tue, 14 Jun 2005 20:18:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:428975</guid><dc:creator>Dan Fernandez's Blog</dc:creator><description>[Please read my Disclaimer]&lt;br&gt;NOTE: I don't own Object Test Bench,&amp;amp;amp;nbsp;I just happened to blog about...</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#438511</link><pubDate>Wed, 13 Jul 2005 22:28:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:438511</guid><dc:creator>Tim Pointon</dc:creator><description>I'll add my voice to those lamenting Microsoft's ripping off a good idea from the lovely, free BlueJ and claiming it as their own innovation. Shame on Microsoft. Kudos to BlueJ.</description></item><item><title>Object Test Bench Doesn't Work For Web Projects</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#527548</link><pubDate>Wed, 08 Feb 2006 17:15:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:527548</guid><dc:creator>Dan Fernandez's Blog</dc:creator><description>A customer recently emailed me asking why Object Test Bench doesn't work for Web projects and it seems...</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#531841</link><pubDate>Tue, 14 Feb 2006 19:02:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:531841</guid><dc:creator>Simon </dc:creator><description>When i try to use this i get the following error:&lt;br&gt;&lt;br&gt;0x80004005&lt;br&gt;&lt;br&gt;I dont get any description. Can anyone help?</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#531860</link><pubDate>Tue, 14 Feb 2006 19:22:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:531860</guid><dc:creator>danielfe</dc:creator><description>Hey Simon, can you provide more information on exactly what you're doing?</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#537921</link><pubDate>Thu, 23 Feb 2006 19:28:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:537921</guid><dc:creator>Nicolas</dc:creator><description>That's really helpfull, thanks !&lt;br&gt;The only thing: it doesn't work with an output library project.</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#552753</link><pubDate>Thu, 16 Mar 2006 14:41:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:552753</guid><dc:creator>Magnus Åvitsland</dc:creator><description>Simon (3 posts up)!&lt;br&gt;&lt;br&gt;Have u gotten any solution to the 0x80004005 error?&lt;br&gt;I get the same error.&lt;br&gt;&lt;br&gt;I got a web-project (C#), put my classes in a class-diagram. When I try to create an instanse of the class I always get the same error:&lt;br&gt;&lt;br&gt;Object Test Bench&lt;br&gt;Create Instanse Failed&lt;br&gt;0x80004005</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#678953</link><pubDate>Wed, 26 Jul 2006 16:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:678953</guid><dc:creator>Al M</dc:creator><description>I'm getting the same error as well (0x80004005). Anyone found the problem yet?</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#816084</link><pubDate>Wed, 11 Oct 2006 09:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:816084</guid><dc:creator>sync</dc:creator><description>&lt;p&gt;I am having the same problem too. Method Invokde Failed (0x80004005). Anyone found the solution?&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#843467</link><pubDate>Thu, 19 Oct 2006 14:12:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:843467</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;I am also getting this exact same method invocation problem for either invoking a static method or trying to create an object instance, in a VB.NET web-project.&lt;/p&gt;
&lt;p&gt;If you look in the command window after trying to do either of these, you see:&lt;/p&gt;
&lt;p&gt;_XotbX_000 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_000&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_001 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_001&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_002 = New Client&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_002&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_003 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_003&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_004 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_004&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_005 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_005&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_006 = New Client&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_006&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_007 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_007&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_008 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_008&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_009 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_009&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;_XotbX_010 = BookingEngineUtilities.Test&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;$$delete _XotbX_010&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;The expression cannot be evaluated while in design mode.&lt;/p&gt;
&lt;p&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;But I don't know what that means.. How am I in &amp;quot;design mode&amp;quot;? I had all open design and coding windows in Visual Studio closed; even the start page was closed. Just a grey background and the toolbars.&lt;/p&gt;
&lt;p&gt;Best wishes&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#857571</link><pubDate>Mon, 23 Oct 2006 00:49:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:857571</guid><dc:creator>Michael Neel</dc:creator><description>&lt;p&gt;I'm having the same problem described above, the 0x80004005 error. &amp;nbsp;I'm on a new install, this works on my laptop without issue. &amp;nbsp;I'm guessing there is a service or permission that needs to be set - would be nice if the error was more detailed than 0x80004005.&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1176157</link><pubDate>Thu, 30 Nov 2006 09:21:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1176157</guid><dc:creator>Steve Scherrer</dc:creator><description>&lt;p&gt;I had the 0x80004005 error too. &amp;nbsp;The problem is with the project file's Debug settings. &amp;nbsp;Right-click the project file, select &amp;quot;Properties&amp;quot;. &amp;nbsp;Select the &amp;quot;Debug&amp;quot; tab, and make sure &amp;quot;Start Action&amp;quot; is set to &amp;quot;Start Project&amp;quot;. &amp;nbsp;By selecting this, you should be able to select the &amp;quot;Enable the Visual Studio hosting process&amp;quot; checkbox at the bottom of the form. &amp;nbsp;Not having this checkbox checked is causing the error with Object Test Bench.&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1432155</link><pubDate>Mon, 08 Jan 2007 04:52:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1432155</guid><dc:creator>Fish</dc:creator><description>&lt;p&gt;This does not work at all for asp.net web projects.... &lt;/p&gt;
&lt;p&gt;How many years has Visual Studio been out and STILL the developers cant implement a object browser that shows your class and its attributes / methods in the active text window.... kinda pathetic really...&lt;/p&gt;
&lt;p&gt;If Microsoft would get the idea out of their heads that development tools are to be for non-programmers who cant write code and have to use a visual tool to design anything they might actually be able to provide a productive IDE for what is otherwise an excellent framework (.net)&lt;/p&gt;
&lt;p&gt;-Fish&lt;/p&gt;</description></item><item><title>Mega Blog Site  &amp;raquo; Blog Archive   &amp;raquo; Responding to post on OTB and BlueJ</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1543324</link><pubDate>Sat, 27 Jan 2007 19:08:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1543324</guid><dc:creator>Mega Blog Site  » Blog Archive   » Responding to post on OTB and BlueJ</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.megablogsite.com/?p=31"&gt;http://www.megablogsite.com/?p=31&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1543384</link><pubDate>Sat, 27 Jan 2007 19:43:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1543384</guid><dc:creator>blueJ</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.bluej.org/vs/vs-bj.html"&gt;http://www.bluej.org/vs/vs-bj.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1544216</link><pubDate>Sun, 28 Jan 2007 01:19:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1544216</guid><dc:creator>Cay Horstmann</dc:creator><description>&lt;p&gt;Microsoft's seeking a patent application for this feature (which appears lifted directly from BlueJ) is creating quite a stir in the educational community. See &lt;a rel="nofollow" target="_new" href="http://www.bluej.org/mrt/?p=21"&gt;http://www.bluej.org/mrt/?p=21&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1544406</link><pubDate>Sun, 28 Jan 2007 02:48:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1544406</guid><dc:creator>Elo</dc:creator><description>&lt;p&gt;Perhaps the quality of the tools reflects the skills of the people that are developing them, Fish.&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1544459</link><pubDate>Sun, 28 Jan 2007 03:16:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1544459</guid><dc:creator>Mauricio</dc:creator><description>&lt;p&gt;Its annoying the way microsoft plays the game...&lt;/p&gt;
&lt;p&gt;Want to copy bluej? ok, do it. But what is all this patent thing? Shame ms and shame dan fernandez for announce it without telling us the truth about.&lt;/p&gt;
&lt;p&gt;Remember those old days when computer was a science and not the nest of lawyer, marketing-guys, and all that bs?&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1546947</link><pubDate>Sun, 28 Jan 2007 15:50:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1546947</guid><dc:creator>Daniel</dc:creator><description>&lt;p&gt;I can't believe the patent story ... MS is really pathetic sometimes&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1550620</link><pubDate>Mon, 29 Jan 2007 11:15:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550620</guid><dc:creator>Ras</dc:creator><description>&lt;p&gt;Thiefs, filthy little thiefs... &lt;a rel="nofollow" target="_new" href="http://blogs.zdnet.com/Burnette/"&gt;http://blogs.zdnet.com/Burnette/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1550826</link><pubDate>Mon, 29 Jan 2007 12:25:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550826</guid><dc:creator>Stuart</dc:creator><description>&lt;p&gt;Awful, I'm guessing that Dan Fernandez being the 'Lead Product Manager' was part of the key decision making process for stealing the interface to BlueJ. Whether it was his idea to patent it is another matter, but it really is just a filthy low blow business move by Microsoft again. They never seem to redeem themselves instead opting to annoy people over and over again. I know business sometimes has to be brutal, but this is plain stealing of intellectual property - whether patented or not it is still the property of the author of BlueJ. Has he put copyright anywhere in the BlueJ program? Does this legally mean anything?&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1551184</link><pubDate>Mon, 29 Jan 2007 14:12:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1551184</guid><dc:creator>Carlos Rodríguez Fernández</dc:creator><description>&lt;p&gt;That innovation is from BlueJ!.&lt;/p&gt;
&lt;p&gt;It is not right what you do!!&lt;/p&gt;</description></item><item><title>
Arun&amp;#8217;s Blog &amp;raquo; True face of Microsoft</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1552147</link><pubDate>Mon, 29 Jan 2007 19:31:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1552147</guid><dc:creator>
Arun’s Blog » True face of Microsoft</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.blog.arun-prabha.com/2007/01/29/true-face-of-microsoft/"&gt;http://www.blog.arun-prabha.com/2007/01/29/true-face-of-microsoft/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1553471</link><pubDate>Tue, 30 Jan 2007 00:36:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1553471</guid><dc:creator>Connor Garvey</dc:creator><description>&lt;p&gt;Anyone else noticed that this is a J# app? &amp;nbsp;I wonder whether they even bothered to write it on their own. &amp;nbsp;I'd bet they just copied it wholesale. &amp;nbsp;Any plans to release the source, MS? &amp;nbsp;That is a condition of the GPL.&lt;/p&gt;</description></item><item><title>Xandrix Blog  &amp;raquo; Blog Archive   &amp;raquo; Microsoft, al??m de roubar a id??ia, patenteia para si.</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1553512</link><pubDate>Tue, 30 Jan 2007 00:57:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1553512</guid><dc:creator>Xandrix Blog  » Blog Archive   » Microsoft, al??m de roubar a id??ia, patenteia para si.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.xandrix.com.br/blog/2007/01/29/microsoft-alem-de-roubar-a-ideia-patenteia-para-si/"&gt;http://www.xandrix.com.br/blog/2007/01/29/microsoft-alem-de-roubar-a-ideia-patenteia-para-si/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1554998</link><pubDate>Tue, 30 Jan 2007 06:13:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1554998</guid><dc:creator>Michael</dc:creator><description>&lt;p&gt;I need to take a huge dumpy poop on Bloo Jae&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1558607</link><pubDate>Tue, 30 Jan 2007 22:22:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1558607</guid><dc:creator>Disappointed</dc:creator><description>&lt;p&gt;Shame on you. Really shame on you Micro$oft!&lt;/p&gt;</description></item><item><title>JavaSPEKTRUM Blogosph??re  &amp;raquo; Blog Archiv   &amp;raquo; Blogosph??re (aus JavaSPEKTRUM 02/07)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1815001</link><pubDate>Tue, 06 Mar 2007 10:06:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1815001</guid><dc:creator>JavaSPEKTRUM Blogosph??re  » Blog Archiv   » Blogosph??re (aus JavaSPEKTRUM 02/07)</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.sigs.de/blog/js/?p=27"&gt;http://www.sigs.de/blog/js/?p=27&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Michael&amp;#8217;s Random Thoughts &amp;raquo; Microsoft patents BlueJ</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#1889623</link><pubDate>Thu, 15 Mar 2007 23:39:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1889623</guid><dc:creator>Michael’s Random Thoughts » Microsoft patents BlueJ</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.bluej.org/mrt/?p=21"&gt;http://www.bluej.org/mrt/?p=21&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#3028926</link><pubDate>Fri, 01 Jun 2007 22:08:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3028926</guid><dc:creator>Animesh Saxena</dc:creator><description>&lt;p&gt;Guess everybody knows it's copied from BlueJ.&lt;/p&gt;
&lt;p&gt;After C# taken from Java, what else can you expect.&lt;/p&gt;
&lt;p&gt;And with more and more people moving to open source its gonna be tough to say whether microsoft's late enhancements will be taken well. Ofcourse it's a stable,simple &amp;nbsp;operating system compared to products like Fedora, Ubuntu....but well the time lag in giving things that are already present in Open source systems will move more and more ppl towards Fedora. For example 3d functionality which now came in vista was existing two year's back in Window Managers like Compiz. Even Beryl is much better, with it's cool effects. Anyway dont wanna be too negative to microsoft, but I guess OS will also change with everything being available online. &lt;/p&gt;
&lt;p&gt;Linux will be more user friendly, combined with it's stability it's gonna be a good platform for normal users. As for devs still windows has nothin to offer. All I see in basic windows is start--Programs--media player. &amp;nbsp;Thats all nothing else.&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#3171894</link><pubDate>Sat, 09 Jun 2007 03:09:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3171894</guid><dc:creator>Necro</dc:creator><description>&lt;p&gt;Maybe it was taken from BlueJ. But you're wrong on stating that C# is taken from Java.&lt;/p&gt;
&lt;p&gt;If you know who is the lead architect on C# you would know that its Anders Heljsberg, who is the father of Turbo Pascal, Delphi and Kylix. He was brought to MS to work on J++ and WFC.&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#8792450</link><pubDate>Wed, 30 Jul 2008 23:58:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8792450</guid><dc:creator>mirek</dc:creator><description>&lt;p&gt;hello&lt;/p&gt;
&lt;p&gt;i would like to use object test bench for the teaching of the basics of oop. first example i would like to present is classical shapes, but with windows.forms - so i would like to draw the objects in to the canvas. and here is the problem - when i create an instance of form object (canvas), i need to use application.run() method, so it could work. and then i am not able to do anything else - i cannot call any other method, i cannot create any other object. can you please help me? have you any idea, how this could work, so i can could create a form (canvas) and then i could draw on it some shapes?&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#9447831</link><pubDate>Fri, 27 Feb 2009 04:40:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9447831</guid><dc:creator>mirek</dc:creator><description>&lt;p&gt;hello&lt;/p&gt;
&lt;p&gt;last time - nobody answered, so maybe now:&lt;/p&gt;
&lt;p&gt;just a simple question - why i am able to invoke also private methods? if this tool has to be good for teaching the principles of oop, this &amp;quot;feature&amp;quot; should be a bug. or maybe - is it possible to configure somehow OTB not to show private methods?&lt;/p&gt;
&lt;p&gt;and also - is there a way, how to show properties in OTB?&lt;/p&gt;</description></item><item><title>re: Object Test Bench (VS 2005)</title><link>http://blogs.msdn.com/danielfe/archive/2005/01/26/361375.aspx#9872023</link><pubDate>Mon, 17 Aug 2009 09:19:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9872023</guid><dc:creator>Jimi</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Somehow, every time i run my ASP.NET app with debugger, an Object Test Bench box is showing.&lt;/p&gt;
&lt;p&gt;Any suggest how to stop it from been showing.&lt;/p&gt;</description></item></channel></rss>