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.

iTchuksi

Professional

  • "iTchuksi" started this thread

Posts: 15

Date of registration: Jul 27th 2012

  • Send private message

1

Friday, July 27th 2012, 5:24pm

Error on Simple Jedox.Palo.Comm application

Hi All,

Below is an error I got when trying to run a simple application to create connection to Palo using Visual Studio 2008.

Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'Jedox.Palo.Comm, Version=3.1.0.0, Culture=neutral, PublicKeyToken=df062f138958246e' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Can anybody help me resolve this? I have loaded Jedox.Palo.Comm.dll to my project reference folder, however libpalo2.dll and libpalo_ng.dll could not load to the reference folder so I decided to copy them manually to the bin\debug folder of my project.

Is there anything I am missing? I need to get a sample application to run so that I can start my major development work. Thanks all for your anticipated help.

This post has been edited 1 times, last edit by "iTchuksi" (Jul 27th 2012, 5:35pm)


axi

Sage

Posts: 661

Date of registration: Mar 5th 2009

Location: Germany / Bargteheide

Occupation: BI

  • Send private message

2

Tuesday, July 31st 2012, 4:03pm

the DDLs you copied are 32bit PEs - there might be problems getting them to work in a 64bit environment

3.1?
if this refers to the Palo version these DLLs are at best compiled via VS 2005

I would get the latest source and compile it with VS 2008
Jedox also provides a SDK (3.3 AFAIK) for connectiong to the server

Rate this thread