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. Other Discussions
  3. The Weird and The Wonderful
  4. A horror in release code

A horror in release code

Scheduled Pinned Locked Moved The Weird and The Wonderful
csharphelpannouncement
9 Posts 8 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
    Scott Barbour
    wrote on last edited by
    #1

    Maybe this isn't the right place for this post since I don't have the code (so please move it if it doesn't belong), but it is clearly a horror on the part of the original programmers. We use the enterprise shipping software of a major shipping company (that uses yellow trucks with red lettering). Whenever we ship something using the software, a floppy disk must be in the drive (even though it neither reads a file from the disk or writes a file to the disk), otherwise it will fail with a .NET error WHILE TRYING TO EXECUTE THE C# COMPILER! While I'm sure that in some circumstances, writing code on the fly can be beneficial, I cannot even begin to imagine that it is even remotely necessary for shipping packages.

    J G P A 4 Replies Last reply
    0
    • S Scott Barbour

      Maybe this isn't the right place for this post since I don't have the code (so please move it if it doesn't belong), but it is clearly a horror on the part of the original programmers. We use the enterprise shipping software of a major shipping company (that uses yellow trucks with red lettering). Whenever we ship something using the software, a floppy disk must be in the drive (even though it neither reads a file from the disk or writes a file to the disk), otherwise it will fail with a .NET error WHILE TRYING TO EXECUTE THE C# COMPILER! While I'm sure that in some circumstances, writing code on the fly can be beneficial, I cannot even begin to imagine that it is even remotely necessary for shipping packages.

      J Offline
      J Offline
      Jason Lepack LeppyR64
      wrote on last edited by
      #2

      What does it do if you don't have a floppy drive?

      S 1 Reply Last reply
      0
      • J Jason Lepack LeppyR64

        What does it do if you don't have a floppy drive?

        S Offline
        S Offline
        Scott Barbour
        wrote on last edited by
        #3

        I don't know. The machine that they provided has one. It's just on the one machine which has the scale and label printer attached.

        L 1 Reply Last reply
        0
        • S Scott Barbour

          I don't know. The machine that they provided has one. It's just on the one machine which has the scale and label printer attached.

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          Sounds like a poor mans dongle ;P

          xacc.ide - now with TabsToSpaces support
          IronScheme - 1.0 alpha 4a out now (29 May 2008)
          ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

          P 1 Reply Last reply
          0
          • L leppie

            Sounds like a poor mans dongle ;P

            xacc.ide - now with TabsToSpaces support
            IronScheme - 1.0 alpha 4a out now (29 May 2008)
            ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #5

            You wouldn't want someone belittling your dongle, would you?

            S 1 Reply Last reply
            0
            • S Scott Barbour

              Maybe this isn't the right place for this post since I don't have the code (so please move it if it doesn't belong), but it is clearly a horror on the part of the original programmers. We use the enterprise shipping software of a major shipping company (that uses yellow trucks with red lettering). Whenever we ship something using the software, a floppy disk must be in the drive (even though it neither reads a file from the disk or writes a file to the disk), otherwise it will fail with a .NET error WHILE TRYING TO EXECUTE THE C# COMPILER! While I'm sure that in some circumstances, writing code on the fly can be beneficial, I cannot even begin to imagine that it is even remotely necessary for shipping packages.

              G Offline
              G Offline
              Graham Bradshaw
              wrote on last edited by
              #6

              Scott Barbour wrote:

              a floppy disk must be in the drive

              Any floppy disk, or a specific one provided by them?

              1 Reply Last reply
              0
              • S Scott Barbour

                Maybe this isn't the right place for this post since I don't have the code (so please move it if it doesn't belong), but it is clearly a horror on the part of the original programmers. We use the enterprise shipping software of a major shipping company (that uses yellow trucks with red lettering). Whenever we ship something using the software, a floppy disk must be in the drive (even though it neither reads a file from the disk or writes a file to the disk), otherwise it will fail with a .NET error WHILE TRYING TO EXECUTE THE C# COMPILER! While I'm sure that in some circumstances, writing code on the fly can be beneficial, I cannot even begin to imagine that it is even remotely necessary for shipping packages.

                P Offline
                P Offline
                Paul Conrad
                wrote on last edited by
                #7

                Scott Barbour wrote:

                cannot even begin to imagine that it is even remotely necessary for shipping packages.

                Same here.

                "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

                1 Reply Last reply
                0
                • S Scott Barbour

                  Maybe this isn't the right place for this post since I don't have the code (so please move it if it doesn't belong), but it is clearly a horror on the part of the original programmers. We use the enterprise shipping software of a major shipping company (that uses yellow trucks with red lettering). Whenever we ship something using the software, a floppy disk must be in the drive (even though it neither reads a file from the disk or writes a file to the disk), otherwise it will fail with a .NET error WHILE TRYING TO EXECUTE THE C# COMPILER! While I'm sure that in some circumstances, writing code on the fly can be beneficial, I cannot even begin to imagine that it is even remotely necessary for shipping packages.

                  A Offline
                  A Offline
                  Alois Kraus
                  wrote on last edited by
                  #8

                  I guess the message was "Drive not A not Ready" from crss.exe. The reason for that is simple. You have in your application somewhere a drive letter selection combo box. That little snippet should exhibit this problem: foreach (DriveInfo d in DriveInfo.GetDrives()) { Console.WriteLine("Root: {0}", d.RootDirectory); } All you have to do is to check the DriveType if it is removeable and skip it altogether. If you do not access it then you wont have any problems with drive not ready messages. Yours, Alois Kraus

                  1 Reply Last reply
                  0
                  • P PIEBALDconsult

                    You wouldn't want someone belittling your dongle, would you?

                    S Offline
                    S Offline
                    Steven A Lowe
                    wrote on last edited by
                    #9

                    even worse, it's a poor man's floppy dongle!

                    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

                    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