I added the Reference to the name Space
XDocument.DOM.setProperty("SelectionNamespaces", 'xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution"');
This resolved ths issue. for this situation
But now it does not reconize the my I addded the Ref but it still does not work.
XDocument.DOM.setProperty("SelectionNamespaces", 'xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2012-07-26T17:23:36"');