richml Report post Posted February 15, 2007 I have followed the documentation, however I can't get the examples to work (forgive me I'm new to .NET programming). I am getting the follow error: Error 1 Inherits="InfoSoftGlobal.GeneralPages.ASP.NET.BasicExample.BasicChart" I found a DLL and some source .cs files, however doesn't the DLL need to registered or integrated into the application somehow? Thanks Share this post Link to post Share on other sites
Pallav Report post Posted February 16, 2007 Yes - you need to put the DLL inside bin folder. Share this post Link to post Share on other sites
Ian Paskin Report post Posted March 20, 2007 Hi, I've had a similar issue in VS2005 (not with fusion charts DLL) where i have been editing a web site via a file system mapped drive on my test server and the DLL would not register i changed to remote web site and it all worked fine, Maybe a similar problem? Ian Share this post Link to post Share on other sites
LesterSmythe Report post Posted July 18, 2007 Pallav, where should the 'bin' directory be on the deployment server? Is it supposed to be off of the home directory or should it be under charts? (or fusioncharts?). I.e. what should the directory structure be when using aspx.vb components? thanks. Share this post Link to post Share on other sites
Pallav Report post Posted July 20, 2007 It's the same bin folder as your ASP.NET application. Share this post Link to post Share on other sites