You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

irfan

Unregistered

1

Sunday, July 17th 2011, 1:12am

Error running Example .NET Client API

I have an error when i running example .net client API :The specified module could not be found. (Exception from HRESULT: 0x8007007E)

please help...
Irfan

outlaw77

Master

Posts: 44

Date of registration: May 7th 2010

  • Send private message

2

Sunday, July 17th 2011, 11:15am

Error running Example .NET Client API »

hi irfan,

I think in this case a dll is missing in you bin directory!
Use Dependency Walker (depends.exe) from MS to find out which!

Regards
robert

Posts: 1

Date of registration: Aug 30th 2011

  • Send private message

3

Tuesday, August 30th 2011, 11:51am

Hi,

I do have the same problem. I am using VS2010 Express. I've created a new C# Console Application and added a reference to "C:\Programme\Jedox\Palo\Jedox.Palo.Comm.dll"

If I run my code (copied from the SDK examples), I get the following error:
"Die Datei oder Assembly "Jedox.Palo.Comm.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Das angegebene Modul wurde nicht gefunden."

What do I have to do to get the examples running?

I've already searched the archieves and the internet but without success :(

Any help is greatly appreciated!

Thanks in advance,
Dominik.

andima

Beginner

Posts: 1

Date of registration: Jun 11th 2012

  • Send private message

4

Monday, June 11th 2012, 11:05am

Hi,

same problem on my PC.
I'm using Win7 64 with Microsoft Visual Studio 2010 Express and wanted to to test the API with Visual Basic.

Have you found a solution?

Thanks!

  • "a_malinowski" is male

Posts: 72

Date of registration: Nov 12th 2008

Location: Berlin, Germany

  • Send private message

5

Monday, June 18th 2012, 6:23pm

Hi,

the DLL Jedox.Palo.Comm.dll has 2 depending DLL's:
- libpalo_ng.dll
- libpalo2.dll

If you use a function out of Jedox.Palo.Comm.dll it looks for these 2 DLL's on runtime. Your application is looking for these DLL's in the folder, where your compiled application is located and not, where the referenced Jedox-DLL is stored. The easiest way is to insert all 3 DLL's in your project and let the compiler copy them into the output folder while build process.

There is a screenshot from my project, where you can see options you have to choose. It is not necessary to set a reference to these extra DLL's.
a_malinowski has attached the following image:
  • Screenshot - 12-06-18 180928.png
Andreas Malinowski
FORECAST Unternehmensplanungen GmbH, Berlin, Germany
www.forecast.de

Rate this thread