Tag: xsp4

Web服务在单声道4中不起作用

我有一个使用Web服务与ASP.Net的应用程序,我应该维护。 所以我在这个主题上提高了我的技能。 我在使用VS 2013的Window中运行Webservice没有问题,但是有单声道问题。 这是我运行代码时遇到的错误 System.ArgumentNullException Value cannot be null. Parameter name: path1 Description: HTTP 500.Error processing request. Details: Non-web exception. Exception origin (name of application or object): mscorlib. Exception stack trace: at System.IO.Path.Combine (System.String path1, System.String path2) [0x00006] in :0 at System.Web.Services.Configuration.WsdlHelpGeneratorElement.get_HelpGeneratorPath () [0x0000c] in :0 at System.Web.Services.Protocols.DocumentationServerProtocol.Initialize () [0x001f1] in :0 at System.Web.Services.Protocols.ServerProtocol.SetContext […]