Not able to publish site / build in Release mode Error :
I am working on a project on umbraco / MVC.
I have started with umbraco 7.4.0 beta and later upgraded to 7.4.1 (using nuget pack)
Till date I was running project in Debug mode everything is fine
But now is time to Publish site (or build project in release mode) I am getting following error message
Severity Code Description Project File Line Suppression State Error
Copying file
AppData\NuGetBackup\20160105-164535\CopyLogs\UmbracoBinBackup.log to
obj\Release\Package\PackageTmp\AppData\NuGetBackup\20160105-164535\CopyLogs\UmbracoBinBackup.log
failed. Could not find file
'App_Data\NuGetBackup\20160105-164535\CopyLogs\UmbracoBinBackup.log'.
WebSite 0
Image for the same.
Kindly help me on the same ,how can I publish my site.
Not able to publish site / build in Release mode Error :
I am working on a project on umbraco / MVC.
I have started with umbraco 7.4.0 beta and later upgraded to 7.4.1 (using nuget pack)
Till date I was running project in Debug mode everything is fine But now is time to Publish site (or build project in release mode) I am getting following error message
Image for the same.
Kindly help me on the same ,how can I publish my site.
Regards., BJ.
The issue was that App_Data was included in my project solution
So i Right Click -> App_Data -> Click Exclude from Project.....
and site was ready to go to Server. :)
is working on a reply...