Real World Software Architecture

Real World Software Architecture is dedicated to providing information and experiences from the field of Software Architecture.



Subscribe with RSS or ATOM Add to Google

Links

  • Home Page
  • Real World Software Process Engineering
  • Suggested Reading
  • .NET Dev and Arch Collection
  • SEI Essays on SA
  • Software Architecture
  • Bredemeyer
  • wwisa
  • Product Line Engineering
  • PLEES
  • Software Product Lines
  • MSDN Architecture Center
  • patterns & practices






Wednesday, November 04, 2009

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>.

posted by tadanderson at 6:17 PM

0 Comments:

Post a Comment

<< Home

Previous Posts

  • New Composite Application Guidance for WPF and Sil...
  • Dependency Injection Book Review
  • Shiny Turds Books that do not Cut the Mustard
  • Mouse Mover download stops screensavers from kicki...
  • Enterprise Service Oriented Cloud Agility (ESOCA) ...
  • WPF Control Development Unleashed Book Review
  • Pro SQL Server 2008 Replication Book Review
  • Technical Interviews and Interviewers that Suck an...
  • The Process of Software Architecting Book Review
  • Favorite Sayings of State Government Managers and ...



Powered by Blogger