XML Configuration issue with Unit Testing Method (MS Visual Studio)?
Hi,
I am building an application that uses XML configuration file. When I tried to create a Unit Testing method to test my component. But my testing method faild because the XML file does not existing on the Test Project BIN folder. Anybody have any clue of how to solve this issue.
Thanks guys!
This was written by
xml guru. Posted on
Friday, April 2, 2010, at 5:24 pm. Filed under
Q&A. Tagged
bin folder,
clue,
configuration file,
Configuration Issue,
faild,
Ms Visual Studio,
test project,
xml file. Bookmark the
permalink. Follow comments here with the
RSS feed.
Post a comment or leave a
trackback.
One Comment
Please check the following URL. KnowledgeExchanger provided a good way of how to overcome this issue:
http://www.knowledgeexchanger.com/dot-net/Unit-Testing-XML-Configuration-Issue
Post a Comment