• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn sửa lỗi Visual Studio needs to make non-functional changes to this project

Admin

Well-Known Member
Staff member
Administrator
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
49807886473_84c7510912_o.png


Cách 1: Xóa đoạn code sau vào lưu lại là xong
C#:
<FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
Cách 2: Xóa dấu cách giữa
C#:
<FileUpgradeFlags>
</FileUpgradeFlags>
Thành
C#:
<FileUpgradeFlags></FileUpgradeFlags>
Chúc bạn thành công!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top