-
Scsf
Any familiar with SCSF (Smart Client Software Factory)? I'm having the most trouble in the world trying to alter my layout after creating a new SCSF solution. I am going to the SHELLLAYOUTVIEW file where I am adding menu items. But when I debug and run, all the items are not showing up. The defaults (File->Exit) are the only ones that show.
Can anybody help me, how do I (or where do I go) modify the layout so that everything will display??
-
Re: Scsf
... either nobody understood what I was talking about, or didn't experience SCSF yet.
Well, I figured out what I did (or didn't do) to make everything work. Usually when I work on .NET applications, after I edit my code all I had to do was run the debugger and with the automatic compile, my code would run and show any changes. This time, just running the debugger didn't do anything. What I did was Rebuild the entire solution/project before running the debugger. It was as simple as that.
... I guess I have to break out of that habit and rebuild all my solutions before debugging.