Skip to content

Tag Archives: configuration file

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!