Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Question about recompiling AspDotNetStorefrontCore.dll

  1. #1
    shark92651 is offline Member
    Join Date
    Jan 2006
    Posts
    81

    Default Question about recompiling AspDotNetStorefrontCore.dll

    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

  2. #2
    shark92651 is offline Member
    Join Date
    Jan 2006
    Posts
    81

    Default

    I found this information which explains how to disable the serialization assembly:
    http://stackoverflow.com/questions/9...-generated-for

    However I still end up with an AspDotNetStorefrontCore.dll assembly that is about 324 KB smaller than the original distribution assembly. Are the original distribution assemblies compiled with debug information or something else that explains the size difference?