Search code examples
vb.netvisual-studio-2003

Can I import System.Security.Cryptography.Xml in visual studio 2003?


I'm trying to import a class which imports System.Security.Cryptography.Xml in a project in visual studio 2003, and I get the following message(error)

Namespace or type 'Xml' for the Imports 'System.Security.Cryptography.Xml' cannot be found.

Any ideas how to solve this?


Solution

  • Adding a project reference to assembly solved the problem.