Top "Deploymentitem" questions

Problems with DeploymentItem attribute

I'm currently maintaining an "old" system written in C#.net, removing some obsolete features and doing some refactoring. Thanks god, …

c# visual-studio unit-testing mstest deploymentitem
Do MSTest deployment items only work when present in the project test settings file?

I can't seem to grasp how MSTest deployment items are supposed to be configured. I have been able to get …

unit-testing visual-studio-2010 mstest deploymentitem
DeploymentItem not deploying files

I am using MS unit testing framework for testing my C# library. I have to open a file which I'm …

c# unit-testing visual-studio-2012 vs-unit-testing-framework deploymentitem
MSTest DeploymentItem doesn't copy files to output dir

nice day! I have following project structure: Solution -My.Project -My.Project.Test --Resources ---mytest.file In my test file …

mstest deploymentitem
C# DeploymentItem fails to copy file for MSTest unit test

I'm having trouble getting an XSL file to be copied to the same directory as the test assembly when I …

c# visual-studio mstest deploymentitem
What is the relative path root of DeploymentItemAttribute?

Using MSTest, what is the relative path root of the DeploymentItemAttribute.

.net unit-testing mstest deploymentitem