Skip to main content

Hi,

 

Itried compiling this sample code:

How to get all destinations and their worklist statuses

 

But I am getting an error:

The name 'ConfigurationManager' does not exist in the current context

 

Which asssembly is ConfigurationManager in?

 

Thanks,

 

Paul

 

This is part of the .Net "System.Configuration" assembly, as per:


 


https://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager(v=vs.110).aspx


 


I believe the referenced code had a using statement at the top:


 


"using System.Configuration" 


Reply