@U_NiqUtilities wrote:
Hi,
Quick question. I've written a customer importer/processor/reader/writer to handle a new DCC format.
Everything builds properly, however calls to Content.Load<MyCustomContentType> fails with a ::
System.InvalidCastException was unhandledexception.However calling Content.Load<object> executes the customer reader.
Any idea why I can't successfully call the typed Content.Load????
Posts: 1
Participants: 1