Upgrade problem

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.
10/7/2011 5:19:38 AM
Gravatar
Total Posts 38

Upgrade problem

Windows NT6

Asp.net4 Full trust

Version 2.3.6.8 MSSQL

Hi,

I've upgraded to the latest version through Tortoise and uploaded all the changed files to the server and then did the setup with default.aspx. But the system still says that I'm running the 2.3.6.8 version? Furthermore the serverlog don't work. (I have uploaded the changed serverlog.aspx/cs). What have I missed?

::Anette

10/7/2011 8:58:47 AM
Gravatar
Total Posts 18439

Re: Upgrade problem

When you pull changes from Tortoise HG you need to then run Tortoise HG > Update to update you working copy with the changes.

Then you need to rebuild the solution, then you need to visit the /Setup/Default.aspx page

You should not be deploying the .cs source code files to production, they are not needed, you should publish a compiled version to a local folder, do some cleanup of files, then deploy the compiled files to production maintaining the custom machine key (and any other customizations) in your web.config file

Hope that helps,

Joe

10/10/2011 3:55:10 PM
Gravatar
Total Posts 38

Re: Upgrade problem

Hi Joe,

I finally managed to upgrade to version 2.3.7.1, but saw that I had a lot of .cs-files and tried to clean up a bit and do things as you wrote.

Since then it won't work at all....

I get this message:

Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0101: The namespace 'Resources' already contains a definition for 'Resource'

Source Error:
[No relevant source lines]

Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\e90ce188\bf6616aa\App_GlobalResources.nmjxtmpj.11.cs    Line: 11

Show Detailed Compiler Output:

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237

Why do I never learn - don't touch things that works??

::Anette

10/12/2011 4:12:50 AM
Gravatar
Total Posts 38

Re: Upgrade problem

Did it all over again, and now it's workingsmiley

::Anette

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