10.2.200.9 .NET Framework

Hi, Im trying to update an .net app (that is working fine with 10.1) so it can work with 10.2 but not luck so far to make it compile successfully after updating all my .dll for the 10.2.200.9 ones. Was wondering if other DLLs need to be added or if I need to use a newer framework than 4.5.1 (using VS 2013)? Screenshot attached

thanks,

You are showing them listed under a folder called Library, but not under References?

My bad

Later .NET required I would say.

I’m still running 10.1.600.28 in production at the moment, but a 10.2.200.x .dll that I just decompiled in ILSpy has this:

[assembly: TargetFramework(".NETFramework,Version=v4.6.1", FrameworkDisplayName = “.NET Framework 4.6.1”)]

My upload app used for 10.2.200 is .NET 4.6.2.

image

Thanks Matt. Will check it out

Now working with 4.6.1 in VS2015. Thanks!