wsdl.exe错误:找不到路径的一部分 [英] wsdl.exe Error: Could not find a part of the path

查看:155
本文介绍了wsdl.exe错误:找不到路径的一部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我试图在wsdl文件上运行wsdl.exe.我收到一个错误:

错误:找不到路径的一部分.某些路径"

我怀疑这是因为wsdl中包含了很多xsd.但是它们在同一个文件夹中.因此,也许wsdl无法处理包含?

在不进行复制的情况下如何执行此操作的任何建议都将我的所有元素手动粘贴到wsdl中?

Hi
I am trying to run wsdl.exe on a wsdl file. I get an error:

Error: Could not find a part of the path.."some path"

I suspect this comes because there is a lot of included xsd´s in the wsdl. But they are in the same folder. So maybe wsdl cant handle include?

Any suggestions how to do this without copy paste all my elements into the wsdl manually?

推荐答案

使用此代码...

将path1调暗为String
path1 =(您的文件路径)
Process.Start(path1&"\ wsdl.exe"):laugh:
usse this code...

Dim path1 as String
path1 = (Your fil Path)
Process.Start(path1 & "\wsdl.exe") :laugh:


这篇关于wsdl.exe错误:找不到路径的一部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