|
by jnak via Cloudy in Seattle on 8/17/2009 7:50:00 PM
In the July 2009 CTP of the Windows Azure Tools for Microsoft Visual Studio, we introduced a bug where if you use the App.Config file in a Worker Role, it won’t get included in your Service Package both when running on the local Development Fabric or in the Cloud.
To resolve this issue, simply add the following environment variable before starting Visual Studio:
AddAppConfigToBuildOutputs=true
This will be fixed in our next release, in fact it’s fixed in our daily builds already.
What happened?
... [ read more ]
|
|