tags:

views:

22

answers:

2

HEllo, im using chart control in my website and locallly everything works correctly, but when i try to deploy, the page with chart doesn't work. i found some kind of solution here: http://stackoverflow.com/questions/807170/does-the-new-aspchart-control-need-to-be-installed-on-the-server-or-can-it-be-u

but i don't know which dll should i copy and where can i find that bin folder?

Cheers, Bart

A: 

You can deploy to the application's bin directory (right under the top level of the application) or you can install to the GAC. When deploying, you'll usually go with Bin directory deployment.

Mark Brittingham
i created "Bin" folder in the root of my server. then i copied there System.Web.DataVisualization.dll, System.Web.DataVisualization.xml and System.Web.DataVisualization.Design.dllbut it didn't help;/ what else should i do?it's really important for me...
Bart
A: 

I don't see bin folder.. should i create one? so if i put my application into root folder i should craete there "Bin" directory ? What should i place there? Sorry i'm really new in it..

Bart