Author: venkata.guddanti | Posted on: 12/3/2007 11:25:18 AM | Views : 710

Hi All, I spent quite a bit of my personal time in developing a custom chart control using silverlight 1.1 alpha. I wanted to submit this as a showcase entry to silverlight community website. I have however ran into a bit of glitch with deployement of the custom control:


I have a project with chart control called FreeSilverlightChart control
I have another project showing how to use the chart component called ChartUsage. This project has a dependency on FreeSilverlightChart  I have also added a reference from ChartUsage to FreeSilverlightChart.dll. So the clientBin directory of this project contains the ChartUsage.dll and FreeSilverlightChart.dll.
Everything works fine on my local machine. However after deploying to my comcast personal web page. The FreeSilverlightChart.dll is not being pulled in from the server. Is there a way for me to specify some kind of assemby information to automatically download the dependent dll? Or ...

Go to the complete details ...