AutoCad :: Save DWG As DXF File For Uploading To PocketGIS Application
Feb 15, 2012
I have an architects drawing that was sent to me as a DWG and I am trying to save it as a R12 DXF for uploading to a pocketGIS application on a PDA.
When I try to save the file I get an pop up message that reads "This drawing contains custom objects that are not supported in previous versions. These objects cannot be saved to a previous version etc. etc." When I close this message the drawing saves anyway. However when I try to open it as a DXF in Autocad 2010 I get the following error message "Unloadable shape/text file
Invalid or incomplete DXF input -- drawing discarded." and needless to say I am unable to load it on the PDA.
View 9 Replies
ADVERTISEMENT
Oct 26, 2012
Just upgraded to CS6 and get this error frequently. This is a major problem for me because linked files and document management are essential to my business.
Running on Windows 7
Can’t save the illustration. The file may be read only, or the file is in use by another application, or you do not have the required permissions. Please save the document with a different name, or in a different folder or directory. -54
How to correct this
View 3 Replies
View Related
Jul 3, 2013
I have opened a block to add a quick leader only and when I tried to close I got the message cannot save back ... (see screenshot 1) when I hit f2 the problem is shown to be a missing application reference (see screenshot 2).
This may not seem a big deal but the problem actually occurred after about 15mins of editing a block and it has taken me about an hour to figure out what the culprit was
View 6 Replies
View Related
Sep 12, 2013
I have exported photos to my harddrive as jpegs that are less than 1mb but when I try to upload them for an assignment on the school website they are 25 mb??
View 4 Replies
View Related
Oct 17, 2010
how to configure an output file in the best possible format for uploading to youtube using VS X2. The youtube tutorial here is a bit out of date. My input file is as follows:
PAL (25 fps)
Microsoft AVI files
24 bits, 720 x 576, 16:9, 25 fps
Lower Field First
DV Video Encoder -- type 1
DV Audio -- PAL, 48.000 kHz, 16 Bit, Stereo
I have been creating an mpg file but I think its better to create an mpeg4 file as it is smaller and quicker to upload I think. I also want to maintain the 16:9 format.
I found the following recommendations on the youtube website: YouTube can accept almost any video format for upload, but for most users we have found the following settings give the best results.
Video Format: H.264, MPEG-2 or MPEG-4 preferred
Aspect Ratio: Native aspect ratio without letterboxing (examples: 4:3, 16:9)
Resolution: 640x360 (16:9) or 480x360 (4:3) recommended
Audio Format: MP3 or AAC preferred
Frames per second: 30
Maximum length: 10 minutes (we recommend 2-3 minutes)
Maximum file size: 1 GB
My first question is - X2 has a built in mp4 "creator". Is this one OK or is the one downloaded and installed from divx.com better? What should the frame size be? On the compression tab what should the video settings be? As my input file is 25fps does that mean that my output should be the same even though youtube recommends 30fps?
View 14 Replies
View Related
Aug 7, 2013
I have made the .NET application with class library which provide us Application DLL file which will used to do our customization.
Once I have loaded my DLL and after that if I make change any thing in the Code and than I rebuilt it, I am getting the following error message:
Error 15 Unable to copy file "objReleaseSemiAuto.dll" to "binReleaseTest.dll".
The process cannot access the file 'binReleaseTest.dll' because it is being used by another process.
Error 14 Could not copy "objReleaseTest.dll" to "binReleaseTest.dll". Exceeded retry count of 10. Failed. SemiAuto
View 1 Replies
View Related
Apr 3, 2013
I am developing a web app ASP.NET MVC 3, which will read the properties files of Inventor (dwg, idw, ipt, iam). Read the properties of these files is by using objects Apprentice Server, which provides Autodesk Inventor View 2012. Connection objects is done through the library RxApprentice.tlb.
Code is shown below:
public ActionResult Index ()
{
try
[Code].....
While debugging applications on Web-server - IIS Express 7.5 development environment Visual Studio 2010 application runs without errors.
After publishing a Web application on IIS 7.0 the following error: "Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))».
A tried: change User Account Control Settings, and set permissions to configuration DCOM objects in Component Services - no results.
Is it possible to read the file properties Inventor of Web applications, and how to do it?
View 3 Replies
View Related
Jan 30, 2012
After setting the Application Options-File tab paths to our company standard and manually restarting IV the paths all revert to "%PUBLIC DOCUMENTS % default paths. Our IT guy is having the hardest time tracking down the root cause, Both users are on stand alone licenses.
1. Where does IV pick up these default file paths? Can I modify that .xml manually as a workaround?
2. How to identify the folders to look for that don't have adequate red-write permissions?
View 9 Replies
View Related
Nov 17, 2011
GOAL - Upload drawing file to space management application.
Client providS me with a furniture plan and then a base plan to xreference it in.
I am getting a message box that reads: "Unreconciled New Layers"
WHAT DOES THIS MEAN AND WHAT DO I NEED TO DO?
Client creates a layer state in the furniture plan to show only what the client needs to see once the drawing is in the space management application.
DOES BRINGING IN THE BASE PLAN AS AN XREF AFFECT THIS LAYER STATE?
HOW DO I KNOW WHAT PATH TYPE TO CHOOSE (FULL, RELATIVE or NO) WHEN I GO TO INSERT THE XTREF?
WHAT IS THE DIFFERECEN BETWEEN ATTACH and OVERLAY?
View 2 Replies
View Related
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
Nov 11, 2013
I'm trying to start Excel and show the results of some BOM items I have written to a file like item number, part number and description.The task is to find components in an assembly that have a part number longer then 39 characters, due to ERP limitations.
What I´m doing is cycling through all BOM (structured) items on first level and check if the part number is longer then 39 characters.
I write these item number, part number, description to an Excel file (temp.xlsx), so the user sees which Components he has to check for the Part Number (make it shorter). I figured it would be best to do that with an excel file, so the user can save the results to a new file or just check it.
Values will be erased from the temporary excel file afterwards.Here I can't figure out how to start the excel application and open the file in an actual application window if possible.
how to list the results with plain iLogic that would do it too or some other solution to list a snapshot from the BOM.I guess there is no way to add your custom BOMViews ?
View 6 Replies
View Related
Nov 24, 2013
How do I re-install a corrupted Photoshop CC app when the Desk Top CC shows the app as "up to date"?
View 2 Replies
View Related
Sep 3, 2012
I bought Adobe Photoshop Elements 9 but get the following alert: "Some of the application components are missing from the Application directory, Please reinstall the application." Can it be reinstalled? It is not available under "History" and none of the available installs appear to be for Mac OS X (Version 10.7.4). S
View 2 Replies
View Related
Mar 19, 2014
I have PSE9 and a macbook pro 10.9. I lost the original DVD that came with my purchase of PSE. Some files must have gotten corrupted because I can't open the program without reintalling. It says, "Some of the application components are missing from the application directory. Please reinstall the application." I have the serial number and all and I registered the product. Is there somewhere I can download a new copy to install?
View 7 Replies
View Related
Nov 5, 2012
at photoshop cs6 extended downloaded in july, i now get the following message: "some of the application components are missing from the application directory. please reinstall the application."
View 2 Replies
View Related
Mar 5, 2014
Im trying to download the blurb plug in and at the set up stage it asks me to locate the Application File for my Adobe InDesign CS5 in my files but i cant locate it how i can locate it?
View 19 Replies
View Related
Jan 24, 2012
I installed a clean, fresh version on my Mac. (No previous versions were ever installed). When I open Photoshop for the first time, everything runs fine: I can open files and edit as usual. As soon as I close it and re-open many things happen:
a) I can go to open a file, but with Window>Application Frame unchecked, I cannot see the open file.
b) All other palletes go awry. I cannot change the open palletes and or edit anything.
c) If I check Window>Application Frame, everything is back to normal. No problems here.
View 10 Replies
View Related
Dec 13, 2013
I have Corel VideoStudio X6 and am experiencing a relink problem. I moved all my media (pics and vid) from c:HomeMediaFiles to d:MediaFiles. I open VS and relink to the new location.
I noticed it didn't relink properly, I have videos with the same name in different directories. In the end it linked to the incorrect video.So, here's my question:
Is there a master file the VideoStudio application uses to reference video locations? I would assume it’s the library and I was hoping I could possibly open the file (with notepad or something) 'find and replace' c:HomeMediaFiles to d:MediaFiles and avoid the relinking through the interface.
I reloaded my library so I still have everything with the old references after I tried to relink through the UI. Good thing I backup regularly.
View 5 Replies
View Related
Nov 27, 2011
After editing a photo in an external application, only the original raw file can be seen. The edited photo is hidden, even when searched for by name.
I have been reduced to the following workaround, which has the drawback of deleting all the original raw (.cr2) edits: Edit the photo; edit in external application; save and close. Back in lightroom, delete the raw file (from lightroom only); then close lightroom, reopen it and then at last I can see my edited file. Then I have to re-import the raw file and of course the edits have disappeared. But at least the final result can be seen.
The photos are supposed to be in a stack, but there appears to be a bug in this function because you can only ever see the raw file.
View 7 Replies
View Related
Feb 12, 2013
I found this error a bit strange, my colleague it trying to save a file and this error keeps on coming out (see attachments). When we try to save it, it only saves as a temp file. When we try to open up the temp file and try to save it, it still doesn't allow us to do. Also, when we cancel the save, the original file will be gone and he will lost all of his data. Below are the specs of the computer and version of the AutoCAD.
Computer: DELL Precision T5500
OS: Windows 7 Ult
AutoCAD Version: 2011
Also, we're using ProSteel Series 3 as well. We tried saving the file using ProSteel and just AutoCAD but it didn't do the trick. I've tried some options (listed below) that might get it to work but still no luck.
1. Restart the computer.
2. Repair / Reinstall AutoCAD.
3. Give permission to the folder (read from the forum).
View 4 Replies
View Related
May 24, 2013
I'm using the file dialog snippet as the foundation for a save as dialog box for saving a new copy of my template assembly to a project folder. Is there a way to disable the ability to click on a file in the window which puts that filename in the input box? The assembly file name is standardized and pre-"calculated" by my code and its a decent hassle if you accidentally click another file because the user would either have to rewrite the file name by hand, or cancel out of the dialog box and re-navigate to the project folder.
Inventor 2013 SP 1.1
View 1 Replies
View Related
Apr 29, 2013
if i need to rename or change anything in the iproperties of ipt, im doing it from the vault.my problem is that, when i change something in iproperties of an ipt thru vault, i have to open the idw to update it.
as most of the iproperties in ipt shows in the idw.
its easy to change the properties in vault. but its deleting its purpose if i have to each idw to make sure i have the updated idw.is there a code where i can open all idw and save the same file and checking to the vault automatically?
View 9 Replies
View Related
Jul 8, 2013
Civil 3D 2013.One of the problems my team has is that we have a number of remote offices that all work on the same drawings. To ensure integrity of the drawings, we use a Wide Area file replication and locking service to ensure the files do not become out of sync and corrupted between offices.
AutoDesk seems to open and save files and their subordinate xrefs serially in a single thread instead of in a multi-threaded manner. Because of this there is a Huge time impact on just opening and saving files at remote sites as a result of Civil 3D having to wait for the home office file lock check on each and every file before opening the next file.
We have 100Mbit down / 20Mbit up transmission links at both sites dedicated to the file replication, with Gbit backbone in both offices.
note that the remote site has a full copy of all files in its replicated share. These local files are what Civil 3D is opening. No Files are being transferred during file open unless a remote change has just occurred (proven through replication logs).
When the drawing file is opened for editing, a file lock check is performed and Windows waits for the response to ensure it can be opened for editing before telling Civil 3D. When Civil 3D has this file open, it has a list of all the xrefs for this file. Civil 3D then seems to open each file in sequence.
This is a problem when a large latency is introduced through our 3rd party Wide area file system by a remote site file lock check.
This is not AutoDesk's fault but the compounding of the two system's operational behaviours, causing a Very long wait on file open, Save, PaperSpace operations (30 minutes for large drawings).
I would like to see a multithreaded (threadpool) file open occur against the entire list of xrefs (during save as well). Then recursively executed for all subordinate xrefs of those files until the operation is complete.
As long as a file list is maintained during the operation and updated as each file operation completes (which obviously it is) in the primary thread, this should not cause any problem. All dependancies can be opened in sequence once the initial file operations are complete and when a particular file in the list is required but not open yet, it's priority can be raised in the threadpool.
View 1 Replies
View Related
Mar 20, 2014
URL....I am using PSE 12 as a photo editor for Aperture 3.5.1 and the photo is duplicated (as a tiff) in Aperture and PSE editor opens with the image. When I close the file and say to save the file it brings up the save as window.
I tell PSE 12 to "on first save -- save over current file" it now brings up the "save as" window and won't save over the file (changes the file type from .tiff to .tif)
View 2 Replies
View Related
Jan 23, 2013
I have Photoshop CS6 and Elements Premiere 11 and both were showing estimated file sizes properly up until a couple of weeks ago, and both stopped at the same time. Using Image, Mode I have verified on both that the images I am trying to save are 8 bit and not 16 bit images. I am on Window 7, 64bit.
View 9 Replies
View Related
Jun 14, 2012
From the start, I wasn't able to save to jpeg without getting a dcm extension (no jpg extension). However, if I saved to Multi-picture Format, I would get the familiar .jpg and everything worked fine for a while. This morning I cannot find a file format in "save as" that results in the .jpg file extension.
View 2 Replies
View Related
Apr 29, 2012
when im about to save my file *project* nothings happen
View 2 Replies
View Related
Nov 13, 2012
[CS6 Extended]I want to click with the mouse on a symbol (normally it should be I disk symbol I think) to save mychanges instead of use of File->Save or Ctrl+S.
But the problem: I can't find a disk/save symbol in Photoshop andalso don't know how can I get it.On "Window" menu I can't get a word "Save" to checkmark it.How can I get a "Save" symbol in Photoshop CS6 Extended?
View 4 Replies
View Related
Dec 12, 2013
I have AutoCAD 2011. A previous employee of this company made a dwg that had a road map overlaid with some polygons representing areas of this or that. The road map was made of lines, polylines, etc. As I hovered the mouse over the roads they highlighted as if to be edited. My co-worker insisted that there was no way he drew the map and must have uploaded it.
The reason I am asking is a current project we have has many maps available as pdfs and other formats. I know how to upload a pdf as a back drop but do not know how I can upload anything not a dwg that can be edited or changed.
View 9 Replies
View Related
Nov 6, 2012
I have a number of PSD files I've created and I'm trying to save them as PDFs. I can Save for Web and Devices, I can save as a .gif, .eps., and every other format I've tested, but I cannot save as a PDF. I get the error:
"Could not save a copy as (filename) because the file is already in use or was left open by another application."
I'm running Adobe Master Collection CS5 with Photoshop CS 5.5 (12.0.4 x64) on a Windows 7 64-bit machine.
I have a 928 GB HD with 697 GB free.
I have rebooted and tried saving the files immediately after I reboot. I have killed my virus scanner. I have killed a number of other possible culprits including Acrotray.exe and CS5ServiceManager.ext
I have run Process Explorer as recommended by Microsoft and found no applications using the file. I've also tried saving the file to my external hard drive and/or renaming the file with only rare luck.
The boards seem to suggest Adobe isn't taking responsibility for this and pointing it back to the OS or other software. How/where to kill whatever process it is - but at this point, all my indicators point back to Photoshop.
View 11 Replies
View Related
Jul 2, 2013
When a client sends me drawings via email, how do I open them up/upload them to my AutoCad LT program?
View 1 Replies
View Related