Hi,
I am trying to build a simple .NET adapter but when I am trying to create a DataProviderServer object I am getting an exception:
try
{
DataProviderServer server = new DataProviderServer();
.....
}
catch (Exception e)
{
trace (e.text);
}
The exception says:'The type initializer for 'Lightstreamer.DotNet.Server.DataProviderServerImpl' threw an exception'
could you point out what a reason might be?
Thanks a lot