We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro steps:
Result - project 'ProtocolGateway.Host.FabricSetup.CounterSetup' fails to compile
Error MSB4018 The "GetApplicationParametersFiles" task failed unexpectedly. System.IO.FileNotFoundException: Could not find file 'C:\Users\wicks\source\repos\new\azure-iot-protocol-gateway\host\ProtocolGateway.Host.Fabric\PublishProfiles\Local.5Node.xml'. File name: 'C:\Users\wicks\source\repos\new\azure-iot-protocol-gateway\host\ProtocolGateway.Host.Fabric\PublishProfiles\Local.5Node.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.VisualStudio.Azure.Fabric.FileSystem.FileOpenRead(String path) at Microsoft.VisualStudio.Azure.Fabric.BuildTasks.GetApplicationParametersFiles.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() ProtocolGateway.Host.Fabric C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Microsoft\VisualStudio\v16.0\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets 115
Issue looks related to this closed issue from a few years back: microsoft/service-fabric-issues#482
The text was updated successfully, but these errors were encountered:
Did you figure out what was wrong and how to fix it? I get the same result.
Sorry, something went wrong.
@RakeLund no I didn't. @nayato for ideas or comments on this issue.
The problem was long paths.. Cloned to an empty folder on C:/, and it build fine :)
No branches or pull requests
Repro steps:
Result - project 'ProtocolGateway.Host.FabricSetup.CounterSetup' fails to compile
Issue looks related to this closed issue from a few years back:
microsoft/service-fabric-issues#482
The text was updated successfully, but these errors were encountered: