SignedXml not found in .net 2.0 ?

  • Thread starter --- .NET Em ---
  • Start date
N

--- .NET Em ---

I had a code snippet that worked fine in .NET 1.1 with WSE 1.x. I now
installed Visual C# Express 2005 and .NET Framework 2.0 with WSE 3.0. I am
trying to compile the same class but it cannot find SignedXml.

I have included the System.Security.Cryptography.Xml namespace but the
compiler tells me the Xml namespace cannot be found within
System.Security.Cryptography.

Where has it been moved? according to MSDN documentation it is still there
but I still get an error.

Thanks in advance,
Emilio
 
N

--- .NET Em ---

Never mind, apparently I was missing the System.Security.DLL reference :-(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top