issue with "has a command inprogress."

issue with "has a command inprogress."

Anonymous
Not applicable
738 Views
3 Replies
Message 1 of 4

issue with "has a command inprogress."

Anonymous
Not applicable

Hi,

 

I am facing issue while saving file as

"xxxx" has a command inprogress.

Hit enter to cancel or [Retry]: *Cancel*

 

This issue comming, only when i am updating title block details in

Initialize() method,while opening drawing

 

Please help me on this.

 

Regards,

Raman

 

0 Likes
739 Views
3 Replies
Replies (3)
Message 2 of 4

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

you might have forgotten to .Dispose a DocumentLock in any of your functions/subs/....

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 4

Anonymous
Not applicable

Thanks for your reply on this.

 

Please let me know how i can .Dispose a DocumentLock

 

Regards,

Raman

0 Likes
Message 4 of 4

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

have you not locked the document by your code? If not, then forget this option;

...otherwise like every disposable object the syntax is:

myObject.Dispose

 

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.

 

If the code is small enough (the part that gives us the chance to recreate your issue) then upload it here.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes