Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you have installed Progress Developer Studio and the OpenEdge UltraControls from OpenEdge 12.2 and 12.3 on the same developer PC

...

For Example

Before Changes

Code Block
<assembly name="Infragistics4.Documents.Core.v19.2, Version=19.2.20192.198, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>

...


<assembly name="Infragistics4.Documents.Excel.v19.2, Version=19.2.20192.198, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>

Version=19.2.20192.198

After Changes

Code Block
<assembly name="Infragistics4.Documents.Core.v19.2, Version=19.2.20192.381, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>

...


<assembly name="Infragistics4.Documents.Excel.v19.2, Version=19.2.20192.381, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>

Version=19.2.20192.381

References

What OpenEdge release is associated with which Infragistics version?
Which .NET Framework Versions are supported with OpenEdge?