2336 mssql deployment build error

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
2/6/2010 2:28:15 AM
Gravatar
Total Posts 11

2336 mssql deployment build error

Joe,

I did a build from the svn 2336 mojoportal_mssql sln file only, Feb 5 update and it compiled fine.

I wanted to do a manual install from the Codeplex 2336 mssql deployment and I received and error on build.

It was looking for "http://localhost/sitename/Data/Sites/1/systemfiles/sitesettingscachedpendency.config"

I noticed that the svn version had 14 folders whereas the deployment version only had 4 folders.

After I copied all 14 folders from the svn version to the deployment version it built ok.

Don't know if this was something that I did wrong but I downloaded another deployment package and it was the same.

Just bringing it to your attention if it requires fixing.

2/6/2010 5:54:18 AM
Gravatar
Total Posts 18439

Re: 2336 mssql deployment build error

Hi,

Note that the packages on Codeplex labeled "deploymentfiles" like mojoportal-2-3-3-6-mssql-deploymentfiles.zip are already compiled and contain no C# source code, they are meant for production deployment not for use in Visual Studio and you do not need to build it at all.

Some files and folders get created or copied during running of the Setup/Default.aspx page. Files under /Data/Sites/[SiteID]/systemfiles are generated as needed assuming folder permissions allow them to be created. If you get errors it usually means your file system permissions are not correct. The Web Process user must have full control over the /Data folder so it can create files and folders as needed.

There is nothing wrong with the deployment packages nor the source code packages.

Hope it helps,

Joe

2/6/2010 9:09:10 PM
Gravatar
Total Posts 11

Re: 2336 mssql deployment build error

Thanks Joe

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