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. .NET (Core and Framework)
  4. To deploy .net dll ther is requirement of .net framework.

To deploy .net dll ther is requirement of .net framework.

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnetquestion
5 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.
  • S Offline
    S Offline
    SharmaAshutosh
    wrote on last edited by
    #1

    Hi All, To deploy .net dll there is requirement of .net framework ? if yes then how can we mange please elobrate it in details . thanks in advance.

    ashu

    L N 2 Replies Last reply
    0
    • S SharmaAshutosh

      Hi All, To deploy .net dll there is requirement of .net framework ? if yes then how can we mange please elobrate it in details . thanks in advance.

      ashu

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      SharmaAshutosh wrote:

      To deploy .net dll there is requirement of .net framework ?

      Yes.

      SharmaAshutosh wrote:

      if yes then how can we mange please elobrate it in details .

      Add the prerequisite to your installation package.

      I must get a clever new signature for 2011.

      M 1 Reply Last reply
      0
      • L Lost User

        SharmaAshutosh wrote:

        To deploy .net dll there is requirement of .net framework ?

        Yes.

        SharmaAshutosh wrote:

        if yes then how can we mange please elobrate it in details .

        Add the prerequisite to your installation package.

        I must get a clever new signature for 2011.

        M Offline
        M Offline
        musefan
        wrote on last edited by
        #3

        Richard MacCutchan wrote:

        Add the prerequisite to your installation package

        Woa - easy on the details. You may want to break that down into smaller more manageable chunks (and then potentially sub-chunks)

        Illogical thoughts make me ill

        L 1 Reply Last reply
        0
        • M musefan

          Richard MacCutchan wrote:

          Add the prerequisite to your installation package

          Woa - easy on the details. You may want to break that down into smaller more manageable chunks (and then potentially sub-chunks)

          Illogical thoughts make me ill

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          There is no shortage of information on the internet about this subject, I have no intention of duplicating what is already available.

          I must get a clever new signature for 2011.

          1 Reply Last reply
          0
          • S SharmaAshutosh

            Hi All, To deploy .net dll there is requirement of .net framework ? if yes then how can we mange please elobrate it in details . thanks in advance.

            ashu

            N Offline
            N Offline
            Nitin Singh India
            wrote on last edited by
            #5

            Yes, the framework provides the libraries and runtime environment for the dll to run. When you create the setup project in visual studio, you can add a condition to check on the target machine. In this, add a condition mentioning that the required version of .net framework is installed; providing a location on MS site to get it if its not already installed. However, in most cases, you can expect it to be installed either by default or as part of some service packs Windows XP SP3 will have .net 3.0 installed Windows Vista comes with 2.0 pre-installed; SP will install further Windows 7 comes with 3.5 pre-installed

            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