Hi there!
I'm running some labs and checking custom mods between versions prior our upgrade from 8.0.1 to 8.1. I'm focused on the web interface.
Is there a way I could run this 8.1 code:
var conn = new VI.WebRuntime.ServiceConnection(VI.WebRuntime.IoC.UnitySingleton.Container.Resolve<IConfigDocument>()).Get();
in version 8.0.1 ? When I compile the web project I get an error:
'VI.WebRuntime.ServiceConnection' does not have a constructor taking 1 arguments.(CS1729)
Regards!