Hello, i have two issues regarding UpgradeHandler class:
-
when i change My model assembly
version from 1.0.0.0 to 1.0.0.1, a
DomainBuildException beign thrown
with "Upgrade of assembly
'Microtech.Infinity5.Model' from
version '1.0.0.0' to '1.0.0.1' is
not supported." message, although i
implemented my own UpgradeHandler and only
override CanUpgradeFrom to return
true, but i think DataObject.net
can't find the handler( which has
implemented within the model
assembly) and i can't find the reason.
-
in my application i keep track of all entities and thair
properties, currently i do that by
loop on each entity type in the
model (after building the model) and
extract changes. is it possible to do this in my custom
UpgradeHandler, by looping on
changes and update the database with
that changes, if so, how can i get
the list of changes (as i can't find
any document on how to do that)?
We are using DataObjects.net V4.4.3 Build 9072
thanks.
asked
Sep 26 '12 at 07:17
ahmad emad
26●29●29●31