Home All Groups Group Topic Archive Search About

missing System.Security.Cryptography.Xml namespace

Author
23 Jun 2006 10:59 PM
segue
I have VS 2005, .NET 2.0, no girlfriend and this article:

http://msdn2.microsoft.com/en-us/library/ms278836.aspx.

Yet, I can't successfully import this namespace.

System.Security.Cryptography.Xml.

error message:

Namespace or type specified in the Imports
'System.Security.Cryptography.Xml' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases.

Author
23 Jun 2006 11:15 PM
Herfried K. Wagner [MVP]
"segue" <se***@discussions.microsoft.com> schrieb:
> I have VS 2005, .NET 2.0, no girlfriend and this article:
>
> http://msdn2.microsoft.com/en-us/library/ms278836.aspx.
>
> Yet, I can't successfully import this namespace.
>
> System.Security.Cryptography.Xml.

Make sure your project contains a reference to "System.Security.dll".

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
24 Jun 2006 5:23 AM
Cor Ligthert [MVP]
segue,

Did you set a reference to it, if you want a girlfriend but take no action
to that, you never get one how many times you tell that you want to import
one in your house.

There are multi ways to set a reference. I use mostly Project -> Add
Reference -> chose from the box that comes the needed namespace (in 2005 the
box is resizable, in 2003 it was terrible to get something from it so small
was it)

I hope this helps,

Cor

Show quoteHide quote
"segue" <se***@discussions.microsoft.com> schreef in bericht
news:5788B183-DDD9-48AB-A4BF-904FB5141B86@microsoft.com...
>
> I have VS 2005, .NET 2.0, no girlfriend and this article:
>
> http://msdn2.microsoft.com/en-us/library/ms278836.aspx.
>
> Yet, I can't successfully import this namespace.
>
> System.Security.Cryptography.Xml.
>
> error message:
>
> Namespace or type specified in the Imports
> 'System.Security.Cryptography.Xml' doesn't contain any public member or
> cannot be found. Make sure the namespace or the type is defined and
> contains
> at least one public member. Make sure the imported element name doesn't
> use
> any aliases.
>
>
>
Author
25 Jun 2006 8:20 PM
segue
Thanks gentlemen, should have figured that out like usual,
this preoccupation with love is clouding my ability to see
the dark side of the force.

Show quoteHide quote
"Cor Ligthert [MVP]" wrote:

> segue,
>
> Did you set a reference to it, if you want a girlfriend but take no action
> to that, you never get one how many times you tell that you want to import
> one in your house.
>
> There are multi ways to set a reference. I use mostly Project -> Add
> Reference -> chose from the box that comes the needed namespace (in 2005 the
> box is resizable, in 2003 it was terrible to get something from it so small
> was it)
>
> I hope this helps,
>
> Cor
>
> "segue" <se***@discussions.microsoft.com> schreef in bericht
> news:5788B183-DDD9-48AB-A4BF-904FB5141B86@microsoft.com...
> >
> > I have VS 2005, .NET 2.0, no girlfriend and this article:
> >
> > http://msdn2.microsoft.com/en-us/library/ms278836.aspx.
> >
> > Yet, I can't successfully import this namespace.
> >
> > System.Security.Cryptography.Xml.
> >
> > error message:
> >
> > Namespace or type specified in the Imports
> > 'System.Security.Cryptography.Xml' doesn't contain any public member or
> > cannot be found. Make sure the namespace or the type is defined and
> > contains
> > at least one public member. Make sure the imported element name doesn't
> > use
> > any aliases.
> >
> >
> >
>
>
>