Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
patrik_seger
Partner - Creator
Partner - Creator

32-bit parts of Qlik Sense Desktop?

When I connect my 64-bit application with

AsDirectConnectionToPersonalEdition()

I get an exception thrown in the output log:

Exception thrown: 'System.BadImageFormatException' in mscorlib.dll

Exception thrown: 'System.BadImageFormatException' in Qlik.Sense.Communication.dll

This indicates (according to what I've learned) that there are are some 32/64 bit related issues. It though seems to continue to run ok?

Since Qlik Sense is a 64-bit product, are there any 32-bit objects used by Sense Desktop?

I'm doing this on a 64-bit Win7 system and I'm using Sense Desktop 3.0.0.

Thanks, Patrik

1 Solution

Accepted Solutions
konrad_mattheis
Luminary Alumni
Luminary Alumni

Hi Patrik,

I don't understand your issues. Do you have the possibility to attach a small sample project. I'm developing a Excel Plugin with the .NET SDK, this is running under 32bit and 64bit / Windows 7-10 without any issues.

So I don't see any issue on the .NET SDK or Qlik Sense Desktop side.

bye Konrad

View solution in original post

2 Replies
konrad_mattheis
Luminary Alumni
Luminary Alumni

Hi Patrik,

I don't understand your issues. Do you have the possibility to attach a small sample project. I'm developing a Excel Plugin with the .NET SDK, this is running under 32bit and 64bit / Windows 7-10 without any issues.

So I don't see any issue on the .NET SDK or Qlik Sense Desktop side.

bye Konrad

patrik_seger
Partner - Creator
Partner - Creator
Author

Hi

Yes, I dont't understand my issues as well

I guess I was surprised to see the Exception thrown when I thought everything was running 64-bit mode, but maybe this is the internal design of the .NET API for Sense to handle 32-bit clients as well?

I'll close the question, thanks for your time.