- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm getting 'Unable to location path information file' for AutoCAD 2020's 'contentlib.xml' file path when creating new AcadApplication object.
To give more background, I had AutoCAD 2020 and 2022 both installed on my laptop. the original program was developed for AutoCAD 2020. Later the references changed to work with AutoCAD 2022. Program worked as expected when I had both versions available on the laptop. Later I've uninstalled 2020 and issue started to show up.
Like many support articles on Autodesk site, I've checked the file paths in content manager 'AMCONTENTMANAGER'. File paths there are pointing to 2022 folders but still I'm getting this error. Below is the sample program which is showing the same issue.
Please advise.
Imports Autodesk.AutoCAD.Interop
Module Program
Sub Main(args As String())
Dim vAcadApp As New AcadApplication
End Sub
End Module
Solved! Go to Solution.