- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I ran the LoadableComponent project (Mentioned here by Kean Walmsley) in my machine successfully After Building with Visual Studio. Whenever I try to run it on another machine (Without Building with Visual Studio) I get this Exception:
System.IO.FileNotFoundException: Problem in loading application
at Autodesk.AutoCAD.Interop.IAcadApplication.GetInterfaceObject(String ProgID)
I did everything Kean said (RegAsm and everything) but nothing works.
My Machine: Windows 7 x64, AutoCAD 2014, Visual Studio 2010
Other Machines: Windows 7 x64, AutoCAD 2014
Things I tried:
Registry Permissions
Files UnBlock - To make sure they are not blocked by any program
Tried on Several Other Machines without Building in Visual Studio
Things I tried and Worked:
Installed Visual Studio on the other Machines, Built the Project, after several trials got it to work
I want to deploy the Application, so I don't want to build the code on other Machines.
Any help would be Appreciated.
Please Help ![]()
Best regards,
Mahmoud AbdElMoneam
Solved! Go to Solution.