Phylum123

Results 7 comments of Phylum123

I wouldn't know how to reproduce. There is an issue with visual studio where if you perform a forced computer restart with a solution open, it can corrupt your projects/solution/vs...

I think it has something to do with having the application running in visual studio, when you force restart. I fixed the issue by restoring an old version of the...

I can repro without a restart. I just don't know what causes it. Like I Said I think it is getting confused as to what language it is set to...

Not sure if this is related, but this also fails as well, but if I uncomment the [DataMember(Order = 0)], it works. If you comment [DataContract], it also works (using...

I just solved that issue by using ".Expression.ToString();" on the IQueryable. Gives you a string representation of the query code itself.

@Enngage Here is the solution to your problem. I scouted around the internet, because I wanted the same solution and I beleive I found it. It essentially changes every constant...