I have an application that does not search for DNS (System.Net.Dns.GetHostEntry) under windows 7. This application works fine under XP.
The error is generated: socket error code 11003:
WSANO_RECOVERY 11003
This is a fatal error. This indicates that some fatal error occurred while searching the database. This may be because the database files (for example, BSD-enabled files, services or PROTOCOLS files) cannot be found or the DNS query was returned by the server with a serious error.
What is especially interesting is that this process runs directly from a network resource. If I run it locally under Win 7, it works fine.
I gave full trust to the network in all versions of caspol (32 bits and 64 bits).
Is there any other .NET or Windows 7 security setting that prevents processes from finding DNS from network shares?
Gus paul
source share