Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 573535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:44:04+00:00 2026-05-13T13:44:04+00:00

I want to use a static variable as the parameter to DeploymentItem on an

  • 0

I want to use a static variable as the parameter to DeploymentItem on an MSTest unit test but it doesn’t seem I’m able to do so. There’s an XSL file that needs to be copied along with the DLL file when the unit test runs, and I defined the location as

private static string _xslPath = Path.Combine("MyProjectDir", "transform.xsl");

However, when I then do the following:

[TestMethod]
[DeploymentItem(DLL)]
[DeploymentItem(_xslPath)]
public void XmlToResultsTest() { }

I get this build error:

An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type

Okay okay, fine, but it just seems so dirty to assemble the path myself:

[DeploymentItem(@"MyProjectDir\transform.xsl")]

Am I being overly picky here about wanting to use Path.Combine? Is there another alternative I’m missing? I suppose I could just put the XSL file in the root solution directory so I don’t have to pass in the project directory as part of the path.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T13:44:04+00:00Added an answer on May 13, 2026 at 1:44 pm

    Attributes can only use constant strings, so no: you can’t do this (you would have to use the pre-combined version, or literal concatenation – not Path.Combine). You could use the test-project deployment settings too (testrunconfig?), but frankly I prefer to use the NUnit approach of just marking the file (in the csproj, like normal) for deployment. I have yet to figure out why MS added a separate way of defining this…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use a static class variable to maintain state of a Playlist
I want to know if it is possible to use a static variable inside
I Want to know which one is preferred while coding to use Static Methods
I want to use oscpack ( http://code.google.com/p/oscpack/ ) as a static library for my
For testing purposes I want to use Jetty 8 to serve only static content.
I have a static front page in Wordpress and I want to use a
I have created a public static class utils.cs I want to use it in
I have a standard node.js static file server that I want to use to
I want use BYTE_ORDER macro in my Xcode project but i can't because i
I want something like a static class variable, except when different applications load my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.