Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!,
I'm working on an app that use Qlikview Management API. I folowed the steps in this post QlikView Management API - #1 Setting up a Visual Studio project
But when I've compiled the app I have the following error:
Error | 2 | The type 'System.Configuration.ConfigurationElement' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. | C:\Qlikview\API QV - Leandro\Test\Trigger_1_cadena_2\Trigger_1_cadena_2\ServiceSupport\ServiceKeyBehaviorExtensionElement.cs | 7 | 18 | Trigger_1_cadena_2 |
I have no idea what I have to do, any help?
Check the below (found it on stackoverflow):
Make sure all Service Support files are referenced properly in your project.
I sure,
Look, in this line I have the error (apparently):
Are you using
using Trigger_1_cadena.QMSAPIService;
using Trigger_1_cadena.ServiceSupport;
in your main.cs file?
I am using both:
Hmm... can you make sure you're compiling your application in the .net 4 framework..
Yes, I am sure
Check the below (found it on stackoverflow):
I find it, where I have to add the reference?
To your assembly from my understanding