WCF Exception

Discussion in 'ASP.NET / ASP.NET Core' started by cnotley, Mar 7, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have searched online for a solution, but have yet to find one that works.

    I have a Silverlight application that uses a WCF web service.

    Everything runs fine on my development environment.

    When I publish to DiscountASP - the web service gives me the following exception:

    "Server Error in '/eLearning/Services' Application.
    The type 'eLearning.Web.Services.Learning, eLearning.Web', provided as the Service attribute value in the ServiceHost directive could not be found. "

    I have made "eLearning" a web application - and moved the web.config to the root of the folder.

    I have also confirmed that in the markup for the web service, that the service property states "eLearning.Web.Services.Learning, eLearning.Web".

    Any ideas as to what I am doing wrong?

    Please advise.

    Thank you.

    Christopher
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    did you put the dll in the correct bin directory?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page