By Daniel Essin - 8/21/2006
I've got a solution that includes the SF source code project(s).
When I "Rebuild All" in the mapper, it generates exceptions related to the SF code modules even though they are (obviously) not configured with database info. See Attached.
Also this is one of the windows that needs to be resizable.
|
By Gary C Wynne - 8/21/2006
Why are you including the SF Source code projects in your solution? Your application need only reference the SF DLLs.
|
By StrataFrame Team - 8/22/2006
Gary is correct... it generally not advisible to add the StrataFrame projects to your solution. When you try to do a rebuild all, it is going to fail because the business objects within the StrataFrame projects are not configured.
|
By Daniel Essin - 8/22/2006
I added them last week when the themes were screwing up the browse dialog and never removed them.
|
By StrataFrame Team - 8/23/2006
Aha. If you leave them in the solution, the only ill effects I can think of that you will receive are those errors in the BOMapper telling you that you don't have the business objects configured.
|