[ http://issues.apache.org/jira/browse/IBATISNET-108?page=comments#action_12320279 ]
David Marzo commented on IBATISNET-108: --------------------------------------- > I create this new Issue because > http://issues.apache.org/jira/browse/IBATISNET-103 is closed and I dont know > if Gilles or other responsable be aware of the >comment publish in a closed > issue. Last 5 five minutes I found http://www.mail-archive.com/[email protected]/ and i see that all JIRA activity is there. Sorry for my ignorance. and the "span" I generate. > Resources.GetEmbeddedResourceAsXmlDocument( ) > --------------------------------------------- > > Key: IBATISNET-108 > URL: http://issues.apache.org/jira/browse/IBATISNET-108 > Project: iBatis for .NET > Type: Improvement > Reporter: David Marzo > Assignee: Gilles Bayon > Priority: Trivial > Fix For: DataMapper 1.3 > > David Marzo posted the following message to the user-cs list. I've verified > they are present in the most recent revision in SVN: > I have two small "bugs": > cs\mapper\IBatisNet.Common\Utilities\Resources.cs > ln 291 > Original: > throw new ConfigurationException(string.Format("Unable to load > XmlDocument via stream. Cause : {1}", e.Message ) ,e); > Correct: > throw new ConfigurationException(string.Format("Unable to load > XmlDocument via stream. Cause : {0}", e.Message),e); > Similar error in Lines: 313,336,446 > Ln 413 > Original: > Stream stream = > > assembly.GetManifestResourceStream(fileInfo.ResourceFileName); > Correct: > Stream stream = > assembly.GetManifestResourceStream(fileInfo.FileName); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
