BLD:E0097

Object's name is not a valid MSI Binary identifier

The indicated object has a name that does not conform to the MSI requirements for Binary objects. Because the object will be stored in the Binary table, this will cause the build to fail.

Background information

Objects stored in the MSI Binary table use OLE streams for their actual storage. OLE restricts stream names to a length of 31 characters or less, and names may only contain letters, digits, or the underscore character. The name must start with a letter or an underscore.

Solution

Change the name of the indicated object to conform to the OLE stream name requirements.