I have WPF application with target framework version as 4.5
. Now I have switched to version 4.6.2
.
After that, I am getting the following error in multiple places.
A TwoWay or OneWayToSource binding cannot work on the read-only property
I am using Visual Studio 2017
.
Call the project as A
and it has B, C, D as dependencies
. While B, C, and D are attached as DLL
's I am getting the error. If they are attached as projects
I am not getting the error.
Note: All B, C, D are 4.5 version projects and I am not changing them into 4.6.2 for running this project.
Can anyone update me on how to proceed further here and if there is any mistake in the way of approaching?
Update 1:
The related question is different from my case:
A TwoWay or OneWayToSource binding cannot work on the read-only property
Update 2:
The following question is similar.
A TwoWay or OneWayToSource binding cannot work on the read-only property.
but the link provided in the answer seems to be broken or redirected: