Group shape error

*Hi,

I am using the latest evaluation version and i get this error when i try to open a document:

Found a group shape that does not have a group shape container. For free technical support, please post this error and the file in the Aspose.Word Forums http://www.aspose.com/forums/ShowForum.aspx?ForumID=75

The Word document I am using:

My code:

’-----------------BEGIN CODE

Dim doc As Document = New Document(ConfigurationSettings.AppSettings("FE\_Path") & "templates/" & ConfigurationSettings.AppSettings("TemplateFilename"))

Dim builder As DocumentBuilder = New DocumentBuilder(doc)

doc.Range.Bookmarks.Item("userid").Text = "TestUserID" 'UserID.ToString

doc.Range.Bookmarks.Item("voornaam").Text = "Test\_Voornaam" 'txt\_UserVoornaam.Text

doc.Range.Bookmarks.Item("achternaam").Text = "Test\_Achternaam" ’ txt\_UserAchternaam.Text

doc.Save(ConfigurationSettings.AppSettings("FE\_Path") & "generated\_forms" & UserID.ToString & "" & txt\_UserAchternaam.Text & ".doc")

doc = Nothing

builder = Nothing

Return UserID.ToString & "

" & txt\_UserAchternaam.Text & ".doc"

’-----------------END CODE

Hi,

Thank you for evaluating our product.

The error seems to be caused by several horizontal lines in your document. It occurs because we are still working on full drawings support.

We will try to solve the group and shape issues within 1-2 weeks