You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything I need to do to get this to run. if I run the build file it complains about references
If I open the project and run the CLI project, it still doesn't work
Error CS0234: The type or namespace name 'Speech' does not exist in the namespace
Severity Code Description Project File Line Suppression State
Error NU1104 Unable to find project 'C:\Users\simon.burfield\Downloads\Victor-master\ext\readline\src\ReadLine\ReadLine.csproj'. Check that the project reference is valid and that the project file exists. Victor.CLI C:\Users\simon.burfield\Downloads\Victor-master\src\Interfaces\Victor.CLI\Victor.CLI.csproj 1
Severity Code Description Project File Line Suppression State
Error MSB4018 The "RazorTagHelper" task failed unexpectedly.
System.InvalidOperationException: DOTNET_HOST_PATH is not set
at Microsoft.AspNetCore.Razor.Tasks.DotNetToolTask.get_DotNetPath()
at Microsoft.AspNetCore.Razor.Tasks.DotNetToolTask.GenerateFullPathToTool()
at Microsoft.Build.Utilities.ToolTask.ComputePathToTool()
at Microsoft.Build.Utilities.ToolTask.Execute()
at Microsoft.AspNetCore.Razor.Tasks.DotNetToolTask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() Victor.Server.WebUI C:\Users\simon.burfield.nuget\packages\microsoft.aspnetcore.razor.design\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets 79
The text was updated successfully, but these errors were encountered:
Hi sorry for the delay in responding. Victor is under active development right now and the VS solution probably won't work on another computer but mine. Does the last release work on your computer? https://github.com/allisterb/Victor/releases/tag/v0%2C2
Is there anything I need to do to get this to run. if I run the build file it complains about references
If I open the project and run the CLI project, it still doesn't work
Error CS0234: The type or namespace name 'Speech' does not exist in the namespace
Severity Code Description Project File Line Suppression State
Error NU1104 Unable to find project 'C:\Users\simon.burfield\Downloads\Victor-master\ext\readline\src\ReadLine\ReadLine.csproj'. Check that the project reference is valid and that the project file exists. Victor.CLI C:\Users\simon.burfield\Downloads\Victor-master\src\Interfaces\Victor.CLI\Victor.CLI.csproj 1
Severity Code Description Project File Line Suppression State
Error MSB4018 The "RazorTagHelper" task failed unexpectedly.
System.InvalidOperationException: DOTNET_HOST_PATH is not set
at Microsoft.AspNetCore.Razor.Tasks.DotNetToolTask.get_DotNetPath()
at Microsoft.AspNetCore.Razor.Tasks.DotNetToolTask.GenerateFullPathToTool()
at Microsoft.Build.Utilities.ToolTask.ComputePathToTool()
at Microsoft.Build.Utilities.ToolTask.Execute()
at Microsoft.AspNetCore.Razor.Tasks.DotNetToolTask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() Victor.Server.WebUI C:\Users\simon.burfield.nuget\packages\microsoft.aspnetcore.razor.design\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets 79
The text was updated successfully, but these errors were encountered: