Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bekahbeets
Creator
Creator

Qlik .net sdk nuget package not picking up 'using Qlik.Engine'

When I put the using statement at the top of my .cs page like so:

using Qlik.Engine; , it gives me an error and can't find it.

qlik .net error.PNG

1 Solution

Accepted Solutions
bekahbeets
Creator
Creator
Author

So after installing via nuget, there is a new folder created in the solution called 'packages'.

1. open windows explorer folder

2. Navigate to the packages via folder window: ...packages\QlikSense.NetSDK.13.2.0.0\lib\net452

3. Copy and paste the files into the bin folder.

5. Build solution by right clicking on solution name and clicking 'Build'answer to not finding qlik reference.PNG

View solution in original post

3 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Rebekah,

I believe something went wrong while doing the setup of the SDK and the editor your using couldn't locate the Qlik.Engine package.


Try following the steps from the following link:

Basic setup of Qlik Sense .NET SDK ‒ Qlik Sense

Felipe.

bekahbeets
Creator
Creator
Author

Hey i uninstalled, restarted my computer, and then installed again via the package manager command line. same problem.

bekahbeets
Creator
Creator
Author

So after installing via nuget, there is a new folder created in the solution called 'packages'.

1. open windows explorer folder

2. Navigate to the packages via folder window: ...packages\QlikSense.NetSDK.13.2.0.0\lib\net452

3. Copy and paste the files into the bin folder.

5. Build solution by right clicking on solution name and clicking 'Build'answer to not finding qlik reference.PNG