DotNetGallery License Issue

  •  05-10-2004, 6:41 PM

    DotNetGallery License Issue

    I'm having issues getting the DotNetGallery demo to run correctly.  This is the error I receive:

     

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ComponentModel.LicenseException: The License for Gallery is not valid.

     

    I created a directory called licenses in my root directory and placed the following lines in my web.config file:

     

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

     

    As this is the default configuration I also tried without defining the location in web.config but niether method works. I'm out of ideas. Any thoughts?

     

     Mark

View Complete Thread