DotNetGallery License Issue #2

Last post 05-10-2004, 9:48 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  05-10-2004, 8:50 PM 793

    DotNetGallery License Issue #2

    I'm not sure what else to try, I'm still receiving an invalid license error. I downloaded the file today and the .lic file is time stamped May 8, 2004.

     

    It's a pretty simple configure. I copy the files folder for the archive, define it as a new application and nothing works. I've also tried specifying the location of the .lic file in the web.config to no avail.

     

    Is there a way to confirm it's even reading the license file? I notice I receive the same "The License for Gallery is not valid." error when I purposely specify an invalid file. So it's possible it's not even reading the .lic file. I've tried without defining a location in web.config which I understand should cause the program to read the license from the license directory in the root of the current application and I've tried specifying the location within the web.config file as follows:

     

    <appSettings>
    <add key="DotNetGalleryLicense" value="/licenses/DotNetGallery.lic" />
    </appSettings>

     

    In all cases I receive the same error. I'm out of ideas. Any suggestions?

     

     Mark

     

     

  •  05-10-2004, 9:48 PM 794 in reply to 793

    Re: DotNetGallery License Issue #2

    Mark,

     

    Make sure you didn't specify the location of the license file at two different places.

     

    For example, you created a new web application webapplication1, and create the licenses folder which contains the license file.

     

    But in the root of your wwwroot, you have the web.config file which also specify the location of the license file.

     

    <add key="DotNetGalleryLicense" value="/licenses/DotNetGallery.lic" />

     

    But there is no licenses folder in your wwwroot. So this causes the error.

     

    Is that possible?

     

     


    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

View as RSS news feed in XML