MSDN sample code problem

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

I've found some sample code in MSDN, which is interesting to me.
There are two problems about it.
It is in C# and second it think somethig is wrong with it. The some
namespaces used in it does not exist. Also I think that the whole method of
doing the things in the sample code have changed.

Could anyone make it work?
TIA
Here is the link to the code:
http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT11.asp
 
Nikolay Petrov said:
It is in C# and second it think somethig is wrong with it. The some
namespaces used in it does not exist.

Which namespaces don't exist?
 
Herfried thanks for trying to help me.
I have found the missing part. I have to add reference to an assembly,
that's all.
 
Back
Top