The event System. Data. Objects. DataClasses. StructuralObject. PropertyChanged can only appear on the left hand side of += or -=
This time I am putting the answer somewhere I will remember it.
When you upgrade to VSTS2010 you'll get a ton of these errors in your service references (reference.cs). I got them on all the EF stuff I had in mine.
The fix is below:
If you look in your client project directory, there is a directory called Service References which contains a directory per service reference. Inside this directories there is a file called Reference.svcmap that contains the proxy generation configuration. Open the file and change the line that says <EnableDataBinding>true</EnableDataBinding> to <EnableDataBinding>false</EnableDataBinding>.
When you upgrade to VSTS2010 you'll get a ton of these errors in your service references (reference.cs). I got them on all the EF stuff I had in mine.
The fix is below:
If you look in your client project directory, there is a directory called Service References which contains a directory per service reference. Inside this directories there is a file called Reference.svcmap that contains the proxy generation configuration. Open the file and change the line that says <EnableDataBinding>true</EnableDataBinding> to <EnableDataBinding>false</EnableDataBinding>.
0 Comments:
Post a Comment
<< Home