• The error number 1073741819 in hex is 0xC0000005 which indicates an access violation in windows.

    An access violation means your process has tried to access memory (ie dereference a pointer) that does not belong to it.

    Is it a script task that is throwing the error?