Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. 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. [modified]

Scheduled Pinned Locked Moved C#
helpcsharpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    Ulhas Morbale
    wrote on last edited by
    #1

    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

    C 1 Reply Last reply
    0
    • U Ulhas Morbale

      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

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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 )

      U 1 Reply Last reply
      0
      • C Christian Graus

        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 )

        U Offline
        U Offline
        Ulhas Morbale
        wrote on last edited by
        #3

        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

        C 1 Reply Last reply
        0
        • U Ulhas Morbale

          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

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          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 )

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups