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. Afraid of Another Developer's Code

Afraid of Another Developer's Code

Scheduled Pinned Locked Moved The Lounge
csharphelphtmlcss
21 Posts 11 Posters 1 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 Dalek Dave

    You have the warped and twisted mind of a truly evil person. Good man, keep it up!

    ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

    D Offline
    D Offline
    Dr Walt Fair PE
    wrote on last edited by
    #9

    :suss: :-\

    CQ de W5ALT

    Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

    1 Reply Last reply
    0
    • D Dr Walt Fair PE

      Well, is there anyone else deserving revenge? Maybe you could send it to someone who says "SND CODEZ PLZ!!!!!"

      CQ de W5ALT

      Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #10

      Walt Fair, Jr. wrote:

      Maybe you could send it to someone who says "SND CODEZ PLZ!!!!!"

      It's on its way to your inbox. ;P

      [WikiLeaks Cablegate Cables]

      D D 2 Replies Last reply
      0
      • A AspDotNetDev

        Walt Fair, Jr. wrote:

        Maybe you could send it to someone who says "SND CODEZ PLZ!!!!!"

        It's on its way to your inbox. ;P

        [WikiLeaks Cablegate Cables]

        D Offline
        D Offline
        Dalek Dave
        wrote on last edited by
        #11

        You're a harsh man.

        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

        1 Reply Last reply
        0
        • A AspDotNetDev

          Walt Fair, Jr. wrote:

          Maybe you could send it to someone who says "SND CODEZ PLZ!!!!!"

          It's on its way to your inbox. ;P

          [WikiLeaks Cablegate Cables]

          D Offline
          D Offline
          Dr Walt Fair PE
          wrote on last edited by
          #12

          Great! It works fine, as best I could tell. Feel free to use it on your production system ASAP. No need for further testing.

          CQ de W5ALT

          Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

          D 1 Reply Last reply
          0
          • D Dr Walt Fair PE

            Great! It works fine, as best I could tell. Feel free to use it on your production system ASAP. No need for further testing.

            CQ de W5ALT

            Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

            D Offline
            D Offline
            Dalek Dave
            wrote on last edited by
            #13

            You would have made a fortuen as a professional comedian/politician/salesman* (*select as appropriate)

            ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

            M D 2 Replies Last reply
            0
            • A AspDotNetDev

              So I just spent the last 2 days trying to get a Visual Studio solution to compile. It's a WPF app that was written in Visual Studio 2008 using third party libraries (for Zip files and for WPF controls). Seems the developer who wrote the code forgot to include the third party libraries (one open source but outdated, the other outdated and requiring an expensive license). I need to modify this app, so I forged ahead. First, I replaced the Zip library reference to the most recent version of the DLL, which I found online. That caused a bunch of errors, which I fixed later, after addressing other inexplicable errors. Then I realized I needed to upgrade to Visual Studio 2010 in order to make use of the built-in DataGrid and other WPF controls. After doing that, the EDMX file (Entity Framework related) caused all kinds of havoc, so I had to manually modify the designer file until things seemed to work. Then I found each third party data grid and date picker and replaced them with their built-in counterparts. At one point, I had to create a new solution to put select projects in, because Visual Studio decided it wanted to compile projects that depended on the current project I was compiling (WTF?). After 2 days of work, I finally got the bugger to compile without any errors or warnings. The only plus side is that it was built using C# (most of my work is currently focused on VB.net). Only problem is I'm sure I broke a few things along the way, but I can fix them until I run the application. And considering this application was built to migrate data to production servers, I'm afraid to even run it. Maybe I should make sure all appropriate backups are setup properly before I flip the switch. In the very least, I think I'll disconnect my network cable first. :~

              [WikiLeaks Cablegate Cables]

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #14

              Hell, I'm afraid of MY code! Marc

              P 1 Reply Last reply
              0
              • M Marc Clifton

                Hell, I'm afraid of MY code! Marc

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #15

                Marc - we're all afraid of your code. It makes our heads hurt just looking at it.

                I'm not a stalker, I just know things. Oh by the way, you're out of milk.

                Forgive your enemies - it messes with their heads

                My blog | My articles | MoXAML PowerToys | Onyx

                1 Reply Last reply
                0
                • D Dalek Dave

                  You would have made a fortuen as a professional comedian/politician/salesman* (*select as appropriate)

                  ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

                  M Offline
                  M Offline
                  Michael Bookatz
                  wrote on last edited by
                  #16

                  Dalek Dave wrote:

                  comedian/politician/salesman

                  what's the difference?

                  A M 2 Replies Last reply
                  0
                  • A AspDotNetDev

                    So I just spent the last 2 days trying to get a Visual Studio solution to compile. It's a WPF app that was written in Visual Studio 2008 using third party libraries (for Zip files and for WPF controls). Seems the developer who wrote the code forgot to include the third party libraries (one open source but outdated, the other outdated and requiring an expensive license). I need to modify this app, so I forged ahead. First, I replaced the Zip library reference to the most recent version of the DLL, which I found online. That caused a bunch of errors, which I fixed later, after addressing other inexplicable errors. Then I realized I needed to upgrade to Visual Studio 2010 in order to make use of the built-in DataGrid and other WPF controls. After doing that, the EDMX file (Entity Framework related) caused all kinds of havoc, so I had to manually modify the designer file until things seemed to work. Then I found each third party data grid and date picker and replaced them with their built-in counterparts. At one point, I had to create a new solution to put select projects in, because Visual Studio decided it wanted to compile projects that depended on the current project I was compiling (WTF?). After 2 days of work, I finally got the bugger to compile without any errors or warnings. The only plus side is that it was built using C# (most of my work is currently focused on VB.net). Only problem is I'm sure I broke a few things along the way, but I can fix them until I run the application. And considering this application was built to migrate data to production servers, I'm afraid to even run it. Maybe I should make sure all appropriate backups are setup properly before I flip the switch. In the very least, I think I'll disconnect my network cable first. :~

                    [WikiLeaks Cablegate Cables]

                    M Offline
                    M Offline
                    mbb01
                    wrote on last edited by
                    #17

                    Could you test this application against virtualised systems before you let it loose on your live systems?

                    1 Reply Last reply
                    0
                    • M Michael Bookatz

                      Dalek Dave wrote:

                      comedian/politician/salesman

                      what's the difference?

                      A Offline
                      A Offline
                      Andrew Rissing
                      wrote on last edited by
                      #18

                      One of them has a job to make you laugh.

                      1 Reply Last reply
                      0
                      • M Michael Bookatz

                        Dalek Dave wrote:

                        comedian/politician/salesman

                        what's the difference?

                        M Offline
                        M Offline
                        Mike Poz
                        wrote on last edited by
                        #19

                        At a commedian is honest. :)

                        Mike Poz

                        1 Reply Last reply
                        0
                        • D Dalek Dave

                          You would have made a fortuen as a professional comedian/politician/salesman* (*select as appropriate)

                          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

                          D Offline
                          D Offline
                          Dr Walt Fair PE
                          wrote on last edited by
                          #20

                          Well, I'm not quitting my day job!

                          CQ de W5ALT

                          Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                          1 Reply Last reply
                          0
                          • A AspDotNetDev

                            So I just spent the last 2 days trying to get a Visual Studio solution to compile. It's a WPF app that was written in Visual Studio 2008 using third party libraries (for Zip files and for WPF controls). Seems the developer who wrote the code forgot to include the third party libraries (one open source but outdated, the other outdated and requiring an expensive license). I need to modify this app, so I forged ahead. First, I replaced the Zip library reference to the most recent version of the DLL, which I found online. That caused a bunch of errors, which I fixed later, after addressing other inexplicable errors. Then I realized I needed to upgrade to Visual Studio 2010 in order to make use of the built-in DataGrid and other WPF controls. After doing that, the EDMX file (Entity Framework related) caused all kinds of havoc, so I had to manually modify the designer file until things seemed to work. Then I found each third party data grid and date picker and replaced them with their built-in counterparts. At one point, I had to create a new solution to put select projects in, because Visual Studio decided it wanted to compile projects that depended on the current project I was compiling (WTF?). After 2 days of work, I finally got the bugger to compile without any errors or warnings. The only plus side is that it was built using C# (most of my work is currently focused on VB.net). Only problem is I'm sure I broke a few things along the way, but I can fix them until I run the application. And considering this application was built to migrate data to production servers, I'm afraid to even run it. Maybe I should make sure all appropriate backups are setup properly before I flip the switch. In the very least, I think I'll disconnect my network cable first. :~

                            [WikiLeaks Cablegate Cables]

                            S Offline
                            S Offline
                            Spectre_001
                            wrote on last edited by
                            #21

                            Have your DBA make a test copy of the production database on another server. Do your test import to the new test database. This database can then be deleted after testing.

                            Kevin Rucker, Application Programmer QSS Group, Inc. United States Coast Guard OSC Kevin.D.Rucker@uscg.mil "Programming is an art form that fights back." -- Chad Hower

                            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