C
craig via DotNetMonster.com
I am working on rewriting a Fox 7 ODBC app. and teaching myself .NET in the
process. So far I have over 130 of the screens rewritten, but debug
performance is terrible. It would be much better if I had each screen as
seperate solutions, but then I'm constantly having to remove and readd
references which became way too much hassel. So currently my solution has
the 130+ projects included.
But when I start debugging it rebuilds EVERYTHING! eventhough I haven't
changed a single thing!! I can play a hand of Solitaire before it finally
starts executing. Not finding this situation very productive at all!!! Is
there an option that can be set to only rebuild changed modules? Or has the
size of my application exceeded the capability of .NET? It sure is looking
that way.
Or how should an application of this size be organized? The two ways I've
discovered each have serious flaws and I'm seriously wondering about the
feasibility of developing large application in .NET.
process. So far I have over 130 of the screens rewritten, but debug
performance is terrible. It would be much better if I had each screen as
seperate solutions, but then I'm constantly having to remove and readd
references which became way too much hassel. So currently my solution has
the 130+ projects included.
But when I start debugging it rebuilds EVERYTHING! eventhough I haven't
changed a single thing!! I can play a hand of Solitaire before it finally
starts executing. Not finding this situation very productive at all!!! Is
there an option that can be set to only rebuild changed modules? Or has the
size of my application exceeded the capability of .NET? It sure is looking
that way.
Or how should an application of this size be organized? The two ways I've
discovered each have serious flaws and I'm seriously wondering about the
feasibility of developing large application in .NET.