<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VB.NET 2005 and AutoCAD 2008 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172304#M75660</link>
    <description>Yeah, you are calling the wrong version number. That should be the fix you are looking for.</description>
    <pubDate>Wed, 06 Feb 2008 15:12:47 GMT</pubDate>
    <dc:creator>rdswords</dc:creator>
    <dc:date>2008-02-06T15:12:47Z</dc:date>
    <item>
      <title>VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172298#M75654</link>
      <description>Is anyone out there using VB.NET 2005 to interact with AutoCAD 2008?&lt;BR /&gt;
&lt;BR /&gt;
I am having a devil of a time getting ANYTHING to work...&lt;BR /&gt;
&lt;BR /&gt;
I could make VB.NET and AutoCAD 2004 party like old time buddies...&lt;BR /&gt;
&lt;BR /&gt;
I can barely get VB.NET and AutoCAD 2008 to say "hello" to each other, let alone get them to WORK together.&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to get VB.NET to start AutoCAD 2008 if it is not running?&lt;BR /&gt;
&lt;BR /&gt;
I have hundreds of hours of VB.NET/AutoCAD 2004 experience...maybe even a thousand hours...but I need some help getting this new AutoCAD 2008 and VB.NET to work together.&lt;BR /&gt;
&lt;BR /&gt;
Is there anyone out there that can help me?</description>
      <pubDate>Tue, 05 Feb 2008 17:02:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172298#M75654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172299#M75655</link>
      <description>http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=773204&lt;BR /&gt;
&lt;BR /&gt;
Take a look at "License and Download", and "Samples"&lt;BR /&gt;
Fill the forms, register, download the "ObjectARX 2008"&lt;BR /&gt;
install it and in the installation directory ..\ObjectARX 2008\utils\ObjARXWiz\ run the "ArxWizards.msi" to connect it to Visual Studio 2005. You'll be running and debugging in minutes.&lt;BR /&gt;
I'm not sure it works with the Express Editions but I know there are workarounds to make them work together, look in this discussion for a sample.&lt;BR /&gt;
By the way, i'm not sure AutoCAD 2004 is supported in VB. Net, always used VBA and Lisp at that time.&lt;BR /&gt;
René</description>
      <pubDate>Tue, 05 Feb 2008 17:43:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172299#M75655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172300#M75656</link>
      <description>I just went back to my VB.NET/AutoCAD 2008 program...it works.&lt;BR /&gt;
&lt;BR /&gt;
Is there something about the following "Try-Catch-End Try" routine that will not allow AutoCAD 2008 to work?&lt;BR /&gt;
&lt;BR /&gt;
        Try&lt;BR /&gt;
            objAcad = GetObject(, "AutoCAD.Application.16")&lt;BR /&gt;
        Catch exc As Exception&lt;BR /&gt;
            Control.CheckForIllegalCrossThreadCalls = False&lt;BR /&gt;
            SplashScreen1.Hide()&lt;BR /&gt;
            objAcad = CreateObject("AutoCAD.Application.16")&lt;BR /&gt;
            MsgBox("Press OK when AutoCAD has started, " &amp;amp; (Chr(13)) &amp;amp; (Chr(10)) &amp;amp; _&lt;BR /&gt;
                        "     and your drawing has loaded...")&lt;BR /&gt;
        End Try&lt;BR /&gt;
&lt;BR /&gt;
Please allow me to reiterate...this exact code works fine in AutoCAD 2004...&lt;BR /&gt;
&lt;BR /&gt;
It is as if AutoCAD 2008 can't validate an existing (running) AutoCAD 2008 session...or if there is none existing, successfully start a new session.&lt;BR /&gt;
&lt;BR /&gt;
It is as if it "rushes" the process and won't let AutoCAD 2008 fully start, before determing that the session is not running, and can not be started.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas, suggestions and/or discussion will be greatly appreciated!&lt;BR /&gt;
&lt;BR /&gt;
Pete</description>
      <pubDate>Tue, 05 Feb 2008 18:22:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172300#M75656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T18:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172301#M75657</link>
      <description>The OP is talking about COM automation, not ObjectARX API.&lt;BR /&gt;
