Menu

Source code isn't immediately buildable

Ron
2006-08-19
2013-04-17
  • Ron

    Ron - 2006-08-19

    The .zip file contains the /bin and /obj folders from the original developer's machine. When I double-clicked on memcachedDOTnet_1.1.sln file the projects ok but I received several catastrophic errors when I tried to build the solution:

    fatal error CS0041: Unexpected error writing debug information to file 'memcacheddotnet\src\clientlib\obj\Debug\Memcached.ClientLibrary.PDB' -- 'Catastrophic failure '
    error CS0583: Internal Compiler Error (0xc0000005 at address 536250C6): likely culprit is 'CODEGEN'.

    The following files should be removed from the .zip file distribution:

    \bin
    \obj
    \Properties (maybe?)
    .cvsignore
    *.user
    *.suo

    It would be nice if there was a another top level directory alongside doc, lib, and src called bin that had Debug and Release builds for .NET 1.1. and .NET 2.0.

     
    • Tim Gebhardt

      Tim Gebhardt - 2006-08-21

      This is actually a bug with VS.NET 2003 and is detailed in one of the posts in the mailing list archive.  The code is immediately buildable with VS.NET 2005, and usually is with VS.NET 2003 (I guess I made a mistake).  I'll see what I can do about the directory structure, but sometimes VS.NET doesn't like it when you play around with the directory structure like that (I think I had tried to output the binaries like this before and I couldn't get it to work well).

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.