SUBJECT: Wrapping Grape City data analysis tool. Refer:
http://www.datadynamics.com/Products/ActiveAnalysis/Overview.aspx
I have tried tor wrap this but when it runs it says GrapeCity.ActiveAnalysis.web.CoreHandlet HTTP handler is not registered. This is referring to the automatcally gererated ActiveAnalysys.ashx file. I have tried adding the handler in the web.config, but the file (which is there in the web root) is still not found
<httpHandlers>
<add verb="GET,POST" path="ActiveAnalysis.ashx" type="GrapeCity.ActiveAnalysis.Silverlight.Server.CoreHandler, GrapeCity.ActiveAnalysis.Silverlight.Server"/>
</httpHandlers>
Any Ideas
Project sent.
Regards
richard