Chào bạn, nếu bạn gặp lỗi Visual Studio needs to make non-functional changes to this project in order to enable the project to open in released versions of Visual Studio newer than Visual Studio 2010 SP1 without impacting project behavior. này thì cách fix đơn giản là bạn mở file .csproj
Cách 1: Xóa đoạn code sau vào lưu lại là xong
Cách 2: Xóa dấu cách giữa
Thành
Chúc bạn thành công!
Cách 1: Xóa đoạn code sau vào lưu lại là xong
C#:
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
C#:
<FileUpgradeFlags>
</FileUpgradeFlags>
C#:
<FileUpgradeFlags></FileUpgradeFlags>