Where do i download the beta RC3 to v7 upgrade file

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
drollins
Lieutenant (LT)
Lieutenant (LT)
Posts: 79
Joined: Thu Oct 04, 2007 9:23 am
Location: West Hartford, CT
Contact:

Where do i download the beta RC3 to v7 upgrade file

Post by drollins » Sat Feb 13, 2010 11:43 am

I apologize - surely this question has been asked but I searched and did not readily find the answer.

I have a site running RC3, my customer wants to start using the data port and I would like to upgrade their site to 7.0 Final then point them in the direction of the universal data port.

Where do I get the upgrade file from?

I have a full version of the Final V7 install but not an upgrade... my zip does not contain an install/upgrade.aspx file which is referenced in the upgrade instructions.

According to the upgrade instructions this is a free upgrade.

Can someone point me in the right direction?
David Rollins
SDC Solutions, Inc.
Information Management, Web Site and Intranet Solutions
http://www.sdcsol.com
http://www.rhinogift.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by mazhar » Sat Feb 13, 2010 11:51 am

Please check following topic from help website
http://help.ablecommerce.com/upgrades/a ... sp.net.htm

drollins
Lieutenant (LT)
Lieutenant (LT)
Posts: 79
Joined: Thu Oct 04, 2007 9:23 am
Location: West Hartford, CT
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by drollins » Mon Feb 15, 2010 6:20 am

FYI - Before I did any upgrade at all, the version of commercebuilder.dll was 7.0.8831.0.

I believe this means I was on RC2

I had in "my account" an upgrade to 7.x file file which I downloaded.

The file name was "ac7_upgrade_b8272.zip"

I applied this upgrade - once I did the commercebuilder.dll was 7.0.0.1 (is this build #1?)

The site seemed to be working just fine after I fixed an issue with a comment I had in one of my custom scriptlets that seemed to get broken by this upgrade.

Then I installed SP3 and navigated to the upgrade.aspx file.

I have a feeling I did not have the appropriate version installed for migration to SP3 because...

Now I get the following error:

Code: Select all

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: CS0535: 'CommonSiteMapProvider' does not implement interface member 'CommerceBuilder.Web.SiteMap.ISiteMapProvider.CreateAndCompressSiteMap(CommerceBuilder.Web.SiteMap.SiteMapOptions, ref System.Collections.Generic.List<string>)'

Source Error:

 

Line 18: 
Line 19: 
Line 20: public class CommonSiteMapProvider : ISiteMapProvider
Line 21: {
Line 22:         public bool CreateSiteMap(SiteMapOptions options, ref List<string> messages)
 

Source File: c:\Inetpub\Virtual Root\ACV7\App_Code\CommonSiteMapProvider.cs    Line: 20 
This is all on my test system so no worries - I just need to know what direction to jump from here.

Do I have the wrong upgrade file?

Did I need to install some other patch before SP3?

Again my stated objective is to get to a stable 7.0 Final environment then show my customer how to use the universal data port so they can maintain their products easier.

If someone can point me in the right direction I would really appreciate it.
David Rollins
SDC Solutions, Inc.
Information Management, Web Site and Intranet Solutions
http://www.sdcsol.com
http://www.rhinogift.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by mazhar » Mon Feb 15, 2010 7:08 am

somewhere before the release of 7.0 final we had our version numbering scheme adjusted. That is why you are seeing discrepancy in version numbers. If you upgrade to 7.0 final it should not be a problem. For your upgrade problem, make sure that the file App_Data/CommonSiteMapProvider.cs is updated one from the upgrade

drollins
Lieutenant (LT)
Lieutenant (LT)
Posts: 79
Joined: Thu Oct 04, 2007 9:23 am
Location: West Hartford, CT
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by drollins » Mon Feb 15, 2010 10:53 am

Do you mean... take the App_Data/CommonSiteMapProvider.cs file from the upgrade and overlay what was included in the the SP3 patch?
David Rollins
SDC Solutions, Inc.
Information Management, Web Site and Intranet Solutions
http://www.sdcsol.com
http://www.rhinogift.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by mazhar » Mon Feb 15, 2010 12:40 pm

I mean make sure that when upgrading and applying the patch you replaced the existing file with newer version available in patch. It may be the case that for some reason you forgot to replace the file and your application is still using the old one.
Also please have a look at this thread, it seems that it may help you
viewtopic.php?f=42&t=8703

drollins
Lieutenant (LT)
Lieutenant (LT)
Posts: 79
Joined: Thu Oct 04, 2007 9:23 am
Location: West Hartford, CT
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by drollins » Tue Feb 16, 2010 5:47 am

The only thing in the app_data folder of the cumulative SP3 upgrade is a VersionInfo.xml which contains the following:

Code: Select all

<VersionInfo>
	<Platform>ASP.NET</Platform>
	<Version>7.0.0</Version>
	<BuildNumber>11659</BuildNumber>
	<BuildDate>2/9/2009</BuildDate>
</VersionInfo>
There was no CommonSiteMapProvider.cs file.

The cumulative SP3 upgrade file I downloaded and extracted was: ac70_b9879_to_b11659_patch.exe.

Do I need to grab a different patch file?
David Rollins
SDC Solutions, Inc.
Information Management, Web Site and Intranet Solutions
http://www.sdcsol.com
http://www.rhinogift.com

drollins
Lieutenant (LT)
Lieutenant (LT)
Posts: 79
Joined: Thu Oct 04, 2007 9:23 am
Location: West Hartford, CT
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by drollins » Tue Feb 16, 2010 6:21 am

FYI the CommonSiteMapProvider.cs is in app_code folder NOT app_data.

Anyways, using WinMerge I know that the file in my test site and the one provided in the ac7_upgrade_b8272 upgrade are identical.

There was no CommonSiteMapProvider.cs file in the Cumulative SP3 patch.

For fun I downloaded ALL patches 1a, 2, 3 and cumulative - the CommonSiteMapProvider.cs file is not to be found in any of them.

Since the site worked just fine after the upgrade but prior to overlaying the site with the cumulative patch, I'll bet the problem lies somewhere else.

When did you add the CreateAndCompressSiteMap(CommerceBuilder.Web.SiteMap.SiteMapOptions, ref System.Collections.Generic.List<string>) method?

Is this supposed to be in the CommerceBuilder.ISiteMapProvider base class?

Am I missing or have a wrong commercebuilder.* DLL?
David Rollins
SDC Solutions, Inc.
Information Management, Web Site and Intranet Solutions
http://www.sdcsol.com
http://www.rhinogift.com

drollins
Lieutenant (LT)
Lieutenant (LT)
Posts: 79
Joined: Thu Oct 04, 2007 9:23 am
Location: West Hartford, CT
Contact:

Re: Where do i download the beta RC3 to v7 upgrade file

Post by drollins » Tue Feb 16, 2010 8:06 pm

I will experiment with some stuff to see if i cant get this to work - may have to go back to just running plain v7 final with no SP3 if you guys have no idea what this is.
David Rollins
SDC Solutions, Inc.
Information Management, Web Site and Intranet Solutions
http://www.sdcsol.com
http://www.rhinogift.com

Post Reply