Hi everyone
This is a new one! :) I've used a backup to recreate our entire DNN installation on a new serverl, since the old one was having database issues.
Most of the stuff works, but as usual a few bugs does appear when doing stuff like this. This one however, I'm not sure how to handle.
I'm using a feed to simply pull data from a table and generate a very simple excel document (document.xls) with contenttype application/vnd.ms-excel and encoding utf-8.
The feed that was working on my previous server, now returns an errorcode 500. When viewing the DNN Event Log, an error is shown, and the message is
"Cannot create an object of type 'System.Text.Encoding' from its string representation 'utf-8' for the 'Encoding' property."
Anyone got any ideas about how to fix this one?
Kind Regards
Rune