StrataFrame Forum

Partial class not visible?

http://forum.strataframe.net/Topic667.aspx

By Kevin Lingofelter - 3/20/2006

I'm not sure if this is a VS issue or not. I have created a BO using the mapper and then had it create a partial class. All seems to work fine, but I can't see a way to open the partial class. It's not anywhere in the project. The folder contains the file and the bindings are working, so I know the project is using it.

Is there a setting that I need to see those?

I am using VS2005 and the project is checked into a VSS project (in case that makes a difference).

Hmmm...it looks like it's not just BO components. If I create a form the designer code and resource file (that are usually child entries in the solution explorer) are also not there.

I'll keep digging to see if I goofed up a setting, but if anyone else knows the solution, I would be very greatful...=)

By Trent L. Taylor - 3/20/2006

You have to tell the VS project to show all items.  To do this, click the "Show All Items" button at the top of the solution while the desired project is selected:

Not Shown: Notice there is no checked button at the top of the toolstrip.

Shown: Notice that there is now an icon checked on the toolstrip.

By Kevin Lingofelter - 3/20/2006

BigGrin

Duh...I figured it was something simple..thanks!

Kevin

By Trent L. Taylor - 3/20/2006

No problem Wink