- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've made an intranet website (employees only) using C# Razor Templates. On the same server that hosts the website, I have AutoCAD Electrical 2017 installed.
My goal is be able to create AutoCAD Projects (and manipulate them) using C# from the Razor website.
I've already gone through the "First Plug-in Training" and I've been able to successfully create a desktop application that can do these tasks I need it to do.
Now I want to translate that code in my Razor C# website.
I've installed all of the DLL references (AcDbMgd, AcDx, AcMgd, AcCoreMgd) yet my C# classes are not recognizing some of the crucial AutoDesk libraries.
For example:
using Autodesk.AutoCAD.Interop; //<-- Works great
using Autodesk.AutoCAD.Runtime; //<-- ERROR: does not recognize
Am I doing something wrong? Can someone help point me in the right direction.
Any help is appreciated
Solved! Go to Solution.