Error in loading dll file

Aravind_PV

New Member
Hi, I am facing the below error when trying to load a dll in BP. I tried in visual studio and is working fine. I have added references and namespace correctly. Can someone help me with the error reason.

Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'RasterEdge.XDoc.PDF, Version=10.9.8.40614, Culture=neutral, PublicKeyToken=b638ab5dea8d8105' or one of its dependencies. An attempt was made to load a program with an incorrect format.
 

Aravind_PV

New Member
Thank you Sachin,

I already placed the dlls in BP installation directory, but it didnt work. I contacted BP team, and they confirmed that these dll's target to a specific platform. This targeting cannot be performed in BP, but can be done using Visual Studio. Hence, I had to choose a different approach.
 
Top