I've been trying to get MS Chart working on my machine for several days using several resources / advice but can't get it to work.
I belive my probelm is that I do not have ASP.NET configured correctly on localhost which is why it's not recognizing the MS Chart tag. MS Chart comes with v4.0, so (I assume) it should work just like any other .NET tool (GridView, FormView, etc...). Just drop it on an aspx page and voila. However, it's not working! Arrgh.
I think it's because I may not have v4.0 configured on my machine like I think I do. How do I do that?
I know v4.5 (not v4.0) is "installed" on the machine because I tried to download and install it and it wouldn't let me. I got a message stating I already have v4.5 installed. Plus, I upgraded to windows 8.1 and I'm told v4.5 already comes with it.
Now, how do I get it configured right so I have working?
Could there be a webconfig or machineconfig file conflicting or something I need to turn on or set up? Or...?
Any help is appreciated!
Btw... using Visual Studio is not an option at this point. I need to get this working on localhost using just plain old Expression Web (pretend VS doesn't exist =))