<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Olle's Weblog...</title><link>http://weblogs.asp.net/osdezwart/default.aspx</link><description>&lt;b&gt;&lt;/b&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>word PIA + VSTO a no go?</title><link>http://weblogs.asp.net/osdezwart/archive/2005/04/22/403871.aspx</link><pubDate>Fri, 22 Apr 2005 14:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:403871</guid><dc:creator>osdezwart</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=403871</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2005/04/22/403871.aspx#comments</comments><description>&lt;font color="#000080" size="2"&gt; &lt;p&gt;&lt;font color="#000000"&gt;For an application I am trying to open a word template that contains VSTO code using the Primary Interop Assemblies with code like&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Document&lt;/strong&gt;&lt;/font&gt;&lt;font size="2"&gt; document = word.Documents.Add(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; template, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; wMissing, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; wMissing, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; wMissing);&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;and for some reason the template events like startup, activate, open arn't called so my VSTO code never executes. I was already surprissed that I couldn't call functions on my template from my own application but if I can't even load the document in a way that the code inside it runs then the options for VSTO become really limited, am I missing something here?&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color="#000000"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;PS:&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;this is using visual studio 2005 beta 2 and the 2003 PIA's&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=403871" width="1" height="1"&gt;</description></item><item><title>MigrateAspNetBeta1App.exe ?</title><link>http://weblogs.asp.net/osdezwart/archive/2005/03/21/395273.aspx</link><pubDate>Sun, 20 Mar 2005 22:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:395273</guid><dc:creator>osdezwart</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=395273</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2005/03/21/395273.aspx#comments</comments><description>&lt;font face="Arial" size="2"&gt;Hmm when compiling an exising project using the Feb CTP I am getting an error message:&lt;br /&gt; &lt;br /&gt; Error&amp;nbsp;&amp;nbsp; 13&amp;nbsp;&amp;nbsp;&amp;nbsp; Build (web): Error parsing attribute 'compilewith': The CompileWith/ClassWith compilation model was replaced by a slightly different model, which uses the CodeFile/Inherits attributes. A migration tool (MigrateAspNetBeta1App.exe) is available to help with the transition.&amp;nbsp;&amp;nbsp; SomeFile.ascx &amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; I can't seem to find MigrateAspNetBeta1App.exe on my machine or using &lt;a title="google" href="http://www.google.com" target="_blank"&gt;google&lt;/a&gt;, did they forget to include it?&lt;br /&gt; &lt;/font&gt; &lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=395273" width="1" height="1"&gt;</description></item><item><title>Remote debugging, developer bliss</title><link>http://weblogs.asp.net/osdezwart/archive/2005/02/06/368038.aspx</link><pubDate>Sun, 06 Feb 2005 16:50:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:368038</guid><dc:creator>osdezwart</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=368038</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2005/02/06/368038.aspx#comments</comments><description>I've got remote debugging going at one of our clients and all I can say is WOW!&lt;br /&gt; &lt;br /&gt; For some reason remote debugging had a bad rep in the back of my mind. And although installing it wasn't very easy due to firewalls and cryptic error messages, once it worked I fixed 5 bugs in 5 minutes. They were bugs related to timming issues with the SQL Server, they only happended at the clients enviroment because their server is optimissed for this application and our development server runs some other things as well. &lt;br /&gt; &lt;br /&gt; My project manager now logs in using VPN/Remote desktop and breaks the application while I am connected with the debugger in a different VPN/Remote desktop session. Instead of having to reproduce the bugs at our end after a "vague" description of the steps to follow I can see what happens instantly, it's just pure *bliss*&lt;br /&gt; &lt;br /&gt; I want to thank Gregg Miskelly for his help on diagnossing why the remote debugger didn't work initially, check his &lt;A href="http://weblogs.asp.net/greggm/"&gt;blog&lt;/a&gt;&amp;nbsp; for allot of usefull information about remote debugging&lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=368038" width="1" height="1"&gt;</description></item><item><title>Multiple virtual desktops?</title><link>http://weblogs.asp.net/osdezwart/archive/2004/10/27/248456.aspx</link><pubDate>Wed, 27 Oct 2004 13:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:248456</guid><dc:creator>osdezwart</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=248456</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/10/27/248456.aspx#comments</comments><description>&lt;p&gt;I am looking for suggestions for some virtual desktop software. At work I am working on different projects and I have to change between them prety often. In the&amp;nbsp;past&amp;nbsp;I used terminal services to&amp;nbsp;create a couple of desktops but I can't do that on my laptop.&amp;nbsp;What program do you suggest? &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=248456" width="1" height="1"&gt;</description></item><item><title>Yukon/Team server problem</title><link>http://weblogs.asp.net/osdezwart/archive/2004/09/27/234875.aspx</link><pubDate>Mon, 27 Sep 2004 19:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:234875</guid><dc:creator>osdezwart</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=234875</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/09/27/234875.aspx#comments</comments><description>&lt;p&gt;Since I had such a good experience getting help for a problem by posting here I thought I would try again. &lt;/p&gt; &lt;p&gt;I am trying to get a demo of team server going. I have set up 3 virtual machines running windows 2003 enterprise edition. I installed yukon beta 2 on one of them. I am trying to install team server on another one but I can't connect to the database server. I can ping the server, but the database isn't reachable for some reason. It won't show up as a network server in SQL Management studio either. Anyone have any suggestions as to what might be wrong? (Yes TCP/IP is enabled)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=234875" width="1" height="1"&gt;</description></item><item><title>HTML Mail image problem</title><link>http://weblogs.asp.net/osdezwart/archive/2004/09/17/230805.aspx</link><pubDate>Fri, 17 Sep 2004 10:50:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:230805</guid><dc:creator>osdezwart</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=230805</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/09/17/230805.aspx#comments</comments><description>&lt;dir&gt;&lt;font size="2"&gt;&lt;font size="2"&gt; &lt;p&gt;I am trying to send a newsletter in HTML format. It shows fine on outlook express, but outlook 2003 doesn't show any images (not even the can't load image image, and no it's not the block images setting). &lt;/p&gt; &lt;p&gt;Anyone have any clue what might be the problem?&lt;/p&gt; &lt;p&gt;Thanks in advance&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/font&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=230805" width="1" height="1"&gt;</description></item><item><title>Why shovel opperators shouldn't program (and vice versa)</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/30/222886.aspx</link><pubDate>Mon, 30 Aug 2004 20:53:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:222886</guid><dc:creator>osdezwart</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=222886</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/30/222886.aspx#comments</comments><description>&lt;p&gt;a picture is worth a thousand words...&lt;/p&gt; &lt;p&gt;&lt;img alt="oops" src="http://www.endforward.com/oops.jpg" /&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=222886" width="1" height="1"&gt;</description></item><item><title>It's official</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/23/219052.aspx</link><pubDate>Mon, 23 Aug 2004 19:40:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:219052</guid><dc:creator>osdezwart</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=219052</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/23/219052.aspx#comments</comments><description>&lt;p&gt;&lt;A href="http://weblogs.asp.net/osdezwart/archive/2004/07/29/200634.aspx"&gt;This&lt;/a&gt;&amp;nbsp;post about looking for an internship really worked out. I am gonna do my 100 day internship at &lt;a href="http://www.variomatic.biz"&gt;Variomatic&lt;/a&gt;, signed the papers today so it's official.&lt;/p&gt; &lt;p&gt;I'll be working as a web developer with (you guessed it!) .net. Really looking forward to it, starting&amp;nbsp;the first of September. So come back then, the story continues...&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=219052" width="1" height="1"&gt;</description></item><item><title>Great online comic</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/03/206922.aspx</link><pubDate>Tue, 03 Aug 2004 14:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:206922</guid><dc:creator>osdezwart</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=206922</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/03/206922.aspx#comments</comments><description>&lt;p&gt;&lt;u&gt;&lt;font color="#800080"&gt;&lt;img src="http://www.wulffmorgenthaler.com/log/LK15072004.gif" /&gt;&lt;/font&gt;&lt;/u&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="http://www.wulffmorgenthaler.com/"&gt;&lt;font face="Arial" size="2"&gt;http://www.wulffmorgenthaler.com/&lt;/font&gt;&lt;/a&gt;&amp;nbsp;for your daily dose&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;Is that part of &lt;a href="http://www.sellsbrothers.com/fun/msiview/"&gt;the Microsoft interview&lt;/a&gt; process as well?&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;&lt;strike&gt;P.S. The next post will be technical I am finishing the first public release of the beatnik.net compiler (bdnc) more on that later.&lt;/strike&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=206922" width="1" height="1"&gt;</description></item><item><title>Nice video on msdn tv and dust off the clippy code!</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/01/204067.aspx</link><pubDate>Sun, 01 Aug 2004 12:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:204067</guid><dc:creator>osdezwart</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=204067</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/01/204067.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;I've just watched the &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040624csharpah/manifest.xml"&gt;&lt;FONT face=Arial size=2&gt;Whiteboard with Anders Hejlsberg&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; video on &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/msdntv/"&gt;&lt;FONT face=Arial size=2&gt;&lt;a title="msdn" href="http://msdn.microsoft.com" target="_blank"&gt;msdn&lt;/a&gt; tv&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. Great stuff! If you work with C# and haven't seen it yet, go there now!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Small request for the visual studio / visual C# team: dust off the &lt;/FONT&gt;&lt;A href="http://neopoleon.com/blog/posts/5130.aspx"&gt;&lt;FONT face=Arial size=2&gt;clippy&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; code from office and put Anders Hejlsberg inside visual studio!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;OK thats all for now, thank you for listening&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=204067" width="1" height="1"&gt;</description></item></channel></rss>