.NET Framework Bookmark and Share   
 index > Windows Communication Foundation > WCF Service added to a web site project - can not see generated service class
 

WCF Service added to a web site project - can not see generated service class

Hi,

I have a simplequestion as to how WCF servicereference is integrated intowebsite project. The website acts as a client to the service.

When working witha website project, the service reference is generatedbut the service class that is expected to be generated by svcutil does not appear anywhere in the solution. If the same reference is added in a console application, you can see the generated class, and explore the service through object explorer. You can not see the class nor explore the service using object explorer in a web site project. I'm just wondering why this is the case. Is the service classgenerated from svcutiland added tothe app_code dll when built with no actual file created?

Thanks in advance.

adamvancouver

After looking around some more I found that this was answered in the following thread:
http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/17a512d7-9db6-49de-9bfb-41cf482bb224/

Thanks.

adamvancouver

You can use google to search for other answers

Custom Search

More Threads

• How to run more than one services in a single application
• Setting up Metadata exchange for a Named Pipe Binding
• Consuming WCF Server from classic asp - required 'Type' property was not set.
• svcutil occasionally failing with shared generic model?
• How to access ServiceContract instances from within same application
• WCF Contract Ref
• netTcp and Single Sign-On
• Where Can I find WCF tutorial Videos?
• Contract "IMetaDataExchange" in client configuration does not match the name in service contract
• Detecting service shutdown on client