i am newbie to the C#, and i don't know which using directive is to use for SecureFileElement. [modified]
-
i am newbie to the C#, and i don't know which using directive is to use for "SecureFileElement". i am getting the error as- "Error The type or namespace name 'SecureFileElement' could not be found (are you missing a using directive or an assembly reference?)" any help is much appreciated. Thanks in advance. by ULZ -- modified at 2:00 Wednesday 6th June, 2007 cheers ULZ
-
i am newbie to the C#, and i don't know which using directive is to use for "SecureFileElement". i am getting the error as- "Error The type or namespace name 'SecureFileElement' could not be found (are you missing a using directive or an assembly reference?)" any help is much appreciated. Thanks in advance. by ULZ -- modified at 2:00 Wednesday 6th June, 2007 cheers ULZ
SecureFileElement is not a class in the .NET framework, according to google. http://www.paulusevan.net/default.aspx[^] is the only reference to this class name I can find online. He's creating a custom config entry. I recommend getting a handle on C# before you start trying to copy and paste code from the web.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
SecureFileElement is not a class in the .NET framework, according to google. http://www.paulusevan.net/default.aspx[^] is the only reference to this class name I can find online. He's creating a custom config entry. I recommend getting a handle on C# before you start trying to copy and paste code from the web.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
thanks for ur quick reply. Your recommandation is obious but i don't have that much time to get handle on C# for resolve this problem. I am side by side reading the C# professional book. U plz suggest any other book to get handle on C#. tahnks u very much for ur help.
by ULZ
-
thanks for ur quick reply. Your recommandation is obious but i don't have that much time to get handle on C# for resolve this problem. I am side by side reading the C# professional book. U plz suggest any other book to get handle on C#. tahnks u very much for ur help.
by ULZ
ulhas555 wrote:
Your recommandation is obious but i don't have that much time to get handle on C# for resolve this problem.
To resolve this problem, get the code that defines this class into your project. But, given that this code relates to security issues, I'd worry deeply about having my security code written by someone who is copying code off the web and posting in online forums about how to make it work.
ulhas555 wrote:
U plz suggest any other book to get handle on C#.
Inside C# is a good book, if out of date.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )