I am on version MS 9.3.1:
I recently made a minor change to the ratings.cs code and re-built the AspDotNetStorefrontCore.dll. I am puzzled as to the resulting output files and size discrepancies.
The original AspDotNetStorefrontCore.dll as found on my production server installation is 3.18 MB
After re-building, I end up with 2 updated assemblies:
AspDotNetStorefrontCore.dll 2.87 MB
AspDotNetStorefrontCore.XmlSerializers.dll 220 KB
Anyone know why I am ending up with two different assemblies? I don't even see the AspDotNetStorefrontCore.XmlSerializers.dll in my production installation. Is there some settings I need to tweak in my project file to end up with a single assembly or is this even an issue? I am concerned about deploying this in it's current state.
Thanks,
David