

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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'


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey i uninstalled, restarted my computer, and then installed again via the package manager command line. same problem.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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'
