Message 1 of 6
Running .dll CommandMethods in accoreconsole
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi AutoDesk Team,
I'm trying to use accoreconsole.exe to 'netload' a .dll file and run a CommandMethod.
The CommandMethod in C# .NET is just a Console.WriteLine().
But my accoreconsole.exe just crashes and exists after running the CommandMethod.
It works when I open up AutoCAD Architecture, run the netload command to import the .dll file and run the CommandMethod. Just not in the accoreconsole.exe.
Is there a way I can make this work for accoreconsole.exe as well?