&lt;BR /&gt;
"reneram" wrote in message news:5839600@discussion.autodesk.com...&lt;BR /&gt;
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=773204&lt;BR /&gt;
&lt;BR /&gt;
Take a look at "License and Download", and "Samples"&lt;BR /&gt;
Fill the forms, register, download the "ObjectARX 2008"&lt;BR /&gt;
install it and in the installation directory ..\ObjectARX &lt;BR /&gt;
2008\utils\ObjARXWiz\ run the "ArxWizards.msi" to connect it to Visual &lt;BR /&gt;
Studio 2005. You'll be running and debugging in minutes.&lt;BR /&gt;
I'm not sure it works with the Express Editions but I know there are &lt;BR /&gt;
workarounds to make them work together, look in this discussion for a &lt;BR /&gt;
sample.&lt;BR /&gt;
By the way, i'm not sure AutoCAD 2004 is supported in VB. Net, always used &lt;BR /&gt;
VBA and Lisp at that time.&lt;BR /&gt;
René</description>
      <pubDate>Tue, 05 Feb 2008 19:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172301#M75657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T19:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172302#M75658</link>
      <description>Hi Pete,&lt;BR /&gt;
&lt;BR /&gt;
I myself use the Express version, I don't (can't) debug to AutoCAD.&lt;BR /&gt;
&lt;BR /&gt;
But I believe "AutoCAD.Application.16" is for AutoCAD2004&lt;BR /&gt;
AutoCAD.Application.16.1 = AutoCAD 2005&lt;BR /&gt;
AutoCAD.Application.16.2 = AutoCAD 2006&lt;BR /&gt;
AutoCAD.Application.17 = AutoCAD 2007&lt;BR /&gt;
AutoCAD.Application.17.1 = AutoCAD 2008&lt;BR /&gt;
&lt;BR /&gt;
Correct me if I'm wrong.&lt;BR /&gt;
A. Caddie</description>
      <pubDate>Tue, 05 Feb 2008 19:55:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172302#M75658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T19:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172303#M75659</link>
      <description>Does your program need to be stand alone or can it be loaded into AutoCAD?</description>
      <pubDate>Tue, 05 Feb 2008 21:12:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172303#M75659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T21:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172304#M75660</link>
      <description>Yeah, you are calling the wrong version number. That should be the fix you are looking for.</description>
      <pubDate>Wed, 06 Feb 2008 15:12:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172304#M75660</guid>
      <dc:creator>rdswords</dc:creator>
      <dc:date>2008-02-06T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172305#M75661</link>
      <description>I'm getting a real nasty feeling about AutoCAD 2008 and VB.NET...kind of like...THEY DO NOT PLAY WELL TOGETHER!&lt;BR /&gt;
&lt;BR /&gt;
Somebody (VB.NET or AutoCAD 2008 via  "AutoCAD.Application.17" or "AutoCAD.Application.17.1" or  "AXDBLib.AcadRegisteredApplication.17" or  "AXDBLib.AcadRegisteredApplication.17.1") can not detect a running instance of AutoCAD.&lt;BR /&gt;
&lt;BR /&gt;
I am working on a stand alone application that will start AutoCAD 2008 if it is not running.&lt;BR /&gt;
&lt;BR /&gt;
This is an EXTREMELY SIMPLE thing to do in AutoCAD 2004.&lt;BR /&gt;
&lt;BR /&gt;
I am sure that there is an equally easy way to detect an existing instance of AutoCAD 2008...&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know how to do this?&lt;BR /&gt;
&lt;BR /&gt;
What REFERENCES must I establish?&lt;BR /&gt;
What IMPORTS must I state?&lt;BR /&gt;
&lt;BR /&gt;
Sheesh, if just starting AutoCAD 2008 is this difficult, I can only imagine what's waiting for me as I try to port over my 5,000 lines of existing code...</description>
      <pubDate>Wed, 06 Feb 2008 15:20:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172305#M75661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172306#M75662</link>
      <description>VB.NET 2005 and VB.NET 2008 both work fabulously with AutoCAD 2004...&lt;BR /&gt;
