Dịch ngược mã nguồn .NET với ILSpy

ILSpy là một công cụ của nhóm SharpDevelop có tác dụng dịch ngược (decompiler/Disassembler) các chương trình được viết bằng .NET. Nó hoàn toàn miễn phí và là mã nguồn mở, các bạn có thể tham khảo tại link: https://github.com/icsharpcode/ILSpy . Cá nhân mình thấy rất thích dùng nó vì dịch ngược khá chính xác và gọn nhẹ, […]

Visual studio 2017 The task factory “CodeTaskFactory” could not be loaded from the assembly

The task factory “CodeTaskFactory” could not be loaded from the assembly “C:\ Program Files (x86)\ Microsoft Visual Studio\ 2017\ Professional\ MSBuild\ 15.0\ Bin\ Microsoft. Build. Tasks. v15.0 .dll”. Could not load file or assembly ‘file:/// C:\ Program Files (x86)\ Microsoft Visual Studio\ 2017\ Professional\ MSBuild\ 15.0\ Bin\ Microsoft.Build.Tasks.v15.0.dll’ or one of its dependencies. The system […]