简体   繁体   中英

Large file as embedded resource in Visual Studio 2012

I'm trying to add a large file (3.6gb) as an embedded resource in Visual Studio 2012. Is this possible? I've tried with files ~1gb as well and they fail too. Already have a few other files ranging from 5-60mb and they work fine.

Getting this error message when compiling: Error 2 Unexpected error writing metadata to file 'Not enough storage is available to complete this operation.

(Running win8 x64, loads of ram and disk space. Seriously doubt that's where the problem lies..)

Don't embbed such a large file, it will cause problems to the compiler! Add it as a linked resource.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM