Hi, I'm getting the following problem when trying to create a WCF webservice that the Windows and ASP.Net clients will connect to. Here's the error message returned from the webservice: [Start quote] Server Error in '/ClaimsWS' Application. -------------------------------------------------------------------------------- The type 'WCFClaimsmaster', provided as the Service attribute value in the ServiceHost directive could not be found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The type 'WCFClaimsmaster', provided as the Service attribute value in the ServiceHost directive could not be found. [End quote] When I do some research with regards to this error, what I find is that there is an assembly missing where those classes are compiled in. And, when I look in the webservice's bin folder(of any other folder), there isn't any assemblies that is directly related to the WCF webservice(other than the business layer and data layer assemblies). And, I simply used the Multi-tier Application option in the Code Complete solution wizard. Any ideas how to fix this? Also, I noticed that when selecting the Multi-tier Application solution wizard, the Windows and the ASP.Net projects do not reference the webservice for connectivity, but the database server directly, because I can turn off the webservice and still run the Windows and the ASP.Net applications. Thanks for any help. Daniel Rail |