The build system as it is currently configured does not appear to have a way to create a new release build of the SqlStoreManagerLib.dll which is referenced by the GUI and Console app tools for creation of a new SqlStore.
The local debug build of the dll appears to work correctly.
Logged In: YES
user_id=879696
Originator: NO
The build script is driven off of FlexWikiCore.sln. Whatever is in the solution will get built, and whatever isn't, won't. It doesn't look like any of SqlStoreManager* are in FlexWikiCore.sln right now. Is that the problem?
Logged In: YES
user_id=1602893
Originator: YES
There are 3 components. SqlStoreManagerLib which is a dll, and SqlStoreManagerGUI ans SqlStoreManagerConsole that are exe with a dependency on the dll. None of these components are in FlexWikiCore.sln. They do not use any dll that are created in FlexWikiCore.sln at this time.
If I move these 3 components into FlexWikiCore.sln and do a forced build would it work correctly? As an aside, why does the local debug build work correctly, but the release build not?