<add name="CartLicense" verb="*" path="CartLicense.axd" type="ComponentArt.Silverlight.Server.LicensingHandler, ComponentArt.Silverlight.Server"
Hi,
I'm using web.ui.2009.3(30 days trial) tree view control for silverlight in my sample silverlight application. As per the instruction in quick start documentation, i added "ComponentArt.Silverlight.Server.dll " in my web host application and enabled license handler to <handlers> under <system.webServers> section in my web.config file as below
<
add name="CartLicense" verb="*" path="CartLicense.axd" type="ComponentArt.Silverlight.Server.LicensingHandler, ComponentArt.Silverlight.Server"
preCondition="integratedMode" />
and added required assembly dlls from \Program Files\ComponentArt\UI Framework 2009.3 for .NET\assembly\silverlight\client\ folder.
when i run the application, there is an error "there was an error initializing ComponentArt.Web.UI for silverlight. Please configure the web application as outlined in the quickstart section of the documentation".
If i use datagrid control also, I got the same error message.
Please let me know am i missing anything?
Thanks,
and added required assembly dlls from \Program Files\ComponentArt\UI Framework 2009.3 for .NET\assembly\silverlight\client\ folder.
when i run the application, there is an error "there was an error initializing ComponentArt.Web.UI for silverlight. Please configure the web application as outlined in the quickstart section of the documentation".
If i use datagrid control also, I got the same error message.
Please let me know am i missing anything?
Thanks,
and added required assembly dlls from \Program Files\ComponentArt\UI Framework 2009.3 for .NET\assembly\silverlight\client\ folder.
when i run the application, there is an error "there was an error initializing ComponentArt.Web.UI for silverlight. Please configure the web application as outlined in the quickstart section of the documentation".
If i use datagrid control also, I got the same error message.
Please let me know am i missing anything?
Thanks,