Declined
Last Updated: 14 Dec 2023 10:02 by ADMIN
ADMIN
Plamen
Created on: 12 Feb 2013 15:03
Type: Feature Request
0
The DeploymentDirectory property is set to point the project directory in VS2012
In VS2010, "this.ExecutionContext.DeploymentDirectory" returns the path to the default deployment directory. In VS2012 however, there is no such default directory and same property returns the path to the project folder. This is really confusing for our customers and we need to either change the implementation or remove that property completely.

The following article describes how to set a deployment directory in VS2012:
http://msdn.microsoft.com/en-us/library/vstudio/ms182475(v=vs.110).aspx
2 comments
ADMIN
Konstantin Petkov
Posted on: 13 Feb 2013 08:18
We could also try to take care of the deployment built-in into TS.
ADMIN
Konstantin Petkov
Posted on: 12 Feb 2013 15:40
Basically with VS 2012 one doesn't get the deployment automatically built-in. Instead MS suggest a couple of separate solutions that need to be applied manually by the users. I feel the best we can do here is to throw an exception pointing to the MSDN article so that one can decide how to proceed after upgrading to VS 2012.