AutoCAD .NET :: Save All Open Drawings

Aug 9, 2011

I tried the following method to save all drawing currently open. It always fire fill access arror, whereas AutoCAD can save the file wihthout any issue. Here I am checking for drawings that not even saved once and ask the user to take action for those files.

 try
{
DocumentCollection docs = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager;
foreach (Document doc in docs)
{
string dname = doc.Name;
string s = doc.Name.Substring(doc.Name.LastIndexOf('\') + 1);

[code]....

View 2 Replies


ADVERTISEMENT

AutoCAD 2010 :: 2012 Slow To Open And Save Drawings

May 9, 2012

Autocad 2012 was working fine until a week ago when it started taking a long time to open drawings--even search for drawings on our network.  It also takes at least 30 seconds to save files, where it used to take 5 seconds at most. 

I found the AutoCad 2012 and AutoCad LT 2012 SP1 Ribbon Hotfix, which sounded like my problem, but it is for Product Version F.107.0.0 and I have Product Version F.51.0.0.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Zoom Extents / Save All / Close All Open Drawings?

May 26, 2010

how to make a routine for zoom extents, save all, and close all open drawings in a single routine?

View 3 Replies View Related

Illustrator :: Why Take So Long For Open / Save Or Save As Dialog Boxes To Open

Dec 11, 2012

I'm having a problem throught CS6 with the Open, Save, or Save As dialog boxes not opening for a period of time after clicking on the desired functions.  It can take over a minute just to get the Open dialog box up to browse for a file.  Eventually, the dialog boxes open, but during the time that it's trying to open, the program is unresponsive.  It is happening with all of my CS6 programs.  I have unistalled and reinstalled with no fix.  The programs are updated. 

View 4 Replies View Related

AutoCAD LT :: Save Drawings As PDF File

Jun 7, 2012

I am using AutoCad LT 2006 and I need to save some drawings as a PDF file.  I have tried several times using the instructions on the help menu with no luck.

View 1 Replies View Related

AutoCAD 2010 :: 2012 Crashing Whenever File Open / Save Or Save As Selected

Jun 27, 2013

I have the student version of AutoCAD 2012 on an HP laptop with Windows 7 Home Premium OS.  I originally installed AutoCAD in June of 2012.  It worked fine for 9 or 10 months but now whenever I select File/Open, File/Save, or File/Save As, AutoCAD stops responding and the spinning blue donut appears.  AutoCAD never comes back and I have to close it from Task Manager.  I uninstalled AutoCAD and reinstalled it, and the process went smoothly.  However I still have exactly the same problem with the File operations.  I apply Windows updates, but other than that have not made any changes to the software on the laptop.  AutoCAD works fine for everything except the File operations.  I am able to save with CTL/S and am able to open AutoCAD files from File Manager. 

View 3 Replies View Related

AutoCAD 2013 :: Crashes With Save Drawings?

Aug 10, 2012

Since this week we have autocad 2013 installed. Everything works correct except for the saving part , 90 % of the time if we save an drawing it crashes .

Error :

The program acad.exe version 25.0.55.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.

Process ID: 1134
Start Time: 01cd761edf2b2d93
Termination Time: 15
Application Path: C:Program FilesAutodeskAutoCAD 2013acad.exe
Report Id: 2207e411-e213-11e1-8106-001a4b534618

What we did already ?
- Search on google
- clean install only windows & autocad 2013 installed.

 Specs :
- Intel Xeon CPU 5160 @ 3,00 Ghz ( 2 processors )
- 8 GB of memory
- SSD ( Vertex 3 )
- Windows 7 Enterprise 64 Bit
- Autocad 2013
 
We did alot of research on google but can't really find an solutions , autocad 2012 had no problems with saving files.

Also tried different drawing but even if i start an new drawing and will save it , mostly autocad crashing.

View 9 Replies View Related

AutoCAD LT :: Lags When Two Drawings Are Open?

Sep 3, 2013

about 3 days ago for some reason my cad is really slow when i have two drawings open at the same time.  it lags when i am panning or zooming.

it just started randomly and the computer i am using is new and started using it about 6 months ago and it has been fine since i got it except for the past few days.

it doesn't matter what drawing file is open it lags.  RAM is alot (8gigs)  again this just started happening randomly.  everything else is fine

i am working on AUTOCAD LT 2014

View 9 Replies View Related

AutoCAD .NET :: Add Block When Other Drawings Are Open

Nov 14, 2011

I'm trying to add a block with an attribute to a drawing. The command works if there is only one drawing open, but when there are other open drawings then the block doesn't appear. Strangely if I select the block in the block editor and then close the block editor the block suddenly appears. Do you know what is causing the block to not appear when other drawings are open?

I included the code below. "s1" works but "s2" has the strange behavior of the block not being visible.

[CommandMethod("s1")]
public void AddBlockWithAttributeToDestination_WithNoOtherDrawingsOpen() {
    var attributeValue = "1234";
    var destination = Application.DocumentManager.MdiActiveDocument;
    using (var transaction = destination.TransactionManager.StartTransaction()) {
        addBlock(transaction, destination.Database, attributeValue);
        transaction.Commit();

[code]....

View 9 Replies View Related

AutoCAD 2010 :: PC Freezes After Save / Save As And Open?

Oct 6, 2010

First of all  a little bit about the hardware/software:

- Windows 7 Enterprise 32 bit

- ACAD2011 with 1.1

- Nvidia GeForce 8400 GS (not a supported graphic card from what I know)

- Intel i5-750

Since we got that out of the way let's get to it.

A week ago I was told that a lot of times the PC's freeze when you try to "Save", "Save as" or "Open" a file (we open/save on a network drive). If that happens we have to restart the PC and hope it doesn't happen again, but since this happens quite a lot (over the course of four days about 27 times on 7 PC's) I tried to fix this.

I installed the patch, updated the drivers for the graphic card and reinstalled NET Framework 4. The problem didn't occur as often but it still happened sometimes.

View 9 Replies View Related

AutoCAD Civil 3D :: Drawings Zooms Out On Open

Jun 26, 2012

I'm running 2013 C3D and have a quirk that my drawings zoom out when I first open the file.  I'm not even sure what they are zooming out to as it is not 'Extents'. 

View 9 Replies View Related

AutoCAD 2010 :: Drawings Only Open Read-only?

Jul 17, 2012

For some reason, one of our PC's running MEP 2012 has suddenly started to only open drawings in read-only mode. The same drawings will open just fine on other PC's so they / their folders are not set to read-only in windows. The user also has the exact same access rights on the server as the others.

The strangest thing about this is the following warning box that appears on screen. see attached.

For some reason, the alert message which displays the full path of the dwg in question, has it's path modified with a date and time stamp prefixed with a '@' symbol. Needless to say the folder '@GMT-2012.07.17-11.00.04' does not exist.  In 18 years of playing with AutoCAD I've never seen this one before.

View 6 Replies View Related

AutoCAD LT :: Unable To Open Multiple Drawings

Aug 26, 2013

I usually open several drawing and use"drag and drop".

But something has happened.

Now, I can only open one drawing at the time. When I try to open the second drawing, the program close down the first.

What have I done ? and what shell I do ?

View 6 Replies View Related

AutoCad :: Lost Ability To Open Drawings?

Apr 5, 2013

But, I've lost the ability to open drawings with the traditional "tree" type search.... Something like Windows Explorer. Just before this happened, I had blown up a drawing by, apparently, importing one too many iges files. Got a message that Autocad had an error and was shutting down. Now, when I hit file/open, I get nothing but the command line asking me to enter the drawing path.

View 5 Replies View Related

AutoCAD Civil 3D :: Any Way To Open Drawings With Fatal Errors?

Jan 19, 2010

I can't open a drawing I saved yesterday afternoon. I always get a fatal error after reaching 98%. When i try doing recovery I get a message that is something like a program failure.Is there any way to open that drawing?

View 9 Replies View Related

AutoCAD LT :: Open Multiple Drawings In Separate Windows?

Nov 15, 2011

Currently when I open up multiple drawings (opening them up one at a time) they all appear in the same window (one instance) of AutoCAD.

I want each drawing to open in separate instances so I can view them on separate monitors (and close one without being asked to close them all).

I have tried changing the SDI system variable from 0 and 1 (and vise-versa)

I have tried changing the windows default program from AutoCAD Application to AutoCAD Launcher (and vise-versa)

I have set the TASKBAR system variable at both 0 and 1 (and vise-versa)

Windows 7 

AutoCAD LT 2012

View 9 Replies View Related

AutoCAD LT :: 2012 - Open Drawings - Errors Found

May 24, 2012

Every drawing I created using LT 2009 opens now with "Open Drawings - Errors Found" window telling me the drawing has xxx numbe of errors and asking me whether to continue or close and recover. Why is it doing this?

View 6 Replies View Related

AutoCAD .NET :: 2011 - How To Retrieve List Of Open Drawings

Jan 24, 2012

I was trying to retrieve a list of the currently open drawings before running a batch script in VB .Net 2008 so that the program can check the selected file listto update against whats open already to make sure that the file isnt read only.

View 2 Replies View Related

AutoCAD LT :: 2011 Will Not Open Drawings Opened In 2013

Jun 25, 2013

It seems that once my newly purchased autocad lt. 13 opens up a drawing created by an other co-worker in autocad Lt. 11, it automaticly converts to 13 and now the person using 11 can no longer open the file. what I should do?

View 3 Replies View Related

AutoCAD Architecture :: Dragging And Dropping Between Two Open Drawings

Sep 26, 2012

I cannot get this feature of 2013 to work for me.  When I grab a selected item and drag it to the new drawing window, I get at round circle with a line through it or sometimes I get a command that says invalid. 

View 3 Replies View Related

AutoCAD LT :: 2014 Drawing Bar That Shows Open Drawings

May 9, 2013

AutoCAD LT 2014...Any way to turn off the bar near the top that shows what drawings I have open?  I like to use a clean looking CAD screen and this is an entire line of stuff I don't need to see.  Yes, I'm still using the AutoCAD LT classic workspace (modified of course).

View 2 Replies View Related

AutoCAD .NET :: Two Drawings Open / Netloaded Assembly Only Works In One

Jun 20, 2012

I open a blank 2012 session with drawing1.dwg, then I open a new dwg "drawing2.dwg.So one session, two blank drawings.

I netload an assy into drawing2, and can run a lispfunction from it.

I netload the the assy into drawing 1, and cannot run the lispfunction.

it says "error: no function definition:..."How should the checking process normally be done, to see if a .net dll is loaded?I normally do this with lisp:

(if (not mylispfunctionname)
  (progn
    (COMMAND "NETLOAD" DLLNAME)
    (vl-arx-import 'AcXt-GetColorNoBylayer) ;since I compile to separate namespace vlx's
  )
)

The separate namespace thing is secondary, and I am just talking about loading dll's by hand, and running functions from them on command line. Once I get that ironed out, I can tackle how to detect from inside a vlx.I saw Kean's post on making a dll to detect what dll's are loaded, but its not even working for me once I have that info. URL....

View 7 Replies View Related

AutoCAD 2013 :: When Open Multiple Drawings - First Gets Deleted

Nov 28, 2013

i use Autodesk Autocad 2014 , version 18 I have the following problem I open one drawing and start my work Then i open another one and the first one gets delleted , the sheet remaining empty.

View 9 Replies View Related

AutoCAD 2010 :: Maximum Number Of Open Drawings

Sep 10, 2010

How can you limit the number of open drawings in a session of AutoCAD. Now I can open up 35 drawings in 1 session which will take up a huge amount of memory.

Is there a variable or something like this that I can limit this to 4 for example?

View 5 Replies View Related

AutoCAD 2010 :: How To OPEN Legacy MicroStation Drawings

Apr 4, 2012

I'm trying to OPEN some legacy MicroStation drawings through AutoCAD. I have done this with nearly 400 files thus far but there are a dozen or so that are coming back with an error message reading 'YOU HAVE A SELECTED AN INVALID OR UNSUPPORTED DGN FILE'. I can look at these through Bentley Viewer, but do not have a full version of MicroStation to try and fix things.

How to fix things via AutoCAD?

View 1 Replies View Related

AutoCAD Inventor :: IDW Drawings Taking Long Time To Open?

Jul 5, 2013

A few of my design drawings are taking a long time to open from cold. They are not particularly complex drawings and all the files / assembly etc. that are referenced on them are correctly stored and are not corrupt or 'sick'. Why are these drawings taking so long to open? waiting for them is slowing me down considerably. 

Product Design Suite Ultimate 2013
64-bit HP Z400, Intel Xeon W3550 3.07GHz

12.0GB RAM, ATI FirePro V4800 (FireGL)
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 2 Replies View Related

AutoCAD LT :: Objects In Open Drawings Not Visible In Design Center

Dec 25, 2011

Since upgrading to AutoCAD LT 2011 I cannot use the Design Center for inheriting objects such as layers, blocks etc between drawings. I have a few different drawings open which are displayed in the tree view of the 'open drawings' tab in the Design Center. But the objects of the drawings are not displyed. No +-sign in front of the drawing name, no icons in the icon field, just a summary at thebottom saying '0-items'.

I have tried reinstalling AutoCAD.

View 3 Replies View Related

AutoCAD Inventor :: Set-up A Project File That Can Easily Open Drawings

Nov 30, 2011

set-up a project file that I can easily open my drawings and be able to share with others?I have lost several drawings and time because I have not been able to open my drawings.

View 1 Replies View Related

AutoCAD 2010 :: Open Multiple Drawings Using One Window Only In Windows 7

Jul 6, 2011

why Autocad 2012 opens one window per drawing as opposed to Autocad 2007/2008 opening one window for as many drawings as you have open.  (I also don't care to group/ungroup similar programs through Windows 7.)  This must be an Autocad 2012 program default that I can't figure out to change.  

View 9 Replies View Related

AutoCAD Map 3D :: Messages - Conflict Between Data Tables In Open Drawings

Feb 6, 2009

Whenever I open a drawing in a certain project this error message always pops up.Some of the message details are:

-Parameter ERRCODE; Value 786433
-Error 786433 - Conflict between data tables in open drawings (57 consecutive occurrences)
-Parameter: APPLNAME Value: ad
-Parameter: CLASSNAME Value: airfield

this message box stops popping up when I open the drawings?

View 4 Replies View Related

AutoCAD Civil 3D :: Open Multiple Drawings To Full Screen

Feb 2, 2007

When I open a drawing, if I have other drawings open, the drawing I am opening does not come up maximized. I have to drag the edge up to fill the screen.

Is there a setting for having all drawings open up maximized? The first drawing I open always comes up maximized.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved