cancel
Showing results for 
Search instead for 
Did you mean: 

PowerDesigner 16.5 no Interop.pdCDM

Former Member
0 Kudos

Hi there,

since I updated to PD 16.5 one of my self written programms cant find references to Interop.pdCDM anymore.

Looking in PD's installation folder, I also cant find the right dll!

Has it been replaced or deleted??

Whats going on?

Thanks for ur replies in advance,

N

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200945
Contributor
0 Kudos

YES that is a known issue.

Log in SAP site and search for note 2023510.

It tells you how to build the dll yourself.

Former Member
0 Kudos

Hi there,

thanks for the quick response...

Unfortunately the Note seems to be deprecated or something, cant open the link

Is there maybe any other source i can get this information from!

Cheers,

N

former_member200945
Contributor
0 Kudos

1) Go to your Powerdesigner folder. Go to Ole Automation->CSharp Samples.

    Open the project file  using Microsoft Visual Studio.

2) In Solution Explorer, expand CSharp Sample1.

    Right click References and select Add Reference.

    Check  Sybase PdCDM xxx Type Library. Click OK.

3)  Go back Solution Explorer. Expand References. Click PdCDM.

     In Properties area.

     Set Copy Local to True

     Set Embed Interop Types to  False

4)  Build the app.