Welcome

View my picks for Android apps here.

Check Us Out

Here are some photographs take recently.


My Blog

By SdosRemedios on 3/23/2012 9:58 PM

Well after a bit of fussing, I have charting working well with DNN 6. Some things to consider if you are attempting this on your own:

  1. Change the IIS Default Application to .net 4
  2. in VS2010 open the website and upgrade the target runtime to .net 4 framework
  3. build an aspx page and in vs2010 and place a Chart on it
  4. Save your vs2010 project

I've been using my own .aspx pages to create charts, displaying them using an IFrame module. So far this is working well, but maybe there's a way to place them directly into an html module - more later.