I was trying some Microsoft Azure bot samples. After compiling there were no errors. So tried to run it locally. But ended up with the below error
could not find a part of the path '..\bin\roslyn\csc.exe' error
After some research I tried installing a NuGet package called 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform.BinFix'
And then rebuilt the whole solution.
Local version worked like a charm !
could not find a part of the path '..\bin\roslyn\csc.exe' error
After some research I tried installing a NuGet package called 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform.BinFix'
And then rebuilt the whole solution.
Local version worked like a charm !
No comments:
Post a Comment