[
https://issues.apache.org/jira/browse/IBATISNET-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles Bayon closed IBATISNET-108.
----------------------------------
Resolution: Fixed
Fix Version/s: (was: DataMapper 2.0)
DataMapper 1.6.2
Think is closed
> Resources.GetEmbeddedResourceAsXmlDocument( )
> ---------------------------------------------
>
> Key: IBATISNET-108
> URL: https://issues.apache.org/jira/browse/IBATISNET-108
> Project: iBatis for .NET
> Issue Type: Improvement
> Reporter: David Marzo
> Assignee: Gilles Bayon
> Priority: Trivial
> Fix For: DataMapper 1.6.2
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.