&lt;BR /&gt;
Is anyone using VB.NET with AutoCAD 2008?&lt;BR /&gt;
&lt;BR /&gt;
Ominously...I get zero hits when I Google "AXDBLib.AcadRegisteredApplication"...the AutoCAD 2008 equivalent of "AutoCAD.Application" in AutoCAD 2004...&lt;BR /&gt;
&lt;BR /&gt;
(And in case you might be wondering "if 2004 worked so well, why's this guy trying to use 2008?"...answer - corporate decision...Autodesk no longer supports ACAD2004.)</description>
      <pubDate>Wed, 06 Feb 2008 15:25:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172306#M75662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172307#M75663</link>
      <description>Try this:&lt;BR /&gt;
&lt;BR /&gt;
Imports Autodesk.AutoCAD.Interop&lt;BR /&gt;
Imports Autodesk.AutoCAD.Interop.Common&lt;BR /&gt;
Public acadApp As AcadApplication&lt;BR /&gt;
acadApp = CreateObject("AutoCAD.Application.17")&lt;BR /&gt;
acadApp.Visible = True&lt;BR /&gt;
&lt;BR /&gt;
It works for this guy: http://discussion.autodesk.com/thread.jspa?messageID=5737438</description>
      <pubDate>Wed, 06 Feb 2008 15:35:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172307#M75663</guid>
      <dc:creator>rdswords</dc:creator>
      <dc:date>2008-02-06T15:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172308#M75664</link>
      <description>Your AutoCAD vintage assignments are correct...&lt;BR /&gt;
&lt;BR /&gt;
Now you have me wondering if I can debug to AutoCAD at home...I'm running AutoCAD 2004 and VS 2005 and VS 2008 on my home machine...I'll check that out and report back later.</description>
      <pubDate>Wed, 06 Feb 2008 15:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172308#M75664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172309#M75665</link>
      <description>Starting AutoCAD 2008 ain't the problemo...&lt;BR /&gt;
&lt;BR /&gt;
Detecting an existing instance of AutoCAD 2008 IS A PROBLEM (at least so far)...&lt;BR /&gt;
&lt;BR /&gt;
My question remains!&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know of a way to detect an existing instance of AutoCAD 2008 with VB.NET?</description>
      <pubDate>Wed, 06 Feb 2008 15:51:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172309#M75665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T15:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172310#M75666</link>
      <description>So your code snippet still doesn't work if you correct the version number?&lt;BR /&gt;
&lt;BR /&gt;
Try&lt;BR /&gt;
objAcad = GetObject(, "AutoCAD.Application.17")&lt;BR /&gt;
Catch exc As Exception&lt;BR /&gt;
Control.CheckForIllegalCrossThreadCalls = False&lt;BR /&gt;
SplashScreen1.Hide()&lt;BR /&gt;
objAcad = CreateObject("AutoCAD.Application.17")&lt;BR /&gt;
MsgBox("Press OK when AutoCAD has started, " &amp;amp; (Chr(13)) &amp;amp; (Chr(10)) &amp;amp; _&lt;BR /&gt;
" and your drawing has loaded...")&lt;BR /&gt;
End Try</description>
      <pubDate>Wed, 06 Feb 2008 16:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172310#M75666</guid>
      <dc:creator>rdswords</dc:creator>
      <dc:date>2008-02-06T16:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172311#M75667</link>
      <description>I don't have the answer to your question, but I do have a suggestion.&lt;BR /&gt;
