JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Health.Direct.Xdm.XDMZipPackager.cs needs an i++ in AddDocuments method #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add multiple documents to DocumentMetadata instance
2. Invoke XDMetadataGenerator.Generate(DocumentMetadata)
3. Error: ArgumentException was unhandled - An item with the same key has 
already been added.

What is the expected output? What do you see instead?
Expected two documents in the XDM Package.

What version of the product are you using? On what operating system?
DirectGateway-1.0.0.7-NET35-Source

Please provide any additional information below.
Add an i++ in the foreach loop to resolve issue.

Original issue reported on code.google.com by tricia.b...@gmail.com on 18 May 2011 at 8:48

GoogleCodeExporter commented 9 years ago
Language: C Sharp

Original comment by tricia.b...@gmail.com on 18 May 2011 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by bgran...@harris.com on 24 May 2011 at 1:41