Big problem on Project Template of VCSExpress

how to find the attribute of StartWorkingDirectory in VCSExpress

In VS2005 I can get the attribte like this:

EnvDTE.Property p2 = proj.ConfigurationManager.Item("Debug", "Any CPU").Properties.Item("StartWorkingDirectory");

p2.Value = "d:\MyProject";

But I don't know how to get it in VCSExpress

Please help me!

Thanks a lot.




Answer this question

Big problem on Project Template of VCSExpress

  • ScottK11203

    Here is a responce that I posted in your other post,

    "Doing a quick search what you are trying to do as per MSDN is to extend Visual Studio, and the problem might be that the Express systems do not allow add-ins or macros.

    You might be trying to perform a task that has been removed from the express Products.

    Visual Studio 2005 Product Line"



  • Big problem on Project Template of VCSExpress