Excludeing With MS SDK

I've been trying to use the code below to make an exclude bgl with no luck. The bglcomp accepts the text file and flashes a screen up so fast that I can't see what it is saying or doing, and then nothing else happens.
I've made several object bgl's and placed them into my scenery file. But for some reason I can't get a bgl file generated useing the code below:
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
latitudeMaximum = "36 21.07"
latitudeMinimum = "36 20.77"
longitudeMaximum = "-119 45.31"
longitudeMinimum = "-119 44.98"
excludeAllObjects = "TRUE" />
I've even tried lat/lon in differante orders. Can anyone help me on this?
I've made several object bgl's and placed them into my scenery file. But for some reason I can't get a bgl file generated useing the code below:
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
latitudeMinimum = "36 20.77"
longitudeMaximum = "-119 45.31"
longitudeMinimum = "-119 44.98"
excludeAllObjects = "TRUE" />
I've even tried lat/lon in differante orders. Can anyone help me on this?