Issue:-
Default string AutoCAD_VB_plug_in used in place of user defined project name in the following files in a VB project created using AutoCAD 2024 VB plug-in:
- Resources.Designer.vb
- Settings.Designer.vb
- myCommands.Designer.vb
Result:- Build fails until resolved manually
Build started...
1>------ Build started: Project: KeepAttributesHorizontal, Configuration: Debug Any CPU ------
1>C:\Users\ayoad\source\repos\KeepAttributesHorizontal\KeepAttributesHorizontal\My Project\Settings.Designer.vb(67,48): error BC30002: Type 'Global.AutoCAD_VB_plug_in.My.MySettings' is not defined.

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========