Usually this error means you have a resource with an invalid name
The resources names follow the rules of the Variables so name must start with a letter, no spaces, no dashes no points
take a look at the names.
HTH
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Severity Code Description Project File Line Suppression State
Error The "ResourcesGenerator" task failed unexpectedly.
System.ArgumentException: Illegal characters in path.
at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
at MS.Internal.Tasks.TaskHelper.CreateFullFilePath(String thePath, String rootPath)
at Microsoft.Build.Tasks.Windows.ResourcesGenerator.ValidResourceFiles(ITaskItem[] inputFiles)
at Microsoft.Build.Tasks.Windows.ResourcesGenerator.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() Otsutsuki
Usually this error means you have a resource with an invalid name
The resources names follow the rules of the Variables so name must start with a letter, no spaces, no dashes no points
take a look at the names.
HTH