&lt;BR /&gt;
http://www.google.com/search?hl=en&amp;amp;rlz=1T4RNWN_en___US216&amp;amp;q=C%23++Running+Object+Table+&amp;amp;btnG=Search</description>
      <pubDate>Wed, 06 Feb 2008 16:26:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172311#M75667</guid>
      <dc:creator>dsnodgrass</dc:creator>
      <dc:date>2008-02-06T16:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172312#M75668</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Try the attachment, I tried it out as a test to be able to send a command to autocad. Of course some checks need to be done. like is a document open, no command active etc..., also if multiple AutoCAD sessions are active, which to select?&lt;BR /&gt;
&lt;BR /&gt;
I don't remember where I got it from? probably here.&lt;BR /&gt;
I hope it helps you.&lt;BR /&gt;
&lt;BR /&gt;
A. Caddie&lt;BR /&gt;
Win Xp Prr Sp2, AutoCAD 2008, VS2005 express</description>
      <pubDate>Wed, 06 Feb 2008 19:18:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172312#M75668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T19:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172313#M75669</link>
      <description>I repeat.&lt;BR /&gt;
&lt;BR /&gt;
Does your program need to be stand alone or can it be loaded into AutoCAD?</description>
      <pubDate>Wed, 06 Feb 2008 21:10:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172313#M75669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T21:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172314#M75670</link>
      <description>The GetObject is what I used when programming to AutoCAD 2007 with MSAccess.  It is a VBA thing, but you should be able to get to it as mentioned earlier.&lt;BR /&gt;
&lt;BR /&gt;
IF GetObject fails then there are no open versions of autocad.  Otherwise it always returned the very first opened AutoCAD still in memory.  Worked well for my needs.  Since then I have moved into VS2005 with AutoCAD2008 using VB.Net, and my system runs as a palette window inside of autoCAD, so I don't concern myself with opening ACAD. &lt;BR /&gt;
&lt;BR /&gt;
Just to cheer you up tho, I have done lots of programming to AutoCAD 2008 wth .net 2.0 in VB.Net through VS2005, and most things work great, my code just sucks!!&lt;BR /&gt;
&lt;BR /&gt;
jvj</description>
      <pubDate>Wed, 06 Feb 2008 21:45:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172314#M75670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T21:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172315#M75671</link>
      <description>Thanks!&lt;BR /&gt;
&lt;BR /&gt;
This looks quite interesting...</description>
      <pubDate>Thu, 07 Feb 2008 16:37:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172315#M75671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-07T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172316#M75672</link>
      <description>Thanks to everyone for the suggestions and assistance!&lt;BR /&gt;
&lt;BR /&gt;
I have decided that life is too short for these kinds of experiences to continue...hence, and forthwith, I'm moving to Costa Rica. I'm done trying to pull my own *** through knot holes of varying diameter...&lt;BR /&gt;
&lt;BR /&gt;
OK, actually not...I ended up removing every reference to anything even remotely suggesting an association with AutoCAD...and restored only the "AutoCAD 2008 Type Library" reference...&lt;BR /&gt;
&lt;BR /&gt;
Then I went through my code and hard coded the long name into each of 70 then resulting errors...and presto, my program came alive in AutoCAD 2008.&lt;BR /&gt;
&lt;BR /&gt;
I think there was some kind of "directional" error with my specifying the reference "Autodesk.AutoCAD.Interop.Common"...at any rate, I'm moving along...&lt;BR /&gt;
&lt;BR /&gt;
Thanks again to everyone!</description>
      <pubDate>Thu, 07 Feb 2008 16:45:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172316#M75672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-07T16:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: VB.NET 2005 and AutoCAD 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172317#M75673</link>
      <description>getobject(AutoCAD.Application) 2008</description>
      <pubDate>Thu, 26 Jun 2008 08:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/vb-net-2005-and-autocad-2008/m-p/2172317#M75673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-26T08:51:40Z</dc:date>
    </item>
  </channel>
</rss>

