Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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'
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.
Hey i uninstalled, restarted my computer, and then installed again via the package manager command line. same problem.
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'