Hi,
I have this error when i compile my CodeUnits
Error No. Object Type Object ID Object Name Error Type Function/Trigger Line No. Description
1 Codeunit 5500 Production Schedule Management Error 0 The program cannot get type information from the type library. The type library may be corrupted or have an invalid format. Try to reregister the OLE control or Automation Server.
and all this led me to this function ===>
ProdSched::OnCommit(VAR InitialDataSetDOM60 : Automation "''.IDISPATCH";VAR SimulatedChangesDOM60: Automation "''.IDISPATCH";VAR Confl
CREATE(InitialDataSetXML);
CREATE(SimulatedChangesXML);
CREATE(ConflictingChangesXML);
InitialDataSetXML := InitialDataSetDOM60;
what is the solution please ?
*This post is locked for comments