Could not load file or assembly 'System.ValueTuple'

前端 未结 18 1837
你的背包
你的背包 2020-12-08 18:02

I\'ve got a VS2017 project that compiles to a DLL which is then called by an EXE written by someone else. Both projects target .Net Framework 4.6.2. I rewrote one of my DLL

18条回答
  •  -上瘾入骨i
    2020-12-08 18:51

    My issue was that I was developing against 4.6.1, but releasing on 4.7.2. Luckily I don't mind which .Net framework this project was built for, so I installed 4.7.2 on my developer instance, then upgraded all the Nuget packages.

    (Using SQLite on AWS EC2)

提交回复
热议问题