C
Chris Mullins
The biggest downside to VS.Net 2005 and WinForms development has to be that
horrible "The Path is not of legal form" argument.
Anytime we build complex GUI's or controls, the designer don't view.
I was sure hoping the current Service Pack (even though it's beta) would fix
this. Alas, VS.NET 2005 is still broken.
The only way to fix this is to eliminate cross assembly references (aka:
Project References), and do everything using all static binary references.
This isn't practical most of the time - essentially in a large system that's
cleanly architected.
Ah well. Orcas anyone?
horrible "The Path is not of legal form" argument.
Anytime we build complex GUI's or controls, the designer don't view.
I was sure hoping the current Service Pack (even though it's beta) would fix
this. Alas, VS.NET 2005 is still broken.
The only way to fix this is to eliminate cross assembly references (aka:
Project References), and do everything using all static binary references.
This isn't practical most of the time - essentially in a large system that's
cleanly architected.
Ah well. Orcas anyone?