问题描述
我在我们公司的网站加的一个网页,在本地时是没问题的,把项目发到测试环境后,网页还是可以显示,就是功能实现不了,显示以下错误信息:ServerErrorin'/XXXWeb'Application.________________________________________NotFoundDescription:Anunhandledexceptionoccurredduringtheexecutionofthecurrentwebrequest.Pleasereviewthestacktraceformoreinformationabouttheerrorandwhereitoriginatedinthecode.ExceptionDetails:CServiceStack.ServiceClient.WebProtocolException:NotFoundSourceError:Anunhandledexceptionwasgeneratedduringtheexecutionofthecurrentwebrequest.Informationregardingtheoriginandlocationoftheexceptioncanbeidentifiedusingtheexceptionstacktracebelow.StackTrace:StackTrace太长我先不发了,请问各位大神这是什么原因?该如何解决?
解决方案
解决方案二:
ExceptionDetails:CServiceStack.ServiceClient.WebProtocolException:NotFound某个东西缺了
解决方案三:
信息太少不好判断,我初步怀疑是你的DLL的命名空间的问题,你可以查看一下。
解决方案四:
引用1楼moonwrite的回复:
ExceptionDetails:CServiceStack.ServiceClient.WebProtocolException:NotFound某个东西缺了
大概是个什么东西却了呢?
解决方案五:
引用3楼u010993537的回复:
Quote: 引用1楼moonwrite的回复:
ExceptionDetails:CServiceStack.ServiceClient.WebProtocolException:NotFound某个东西缺了大概是个什么东西却了呢?
我只看到NotFound你还是StackTrace:贴出来把
解决方案六:
先把你加的项目重新生成在吧bin下的.pbd和dll文件拷贝替换你服务器里面你加的项目bin下面的pbd和dll