Playing with StreamInsight November CTP Refresh
I spent the evening (in between going to the gym) moving the various StreamInsight projects I had to the November CTP Refresh. This latest CTP definately has a cleaner API
Unfortunately my strategy pricer code fails with a rather unhelpful error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> Microsoft.ComplexEventProcessing.TypeCreationException: The field ‘s’ of type ‘f__AnonymousType0`14′ either contains a nested member, or is a type that is not supported as event type field.
at Microsoft.ComplexEventProcessing.Diagnostics.Exceptions.Throw(Exception exception)
at Microsoft.ComplexEventProcessing.EventTypeConverter`1.ProcessField(Type fieldType, String fieldName)
at Microsoft.ComplexEventProcessing.EventTypeConverter`1.DoDefaultConversion(Type clrType)
at Microsoft.ComplexEventProcessing.EventTypeConverter`1.get_EventType()
— End of inner exception stack trace —
