<?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 issue with &amp;quot;has a command inprogress.&amp;quot; in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748773#M51674</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing issue while saving file as&lt;/P&gt;&lt;P&gt;"xxxx" has a command inprogress.&lt;/P&gt;&lt;P&gt;Hit enter to cancel or [Retry]: *Cancel*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue comming, only when i am updating title block details in&lt;/P&gt;&lt;P&gt;Initialize() method,while opening drawing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2013 07:49:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-09T07:49:47Z</dc:date>
    <item>
      <title>issue with "has a command inprogress."</title>
      <link>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748773#M51674</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing issue while saving file as&lt;/P&gt;&lt;P&gt;"xxxx" has a command inprogress.&lt;/P&gt;&lt;P&gt;Hit enter to cancel or [Retry]: *Cancel*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue comming, only when i am updating title block details in&lt;/P&gt;&lt;P&gt;Initialize() method,while opening drawing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 07:49:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748773#M51674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-09T07:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: issue with "has a command inprogress."</title>
      <link>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748779#M51675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you might have forgotten to .Dispose a DocumentLock in any of your functions/subs/....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 08:05:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748779#M51675</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-01-09T08:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: issue with "has a command inprogress."</title>
      <link>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748816#M51676</link>
      <description>&lt;P&gt;Thanks for your reply on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how i can .Dispose a DocumentLock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 09:22:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748816#M51676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-09T09:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: issue with "has a command inprogress."</title>
      <link>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748823#M51677</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you not locked the document by your code? If not, then forget this option;&lt;/P&gt;&lt;P&gt;...otherwise like every disposable object the syntax is:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#666699" face="lucida sans unicode,lucida sans"&gt;myObject.Dispose&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure now (assuming you have not used a DocumentLock) if the same message might be thrown when you forgot a transaction to dispose? At least it's worth to look into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the code is small enough (the part that gives us the chance to recreate your issue) then upload it here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 09:33:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/issue-with-quot-has-a-command-inprogress-quot/m-p/3748823#M51677</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-01-09T09:33:40Z</dc:date>
    </item>
  </channel>
</rss>

