Scratching my head here...
I am using VS 2022 with 4.8 Framework
I am getting a System.Net.Sockets.SocketException: 'An invalid argument was supplied' error when I try to launch my app.
It doesn't show me the line it's caused by or anything. I don't use any networking in my application however I do connect to SQL and Active Directory and am thinking that could be causing it? Not really sure. I am at a total loss is there anything I can do to further identify what's going on?
Thanks