|
Hi Jeff,
First of all, thanks a lot for this great project! I already gave you my opinion in a review, but I want to congratulate you again because DotRas rocks!
"This project is pure excellence. Extremely well documented, follows almost all C# nomenclature guidelines, and, of course, provides a very intuitive and, above all, thorough API. Thank you very much!"
Here's my problem:
I set the following properties on a RasEntry:
- Options.RemoteDefaultGateway = false
- Options.DoNotUseRasCredentials = true
- DnsSuffix = "someString"
and then call Update on it.
Everything works fine, but when I go to the properties of the VPN connection, the "Internet Protocol Version 6 (TCP/IPv6)" checkbox is unchecked on the Networking tab (it was checked by default).
I have already seen these three issues which seem related:
but they are marked as resolved and I'm using the latest version (changeset 96926), which I compiled myself as a non-official release (without a strong key or certificate).
Not that this really bothers me, but it might cause trouble for someone.
Is there anything else I can provide to you to diagnose?
Thanks in advance,
Gabriel
|