Hey everyone, has anyone been successful with Visual Studio 2015?
I've recently upgraded and I'm having some issues. I've installed the project system for VS2015 and when I compile my code, I've started getting this error:
CS1579 foreach statement cannot operate on variables of type 'string' because 'string' does not contain a public definition for 'GetEnumerator'
Well, the error message seems to be accurate, but this code used to compile and run correctly under VS2013. Did something change? I have quite a few projects that use this idiom to iterate through the characters in a string. I can change them, no big deal, but I'd rather not have to, really.
But the real showstopper is a problem I'm having during deployment (after I fix CS1579):
resolving
Resolve: unknown type: System.Diagnostics.DebuggerBrowsableState
Error: ff000000
Any clues, anyone?