first test-project in map2027 and vs2026
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I'm just getting started with AutoCAD Map 2027 and Visual Studio 2026 (version edit!).
Until now, I've been programming with AutoCAD Map 2024 and Visual Studio 2024.
I watched the following video as a starting point: https://www.youtube.com/watch?v=kPkLqBfSk58
A simple compilation worked when I then used netload.
Now there are two more steps where I’m having trouble.
Point 1
The output should go to the AutoCAD BIN directory, as before. Currently, however, it’s always being output to the project directory.
C:\\VSProjects\\2027_Sandbox\\HalloNet10\\HalloNet10\\bin\\Debug\\net10.0-windows
Even when I specify the BIN directory in the Compile Settings, it still attempts to install to another subdirectory named “net10.0-windows.”
Point 2
A class library cannot be launched directly. To do so, I am prompted to add an executable project to the solution. However, I no longer remember how to do this. The video (13 min.) explains that you should create a Properties/LaunchSettings.json file and then populate it with the appropriate content.
{
"profiles": {
"AutoCAD Debugging": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\Autodesk\\AutoCAD 2027\\acad.exe",
"commandLineArgs": "",
"workingDirectory": "C:\\VSProjects\\2027_Sandbox\\HalloNet10\\HalloNet10\\bin\\Debug\\net10.0-windows"
}
}
}
I did that. But when I run it, the error message still appears.
Can anyone help me?
Regards, Jan
Translated with DeepL.com (free version)