Since yesterday I've got a brain screwing bug. I have a WCF client and a net.tcp hosted WCF service that worked fine for weeks. Then after some minor changes, all of the sudden the service crashes on IServiceCallBack callback = OperationContext.Current.GetCallbackChannel<IServiceCallBack>() calls, throwing a "Unable to cast..." Excpetion.
Wherever I don't need callback, everything work fine.
It's just like the service doesn't recognize the callback anymore.
I saw this could happen when VS has several version of the same assemblies in cache, so I went to C:\Users\xxx\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies and removed all files.
With no sucess, since the bugs keep happening.
I even tried, old backups of my solution that worked fine, and now they just crashes the same way. I'm now totally clueless about this issue.
Any help would be very appreciated.