I'm trying to load an XML file that is an embedded resource.
I'm using the code below and it's returning an error saying the URI is too long.
base.document = XElement.Load(RStudio.Properties.Resources.TemplateDOC);
Any idea what may be wrong? I'm working with .net Framework 3.5.
Any help is welcome! Thanks in advance