ADN-DevTech / AutoCAD-Net-Wizards

AutoCAD .Net Wizards for Visual Studio
www.autodesk.com/developautocad
Other
96 stars 39 forks source link

User defined project name not set correctly in *.Designer.vb files in VB project #11

Open Sreeparna-11 opened 9 months ago

Sreeparna-11 commented 9 months ago

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:

  1. Resources.Designer.vb
  2. Settings.Designer.vb
  3. 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. GIT_Issue_Wizard_VB_AutoCAD_VB_plug_in ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========