Is there any registry key which i can look for wcf 4.0
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out this blog post on how to detect .NET 4.0 – if you have .NET 4.0, you have WCF 4.0
WCF is part of the "client profile" of .NET 4.0 – so this would be a check for WCF 4.0 (seems there are some more advanced WCF features which are not part of this – unfortunately, I don’t know for sure what those are).
Find more on the .NET 4 client profile in this MSDN library article.
If you need to detect the full .NET 4.0 (not just the client profile) check this: