Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

AlteryxAPISample C# application is failing with missing DLL error

dotnetravi
5 - Atom

I am trying to run the AlteryxAPISample application, but it is failing with the below error. I have copied the Base.dll file to the execution directory but still it is failing. 

 

System.DllNotFoundException: 'Unable to load DLL 'Base.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'

 

Few additional inputs on this issue, C# application using the Altreyx version 2018.4 DLL reference is working without any issues. Issue is with the latest Altreyx version (2023.1.1), not quite sure if I am missing any prerequisites.

 

Please help me in resolving this issue. Thanks in advance.

3 REPLIES 3
apathetichell
20 - Arcturus

The .NET API is deprecated as of December 2021.

 

https://help.alteryx.com/developer-help/net-api

apathetichell
20 - Arcturus

Which application are you running (ie where did you find it?) my hunch is it's no longer maintained...

 

dotnetravi
5 - Atom

Thanks for your response. I am using the sample code given in APIs\SampleCode directory.

Labels
Top Solution Authors