fatal error CS0009: Metadata file ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dwayne

    fatal error CS0009: Metadata file ...

    I'm getting this strange error when I try to compile a
    project with large (100 - 200 MB) resource files. The
    error is as follows (I've removed the filename for
    simplicity):

    fatal error CS0009: Metadata file '[snip]' could not be
    opened -- 'Not enough storage is available to process
    this command.'

    I have plenty of disk space on my build drive, (10 GB
    free) and plenty on my C: drive (19.8 GB), and plenty of
    RAM (1 GB). My page file is set to a minimum of 1536MB
    and a maximum of 3072MB, currently allocated 1536MB.

    Has anyone else seen this error before?

    Thanks in advance.
  • Dwayne

    #2
    fatal error CS0009: Metadata file ...

    I have solved this - a restart of Visual Studio fixed the
    problem (don't know why I didn't try that first).

    -D
    [color=blue]
    >-----Original Message-----
    >I'm getting this strange error when I try to compile a
    >project with large (100 - 200 MB) resource files. The
    >error is as follows (I've removed the filename for
    >simplicity):
    >
    >fatal error CS0009: Metadata file '[snip]' could not be
    >opened -- 'Not enough storage is available to process
    >this command.'
    >
    >I have plenty of disk space on my build drive, (10 GB
    >free) and plenty on my C: drive (19.8 GB), and plenty of
    >RAM (1 GB). My page file is set to a minimum of 1536MB
    >and a maximum of 3072MB, currently allocated 1536MB.
    >
    >Has anyone else seen this error before?
    >
    >Thanks in advance.
    >.
    >[/color]

    Comment

    Working...