Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
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 :
", e.Message ) ,e);
Correct:
throw new ConfigurationException(string.Format("Unable to load
XmlDocument via stream. Cause :
", 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);
Attachments
Issue Links
- is a clone of
-
IBATISNET-103 Typos in Resources.cs
- Closed