Hi all, I'm trying to get my c# assembly to be compatible with older .net cf libraries (ie. so it runs on an older version), the problem I've got is the referenced required version for System.dll etc.. is 1.0.5000.0 and I actually want 1.0.4292.0
I've tried using cecil to modify the version number but Version is read only, I've got the public key bit sorted thanks to the cf-patcher util, but I seem to remember reading somewhere that, that isn't very important anyway because the public key isn't actually used in .net cf (generally). So, any ideas on how to get the version number sorted... or is the only way to rebuild the mono dotnet bits from source with the version numbers I want ? Cheers Kirk -- Kirk Bateman Managing Director Synaptic Technologies Limited w: www.synaptic-technologies.com b: www.synaptic-technologies.com/blog e: [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
