Csla 10.0.0 and CustomProxy #4834
-
|
I have an ERP based on Csla 9.1.0 that uses a custom proxy (that switches between different data portals depending on the company selected). I based this on the RoutedDataPortal sample and it has been working quite well to this point. When upgrading to Csla 10.0.0, the Csla HttpProxy's DataPortalUrl is now readonly and returns this error: Property or indexer 'HttpProxy.DataPortalUrl' cannot be assigned to -- it is read only The relevant code (which is just like the example) is below: Is there a workaround for this in Csla 10+? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi. You should be able to override the DataPortalUrl property and add your own set or backing field. |
Beta Was this translation helpful? Give feedback.
Hi. You should be able to override the DataPortalUrl property and add your own set or backing field.