Xml 旧名称空间vb.net 2.0

Xml 旧名称空间vb.net 2.0,xml,.net-3.5,soap,x509certificate,Xml,.net 3.5,Soap,X509certificate,我从旧代码中获得了这些名称空间,我正试图将它们引入3.5。结果,.NET找不到它们,而且很多my对象都没有定义 Imports Microsoft.Web.Services Imports Microsoft.Web.Services.Security Imports Microsoft.Web.Services.Security.X509 Imports System.Diagnostics Imports System.IO Imports System.Net Imports System

我从旧代码中获得了这些名称空间,我正试图将它们引入3.5。结果,.NET找不到它们,而且很多my对象都没有定义

Imports Microsoft.Web.Services
Imports Microsoft.Web.Services.Security
Imports Microsoft.Web.Services.Security.X509
Imports System.Diagnostics
Imports System.IO
Imports System.Net
Imports System.Security.Cryptography.Xml
Imports System.Xml
不起作用的是:

Microsoft.Web.Services
Microsoft.Web.Services.Security
Microsoft.Web.Services.Security.X509
System.Security.Cryptography.Xml
你知道现在这些应该是什么吗?找不到的对象包括:

X509Certificate
SoapEnvelope
SoapContext
X509SecurityToken
SignedXml
Reference
XmlDsigExcC14NTransform
KeyInfo
KeyInfoX509Data

System.Security.Cryptography.X509证书

这是第一个让你开始的

只需搜索对象名,就可以在MSDN上轻松找到其他对象