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. DLL file

DLL file

Scheduled Pinned Locked Moved C#
helptutorial
8 Posts 4 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.
  • A Offline
    A Offline
    abedo1982
    wrote on last edited by
    #1

    can i program an application to generate dll file as an output ,for example: program generate the following code : class cars { private string _Model; Private string _Type; public Cars() { } public string Model { get{return _Model;} set{_Model=Value;} } public string Model { get{return _Model;} set{_Model=Value;} } } I need to convert the above code to a dll(Cars.dll) file that simply can use it: Please help me to do it, Thank you very much,

    G A 2 Replies Last reply
    0
    • A abedo1982

      can i program an application to generate dll file as an output ,for example: program generate the following code : class cars { private string _Model; Private string _Type; public Cars() { } public string Model { get{return _Model;} set{_Model=Value;} } public string Model { get{return _Model;} set{_Model=Value;} } } I need to convert the above code to a dll(Cars.dll) file that simply can use it: Please help me to do it, Thank you very much,

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      Yes you can. When creating a new project choose windows class library.

      A 1 Reply Last reply
      0
      • G Giorgi Dalakishvili

        Yes you can. When creating a new project choose windows class library.

        A Offline
        A Offline
        abedo1982
        wrote on last edited by
        #3

        I don't need to create it Manually I want do it Programmatically Can I do it,

        R 1 Reply Last reply
        0
        • A abedo1982

          I don't need to create it Manually I want do it Programmatically Can I do it,

          R Offline
          R Offline
          Rick van Woudenberg
          wrote on last edited by
          #4

          Perhaps this is a good place to start : http://www.codeproject.com/useritems/Run-Time_Code_Generation1.asp[^]

          A 1 Reply Last reply
          0
          • R Rick van Woudenberg

            Perhaps this is a good place to start : http://www.codeproject.com/useritems/Run-Time_Code_Generation1.asp[^]

            A Offline
            A Offline
            abedo1982
            wrote on last edited by
            #5

            Thank you very much

            1 Reply Last reply
            0
            • A abedo1982

              can i program an application to generate dll file as an output ,for example: program generate the following code : class cars { private string _Model; Private string _Type; public Cars() { } public string Model { get{return _Model;} set{_Model=Value;} } public string Model { get{return _Model;} set{_Model=Value;} } } I need to convert the above code to a dll(Cars.dll) file that simply can use it: Please help me to do it, Thank you very much,

              A Offline
              A Offline
              AFSEKI
              wrote on last edited by
              #6

              Have a look at http://www.codeproject.com/csharp/codecompilation.asp Hope this helps...

              A 1 Reply Last reply
              0
              • A AFSEKI

                Have a look at http://www.codeproject.com/csharp/codecompilation.asp Hope this helps...

                A Offline
                A Offline
                abedo1982
                wrote on last edited by
                #7

                thank you so much But I have another problem how can I set the assemply info(Properties Folder) for the Source Code or the Dll output file Best Regards ,

                A 1 Reply Last reply
                0
                • A abedo1982

                  thank you so much But I have another problem how can I set the assemply info(Properties Folder) for the Source Code or the Dll output file Best Regards ,

                  A Offline
                  A Offline
                  AFSEKI
                  wrote on last edited by
                  #8

                  What do you mean with assembly info(Properties Folder)? Can you explain it clearly so that I can try help you ?

                  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