CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Scsf

  1. #1
    Join Date
    Jan 2006
    Location
    Baltimore, Maryland, USA
    Posts
    104

    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??
    -= the best is yet to come =-

  2. #2
    Join Date
    Jan 2006
    Location
    Baltimore, Maryland, USA
    Posts
    104

    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.
    -= the best is yet to come =-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured