EBDN - Community - Question & Answers

  Friday, 22 September 2023
  3 Replies
  428 Visits
0
Votes
Undo
Hi,

If I run EB manually in a typical way, the right-click menu that I set will be displayed normally.
However, when EB is executed through an external program,
the user settings right-click menu settings are initialized and displayed as shown in the picture below.
I didn't have this problem in the 2022 version, but I got a problem after updating to the 2023(CU08) version.
I'd appreciate it if you could tell me how to solve this problem.

Additionally, bellow code was used when executing EB.:

System.Type type = System.Type.GetTypeFromProgID("AucEasylectric.AucApplication");
EBApp = (Aucotec.EngineeringBase.Interop.Application)System.Activator.CreateInstance(type);
TempProject = new EBObject.EB_TemplateProject();
EBLoginUser = EBApp.SystemInfo.UserName;