How to compile a subassembly .dll library?

How to compile a subassembly .dll library?

denes.nagy
Enthusiast Enthusiast
814 Views
1 Reply
Message 1 of 2

How to compile a subassembly .dll library?

denes.nagy
Enthusiast
Enthusiast

Hi,

I'm trying to understand how can I create VB.NET custom subassemblies based on the guideline in the "help.autodesk.com". In the "Installing Custom Subassemblies" topic the following point is unclear for me: "Copy the compiled Autodesk Civil 3D subassembly .dll library to its destination directory."

Where does this .dll library come from? I made a solution and a project in Visual Studio but no .dll file have appeared in the generated folder. How can be it done?

0 Likes
Accepted solutions (1)
815 Views
1 Reply
Reply (1)
Message 2 of 2

Jeff_M
Consultant
Consultant
Accepted solution

When you build the project the dll will, typically, be created in the /bin/Debug and/or /bin/Release folder in the project.'2023-06-29_07-32-55.png

Jeff_M, also a frequent Swamper
EESignature