Hello , collegues
In my SAP application i use both DI and UI API
I am working in visual studio 2008
When i work in Debug Mode - everything works absolutely correct
But when i Swtich to Release mode , and execute binary out of visual studio i see, that only UI part works
I see following:
1.Icon SAP UI API appears in tray (no SAP DI API icon)
2.When i delete files of running application - exe file and Interop.SAPbouiCOM.dll are locked, but Interop.SAPbobsCOM.dll is not ( i can delete it) -> it means that DI dll is not in use
Could you please help me - what actions should i do to execute DI and UI together
Best regards