I am using the Jedox 5 DotNet API's provided by Jedox.
I have created a new C# Empty Application:
Image:: img407.imageshack.us/img407/7874/image1ue.png
There are a total of 4 dll files in the SDK ->
1. Jedox.Palo.Comm.dll
2. JedoxXlHelper.dll
3. libpalo_ng.dll
4. libpalo2.dll
Of these only Jedox.Palo.Comm.dll is a valid assembly / com component and can be added as a reference. I am unable to add references to the other three files directly.
But I have placed them in the bin/Debug folder of the application as can be seen here: img43.imageshack.us/img43/5048/image2zvi.png
Unlike the Palo SDKs, the Jedox SDKs are build for .Net Framework 4.0, so I am not changing that at all, the target framework is 4.0
So when I execute the code, a simple connection statement, I get this error:
Could not load file or assembly 'Jedox.Palo.Comm.dll' or one of its dependencies. The specified module could not be found.
Images here:
1. img521.imageshack.us/img521/2924/image3vr.png
2. img827.imageshack.us/img827/4282/image4oej.png
What is it that I am missing. What file is the dll referencing?
Any help will be greatly appreciated.
Thanks & Regards
Indrajit
I have created a new C# Empty Application:
Image:: img407.imageshack.us/img407/7874/image1ue.png
There are a total of 4 dll files in the SDK ->
1. Jedox.Palo.Comm.dll
2. JedoxXlHelper.dll
3. libpalo_ng.dll
4. libpalo2.dll
Of these only Jedox.Palo.Comm.dll is a valid assembly / com component and can be added as a reference. I am unable to add references to the other three files directly.
But I have placed them in the bin/Debug folder of the application as can be seen here: img43.imageshack.us/img43/5048/image2zvi.png
Unlike the Palo SDKs, the Jedox SDKs are build for .Net Framework 4.0, so I am not changing that at all, the target framework is 4.0
So when I execute the code, a simple connection statement, I get this error:
Could not load file or assembly 'Jedox.Palo.Comm.dll' or one of its dependencies. The specified module could not be found.
Images here:
1. img521.imageshack.us/img521/2924/image3vr.png
2. img827.imageshack.us/img827/4282/image4oej.png
What is it that I am missing. What file is the dll referencing?
Any help will be greatly appreciated.
Thanks & Regards
Indrajit