Re: Help for porting: VC# 2008 express binaries crashing when run by mono
I think I've found the problem -- it depends on a MSFT bug that creates bad content. To check that it's the same fault, I'd need to see the input XML. Rather than dealing with debuggers (eek) can you just search all the files in the project for XML starting with element TableLayoutSettings.
I don't really understand where MSFT uses this content, if not in the .Designer file, then probably in a .resx file. Did the project start out in VS2008, or maybe in VS2003? I can't get VS2005 to create such content.
I have unit tests nearly ready to show this and another wee bug in TableLayoutSettingsTypeConverter.
Andy