Projection file not valid?

I am trying to import a custom projection file as a client works on their own grid. PIX4Dmapper displays an error when I load the client supplied projection file: [Error]: Error e9027: The coordinate system in the file is not valid. The output coordinate system must be a projection or arbitrary coordinate system.

This is the file:

COMPD_CS[“Bandi Mine Grid + AusGeoid98”,
PROJCS[“Bandi_Mine_Grid”,
GEOGCS[“GDA94”,
DATUM[“Geocentric_Datum_of_Australia_1994”,
SPHEROID[“GRS 1980”,6378137,298.257222101,
AUTHORITY[“EPSG”,“7019”]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY[“EPSG”,“6283”]],
PRIMEM[“Greenwich”,0,
AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”,0.0174532925199433,
AUTHORITY[“EPSG”,“9122”]],
AUTHORITY[“EPSG”,“4283”]],
PROJECTION[“Hotine_Oblique_Mercator_Azimuth_Center”],
PARAMETER[“latitude_of_center”,-22.74172628],
PARAMETER[“longitude_of_center”,119.25262554],
PARAMETER[“azimuth”,-0.87256162],
PARAMETER[“rectified_grid_angle”,0],
PARAMETER[“scale_factor”,1.00008279],
PARAMETER[“false_easting”,65193.167],
PARAMETER[“false_northing”,13155.826],
UNIT[“meter”,1,
AUTHORITY[“EPSG”,“9001”]],
AXIS[“X”,EAST],
AXIS[“Y”,NORTH]],
VERT_CS[“AUS98 geoid model”,
VERT_DATUM[“Australian 98”,2005,
EXTENSION[“PROJ4_GRIDS”,“AUSGeoid98.gtx”],
AUTHORITY[“EPSG”,“10001”]],
UNIT[“metre”,1,
AUTHORITY[“EPSG”,“9001”]],
AXIS[“Up”,UP],
AUTHORITY[“EPSG”,“10001”]]]

Can anyone suggest why it wont accept this? It seems to be in the correct syntax?

I sorted the issue by removing : COMPD_CS[“Bandi Mine Grid + AusGeoid98”, and the last ]