In VS2015 RTM, I'm receiving the following error when running a web publish:
The task factory "CodeTaskFactory" could not be loaded from the assembly "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.v14.0.dll". Could not load file or assembly 'file:///C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.v14.0.dll' or one of its dependencies.
After googling around, I have altered ls.pubignore.wpp.targets in my project as follows:
Is this the bast way to deal with the problem? I haven't submitted a pull request because this feels like a hack and I don't understand why your code is not working.
Hi
In VS2015 RTM, I'm receiving the following error when running a web publish:
The task factory "CodeTaskFactory" could not be loaded from the assembly "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.v14.0.dll". Could not load file or assembly 'file:///C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.v14.0.dll' or one of its dependencies.
After googling around, I have altered ls.pubignore.wpp.targets in my project as follows:
added:
changed:
to:
Is this the bast way to deal with the problem? I haven't submitted a pull request because this feels like a hack and I don't understand why your code is not working.
Thanks