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. The Lounge
  3. Managed code is really unmanageable

Managed code is really unmanageable

Scheduled Pinned Locked Moved The Lounge
csharphelpquestion
36 Posts 11 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.
  • D Dan Neely

    Your Honor, the prosecution rests.

    3x12=36 2x12=24 1x12=12 0x12=18

    E Offline
    E Offline
    El Corazon
    wrote on last edited by
    #27

    Dan Neely wrote:

    Your Honor, the prosecution rests.

    :laugh: ;P ;P

    _________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....

    1 Reply Last reply
    0
    • M Muammar

      I just developed some screen saver and spread it among my friends world wide, and although I specified the target framework to be .NetFramework 2.0, almost everyone complained that they can't run it! Even on Windows Vista!! On the bright side, only Windows7 plays it without the need to install the dotNet framework! Anyone have the same problem?? What do you do??

      D Offline
      D Offline
      Dan Neely
      wrote on last edited by
      #28

      Muammar© wrote:

      although I specified the target framework to be .NetFramework 2.0, almost everyone complained that they can't run it! Even on Windows Vista!!

      This is weird. Vista comes with 3.0 installed and since 3.0 is IIRC just some extra DLLs added to 2.0 you shouldn't need to install anything else on their machines unless it was removed for some reason.

      3x12=36 2x12=24 1x12=12 0x12=18

      M 1 Reply Last reply
      0
      • D Dan Neely

        Muammar© wrote:

        although I specified the target framework to be .NetFramework 2.0, almost everyone complained that they can't run it! Even on Windows Vista!!

        This is weird. Vista comes with 3.0 installed and since 3.0 is IIRC just some extra DLLs added to 2.0 you shouldn't need to install anything else on their machines unless it was removed for some reason.

        3x12=36 2x12=24 1x12=12 0x12=18

        M Offline
        M Offline
        Muammar
        wrote on last edited by
        #29

        Dan Neely wrote:

        This is weird. Vista comes with 3.0 installed

        Yes, I know!! Which makes me suspect if my application was really targeted for v2.0!! I thought, maybe because it's a 3.5 environment "being VS 2008" it might use some 3.5 parts although targeted for 2.0

        D 1 Reply Last reply
        0
        • M Muammar

          Dan Neely wrote:

          This is weird. Vista comes with 3.0 installed

          Yes, I know!! Which makes me suspect if my application was really targeted for v2.0!! I thought, maybe because it's a 3.5 environment "being VS 2008" it might use some 3.5 parts although targeted for 2.0

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #30

          Sorry if this is a stupid question, but are all your dll's (yours and any 3rd party ones you're using) also set for the 2.0 framework; if you've only set the exe project it won't work.

          3x12=36 2x12=24 1x12=12 0x12=18

          M 1 Reply Last reply
          0
          • M Muammar

            I just developed some screen saver and spread it among my friends world wide, and although I specified the target framework to be .NetFramework 2.0, almost everyone complained that they can't run it! Even on Windows Vista!! On the bright side, only Windows7 plays it without the need to install the dotNet framework! Anyone have the same problem?? What do you do??

            H Offline
            H Offline
            Hired Mind
            wrote on last edited by
            #31

            It is a problem, indeed. Thankfully they've mitigated the problem starting with with .NET 3.5 SP1: .NET Framework Client Profile[^] It's basically a subset of the framework that is smaller and easier to deploy.

            Before .NET 4.0, object Universe = NULL;

            M 1 Reply Last reply
            0
            • M Muammar

              I just developed some screen saver and spread it among my friends world wide, and although I specified the target framework to be .NetFramework 2.0, almost everyone complained that they can't run it! Even on Windows Vista!! On the bright side, only Windows7 plays it without the need to install the dotNet framework! Anyone have the same problem?? What do you do??

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

              thats y i hate .net programming i love C

              Ravi S Coding is my birth-right and bugs are part of feature my code has! _________________________________________ Me  Facebook  Twitter

              M 1 Reply Last reply
              0
              • L Lost User

                thats y i hate .net programming i love C

                Ravi S Coding is my birth-right and bugs are part of feature my code has! _________________________________________ Me  Facebook  Twitter

                M Offline
                M Offline
                Muammar
                wrote on last edited by
                #33

                Ravi Santlani wrote:

                love C

                You have a point my friend!

                L 1 Reply Last reply
                0
                • H Hired Mind

                  It is a problem, indeed. Thankfully they've mitigated the problem starting with with .NET 3.5 SP1: .NET Framework Client Profile[^] It's basically a subset of the framework that is smaller and easier to deploy.

                  Before .NET 4.0, object Universe = NULL;

                  M Offline
                  M Offline
                  Muammar
                  wrote on last edited by
                  #34

                  Hired Mind wrote:

                  .NET Framework Client Profile[^]

                  Yep, I just heart about it!

                  1 Reply Last reply
                  0
                  • D Dan Neely

                    Sorry if this is a stupid question, but are all your dll's (yours and any 3rd party ones you're using) also set for the 2.0 framework; if you've only set the exe project it won't work.

                    3x12=36 2x12=24 1x12=12 0x12=18

                    M Offline
                    M Offline
                    Muammar
                    wrote on last edited by
                    #35

                    Dan Neely wrote:

                    if this is a stupid question,

                    Actually, that's a smart one!! No, I haven't included any external assemblies neither dlls but thanks for drawing my attention to that!

                    1 Reply Last reply
                    0
                    • M Muammar

                      Ravi Santlani wrote:

                      love C

                      You have a point my friend!

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

                      Thanks :)

                      Ravi S Coding is my birth-right and bugs are part of feature my code has! _________________________________________ Me  Facebook  Twitter

                      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