Attachpoint Problem

I'm tring to attach a beacon to a beacon tower and am having no luck.
The tower compiled by itself will work, however when I include the portion of code for the attach point, I can no longer get it to compile with bglcomp.
I use the codeing from the instruction provided from the M$ BGLComp SDK.
Can anyone tell me what I've got wrong with the code below?
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
The tower compiled by itself will work, however when I include the portion of code for the attach point, I can no longer get it to compile with bglcomp.
I use the codeing from the instruction provided from the M$ BGLComp SDK.
Can anyone tell me what I've got wrong with the code below?
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
Re: Attachpoint Problem

Got it fixed and all is working now.