Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
dineshsingh
Partner - Contributor III
Partner - Contributor III

QMS API Creating a new task

I'm trying to create a new task using QMS API. I'm getting an error. Here is the snapshot. Any ideas are welcome.Error.jpg

4 Replies
Anonymous
Not applicable

add namespaces:

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading;

using System.IO;

using getCALs.QMSBackendService;

using getCALs.ServiceSupport;

dineshsingh
Partner - Contributor III
Partner - Contributor III
Author

Hi Antonio,

   Thanks for your quick reply. I added the above name space and got the following error. PFA snapshot.Error2.jpg

Anonymous
Not applicable

That's the problem.

You don't have it (DLL's) needed.

Read this:

http://broadcast.oreilly.com/2010/07/understanding-c-namespaces-and.html

sudeepkm
Specialist III
Specialist III

HI Dinesh, Were you able to resolve this issue?