Hi Im also having a deployment issue (I think)...
I followed the instructions in the devmanual.pdf, and everything seemed to be going fine, I wasn't too sure about the publickeytoken values in the configsections for the web.config so I left them as null, (PublicKeyToken=null).
When I ran the project I got an error, so I put the license key for graphics mill that we received from you guys as the public key token for graphics mill, and the project ran fine, but now when i try access the page with photoeditor in it I get the following error (we have bought photoeditor, but the only keys I have been given are for graphics mill and the red eye reduction add-on):
Code:Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred creating the configuration section handler for Aurigma.PhotoEditor: Could not load file or assembly 'System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 10: <section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null"/>
Line 11: <section name="Aurigma.GraphisMill.WebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=MYGRAPHICSMILLKEYHERE"/>
Line 12: <section name="Aurigma.PhotoEditor" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=null"/>
Line 13: </configSections>
Line 14: <connectionStrings>
Please help.
Thanks in advance.
Paul