This line appears in my Silverlight application cs.project file.
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
Just wondering if anyone know anything about how it works and why it is there.
Thank you.
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.
When you right click on the
Service Referencesnode in the Solution Explorer and Pick theAdd Service Reference..you can add a Service reference to your silverlight project. You will see some additional node in your csproject and under teh Service References folder you will see bunch of auto-generated files that help you connect easily to the service and invoke methodsThen your project will look something like this
Yours is empty because you haven’t added any service references