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: Compiling Source

  1. #1
    GLHays is offline Junior Member
    Join Date
    Jan 2010
    Posts
    2

    Red face Compiling Source

    I have a question in regards to recompiling the source code.
    I have version 8.0.1.2 and have made some mods to source files (W/VS2005) and mainly to address the productspecs and the size of the popup window.
    My project rebuilds ok but the changes do not seem to have any effect.

    \ASPDNSFCore\XSLTExtensionBase.vb is the file modified;
    Source modified;

    If ProductHasSpecs OrElse SpecUrl.Length > 0 Then
    results.Append("<a href=""javascript:void(0);"" onClick=""window.open('" & SpecUrl & "', 'null', 'height=700,width=1000,status=yes,toolbar=no,menub ar=no,location=no');"">" & SpecTitle & "</a>" & Constants.vbLf)
    End If

    If someone can assist in the process of getting the storefront source code recompiled would be great!

    I am working with my Vista workstation under Localhost
    VS2005 and SQL2005.

  2. #2
    Louie is offline Senior Member
    Join Date
    Oct 2008
    Posts
    126

    Default

    First thing here is ML 8.0.1.2 requires a Visual Studio 2008 if you would need to recompile the source code changes. See the software requirements listed at http://manual.aspdotnetstorefront.co...uirements.aspx