开发者

error while running the WCF application

开发者 https://www.devze.com 2023-02-12 22:17 出处:网络
Hello all when i am trying to run the application i am getting error like this one.. The service.svc file has the following code..

Hello all when i am trying to run the application i am getting error like this one..

error while running the WCF application

The service.svc file has the following code..

<%@ ServiceHost Language="C#" Debug="true" Service="prod开发者_StackOverflowcuts.ProductServiceImpl" CodeBehind="~/App_Code/ProductsService.cs" %>

Please help me.. Thankyou


WCF is trying to load a type from your application that doesnt exist. On first look it looks like a typo - did you mean to use the name "Products" rather than "prodcuts"?

0

精彩评论

暂无评论...
验证码 换一张
取 消