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
|
|
|
|
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. |
|
|
|
|
Rank: Member
Joined: 6/22/2003(UTC) Posts: 57
|
Thanks Kim, I ended up rolling back the upgrade.
|
|
|
|
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. |
|
|
|
|
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.