Then trying to execute the following line:
ReadOnlyCollection<RasDevice> list = RasDevice.GetDevices();
I get a very non-helpful RasException (Error code 1070)
.
This is also thrown when executing
RasDevice.GetDeviceByName(...);
I have ran the application as administrator.
Is there a reason why enumerating the available devices may fail?