C# Com-Library for different Corel Versions

Former Member
Former Member

Hello,

how can I use a Software programmed with c# and the corel draw type library on another pc with a different corel draw version installed?

Currently I added a reference to the 18.1 type library (my pc uses corel draw x8) and then I sent the software to my college (have corel draw 2018) but the programm stopped working.

Anything with CLSID...??

Parents
No Data
Reply
  • Get a copy of the Corel.Interop.VGCore.dll from CorelDraw on the library PC and put it into your solution folder. Reference it directly instead. It will allow you to build and it should work on your PC in spite of the minor version differences. Then when you deploy it should continue to work.

Children