Vote count:
0
I have problem when I published my .Net website to Azure (or File system).
Here is the error output:
C:\Working\MyProject\bin\Release\Newtonsoft.Json.xml
FromTarget=ExcludeXmlAssemblyFilesThe "FilterByItems" task failed unexpectedly.
System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.IsPathRooted(String path)
at Microsoft.Web.Publishing.Tasks.FilterByItems.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__20.MoveNext()
I google it for whole night but no answer yet. And I also set "MSBuild project build output verbosity" to Diagnostic in VS2013, but no any useful information to me.
And I also wonder is it any way to debug when using web deployment tool.
How to debug web deployment in .Net?
Aucun commentaire:
Enregistrer un commentaire