- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm new to the forums and to LISP in general. I am on Windows 11 Pro, AutoCAD 2024 and I have a routine that my predecessor worked on that keeps giving an error dialogue box, and I don't know enough about LISP to find what is going wrong. The routine is to create and assign layers based on our company standards that are in a .CSV file. The LISP code has a portion that creates an error dialogue box when the file isn't found. The perplexing thing is that the .CSV file does exist (in the same folder as the LISP file) and I have been trying to find out if there is an error in the file pathing with no luck. This issue didn't happen with ACAD2023 but I have recently switched to ACAD2024 and it is the only routine that won't work (it may be the only routine that points to an external file). So far, I have:
- checked the .cuix file to make sure the routine was listed in the tool palette and the ribbon
- checked ACAD Options > Files > Customization Files to make sure the correct .cuix file was under "Enterprise Customization File"
- added the folder path with the .CSV file to "Support File Search Path"
- removed the default program to open the .CSV file in Windows
- switched .cuix file and workstation profiles, then switched back.
The only mention of the .CSV file "Master Layer List.CSV" in the LISP code is in reference during the creation of the error dialogue box. The only thing I can think of is that the file path needs to be mentioned in the LISP routine code, but the routine has worked successfully with the same .CSV file in the past. Can someone help me troubleshoot?
Thanks in advance
Solved! Go to Solution.