> Is there a list of error codes anywhere? I cannot find them.
>
> I am having some serious issues trying to embed a manifest to a new file I
> have added to my script and getting error code 50. The file is OK etc. so
> I really need to know what error code 50 really means.
>
> But it would be handy to know what any error code means for future
> reference.

Error 50 means that "resource type 24, id 1" already exists in that file and
you have not enabled the "Skip if file is already manifested" option in the
"#embed UAC manifest" properties. In other words, this file is already
manifested and the compiler aborts the compilation process.

If you enabled the "Skip if file is already manifested" option then the
compiler will throw a "GEN1090: File already manifested" warning (but will
continue).

Friedrich