• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

esox
#1 Posted : Friday, February 25, 2011 5:35:23 PM(UTC)
esox

Rank: Member

Joined: 6/22/2003(UTC)
Posts: 57

Just attempted an upgrade to version 5.7.5. After uploading files I receive this error:

Compiler Error Message: BC30455: Argument not specified for parameter 'allCats' of 'Public Shared Function BuildUrlForCategory(c As BVSoftware.Bvc5.Core.Catalog.Category, p As System.Web.UI.Page, allCats As System.Collections.ObjectModel.Collection(Of BVSoftware.Bvc5.Core.Catalog.Category)) As String'.

Source Error:

Line 95:
Line 96: sbLink.Append("<a href=""")
Line 97: sbLink.Append(Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page))
Line 98: If c.CustomPageOpenInNewWindow Then
Line 99: sbLink.Append(""" target=""_blank""")


I've uploaded files from src/www twice
Does anyone know the best way to get past this?

Thanks!

Jack
Kman
#2 Posted : Friday, February 25, 2011 5:57:25 PM(UTC)
Kman

Rank: Member

Joined: 11/25/2003(UTC)
Posts: 370

Line 97: sbLink.Append(Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page))
From above you see you are only supplying two attributes.

The Function called below requires three parameters.
Public Shared Function BuildUrlForCategory(ByVal c As Catalog.Category, ByVal p As System.Web.UI.Page, ByVal allCats As Collection(Of Catalog.Category)) As String

So whatever file you are using that line 97 is in is the wrong file. Look for one in your source files that supplies the three needed attributes.
Regards,
Kim(Kman) Rossey
www.toocoolwebs.com
BVSoftware - MerchantTribe Programming/Design, Database Programming and Business Applications
[email protected]
esox
#3 Posted : Saturday, February 26, 2011 12:20:31 PM(UTC)
esox

Rank: Member

Joined: 6/22/2003(UTC)
Posts: 57

Thanks Kim,
I ended up rolling back the upgrade.
Kman
#4 Posted : Saturday, February 26, 2011 12:43:55 PM(UTC)
Kman

Rank: Member

Joined: 11/25/2003(UTC)
Posts: 370

I believe another had an issue with the 5.7.5 version that was similar. Perhaps not all the files in the download are updated as needed. I have one site running 5.7.4.14 that seems to be working fine with the updated function calls you listed here as well as finding the solution to the other posters question. These files in 5.7.5 may needed reviewed that are in the download.
Regards,
Kim(Kman) Rossey
www.toocoolwebs.com
BVSoftware - MerchantTribe Programming/Design, Database Programming and Business Applications
[email protected]
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012