Need help-just purchased License-problem.

Last post 09-07-2004, 12:08 AM by Digitalmafia. 3 replies.
Sort Posts: Previous Next
  •  09-06-2004, 10:56 PM 1732

    Need help-just purchased License-problem.

    Hi,

     
    I just purchased the single domain license.  I had version 1.0 (not 1.1) dll and temp lic. file working perfectly on my site.
    I removed the .dll, reference, and temp lic. then pushed the new .dll (1.1)-new license-added reference and added
    appSettings in the webconf.  Now, my site throws an error when I try to change, upload ect. to my photo album.
    I am gettting the following error:
    Object Reference not set to an instance of an object
    DotNetGallery.Include.imageinfo.PageLoad() ect.
     
    Strange thing is my gallery (which was the same one I had prior to paying for lic. ) still displays - I just cannot use any of the buttons to edit-upload-ect.
     
    Did I miss something in my upgrade? Did something change with the new version that would nerf the other versions code?
    Thanks.
    Jason.
     
     
  •  09-06-2004, 11:15 PM 1735 in reply to 1732

    Re: Need help-just purchased License-problem.

    Ok - I looked at some of the new code.

    After pushing imageupload1 & 2 , imageinfo, editdescription I see difference in the code.
    I am now getting a GetString does not exist.  I think it must be due to changes you made in the 1.1 dll/code?
    If so can you tell me what changed as I have written a ton of code around the other version.
    Thanks.
    dm.
  •  09-06-2004, 11:39 PM 1736 in reply to 1735

    Re: Need help-just purchased License-problem.

     dm,

     
    The language strings are stored in the xml file.
     
    There are not many strings used in the dotnetgallery.
     
    The following is the content of en-en.xml
     
     

    <?xml version="1.0" encoding="UTF-8" ?>

        <root>

            <!-- Buttons -->

            <resource name = "Page">Page</resource>

            <resource name = "Slideshow">Start Slide Show</resource>

            <resource name = "Stop">Pause Slide Show</resource>

            <resource name = "Previous">Previous</resource>

            <resource name = "Next">Next</resource>

            <resource name = "Back_to_image_index">Back to image index</resource>

            <resource name = "Help">Help</resource>

            <resource name = "Home">Home</resource>

            <resource name = "BatchBuild">Batch gallery index build</resource>

            <resource name = "Full_screen">Full_screen</resource>

            <resource name = "Windowed_screen">Windowed screen</resource>

            <resource name = "Editinfo">Edit description</resource>

            <resource name = "Total">Total</resource>

            <resource name = "Images">Images</resource>

            <resource name = "Prev">Prev</resource>

            <resource name = "ImageUpload">Image Upload</resource>

            <resource name = "Close">Close</resource>

            <resource name = "Send">Send</resource>

          </root>


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-07-2004, 12:08 AM 1737 in reply to 1736

    Re: Need help-just purchased License-problem.

    Hi Adam,

     
    I deleted and re-added all of the files under the DotNetGallery_Files dir with the 1.1 versions
     (this would include the aforementioned xml files).
    Everything is working great again and the image resizing works now(which is great).
    Your product once again proves very user friendly and a winner! Nice work.
     
    So for anyone reading heres a recap:
    I dev'ed the 1.0 version, but purchased the 1.1 version.
    I left all my code and albums/galleries alone and simple:
    1. Pushed up new .dll (1.1) & added a reference.
    2. Added my lic. file (license)
    3. Added a reference to the license path in the webconfig (as per the instructions).
    4. Re-added all the files under the DotNetGallery_Files directory (replaced the 1.0 versions).
     
    Thanks again.
    DM.
     
     
     
View as RSS news feed in XML