Errors compiling the project - missing functions

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
4/12/2008 3:44:13 PM
Gravatar
Total Posts 5

Errors compiling the project - missing functions

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)
{
}

 

4/12/2008 4:19:52 PM
Gravatar
Total Posts 18439

Re: Errors compiling the project - missing functions

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

4/12/2008 8:32:12 PM
Gravatar
Total Posts 5

Re: Errors compiling the project - missing functions

I have checked the revision history, it looks like I downloaded the trunk just before the revisions with the functions were checked in.

You must sign in to post in the forums. This thread is closed to new posts.