The “SlowCheetah.Xdt.TransformXml” task could not be loaded from the assembly

In my case the error occured while compiling a web project. The folder %userprofile%\AppData\Local\Microsoft\MSBuild\SlowCheetah\v2.5.10.2 was empty. All the SlowCheetah components were in SlowCheetah\v1 folder instead. I’ve copied all files from V1 folder to v2.5.10.2 and everything compiled and transformed fine. To make non web projects compile, I also had to delete V1 folder as suggested … Read more

using FUSLOGVW.EXE on a machine with no Visual Studio installed

As mentioned in an answer above and in comments, you need to do two things to get the fusion logger to run on a machine without Visual Studio: Copy fuslogvw.exe to that machine. You can find it wherever you installed .NET (eg. C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\FUSLOGVW.exe) Copy flogvwrc.dll to the same location as … Read more

Could not load file or assembly System.Net.Http, Version=4.0.0.0 with ASP.NET (MVC 4) Web API OData Prerelease

Visual Studio 2013 has a new feature to take care of this. When you build the app, you should see warnings about different versions of an assembly being referenced. Double click the warning to add assembly binding redirects to the web.config. See http://msdn.microsoft.com/en-us/library/2fc472t2.aspx for more details. jeff.eynon notes below that you need to have the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)