| medhanush 2006-05-29, 5:21 pm |
| Hi All,
We are already having a custom functoid in production and few maps use it
successfully.
Now, we got some changes to this functoid for new maps and these changes
should not effect exising maps.
So, we thought to use it typical .NET assembly versioning. But in the map
custom functoid is idenfied by a GUID on the assembly rather than identity.
So, to release new functoid we need to have new GUID, which makes us to
maintain another copy of existing code base and add new GUID to it, and use
this functoid in new maps, so essentially maitaning two copies of same code
base with few differences, which is bad.
And also we are not sure how GUID is mapped to functoid assembly.
Is there a way to use different versions of functoid in maps ?
Any help on this is appreciated.
Thanks
medhanush
|