This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
With a fresh downlod of the souce I was getting an error due to missing functions, once I added these 2 functions the portal woul compile.
MojoPortal.Business.DataHelper.cs is missing
public static void DoVersion2253PostUpgradeTasks( String overrideConnectionInfo) { DBPortal.DatabaseHelperDoVersion2253PostUpgradeTasks(overrideConnectionInfo);
}
MojoPortal.Data.MSSQL.dbPortal.cs is missing
public static void DatabaseHelperDoVersion2253PostUpgradeTasks(String overrideConnectionInfo) { }
I just checked and they are not missing in either the .zip download of the source code or svn trunk.
I have no explanation if its its missing in your copy.
Joe
I have checked the revision history, it looks like I downloaded the trunk just before the revisions with the functions were checked in.