Developer forum

Forum » Development » Compiler Error Message: BC30451: Name 'GetNextSortDirection' is not declared.

Compiler Error Message: BC30451: Name 'GetNextSortDirection' is not declared.


Reply

on www.formulaauto.dk/admin

 

Under modules and calendarV2 when trying to go under a category i get the following error:

 

Compiler Error Message: BC30451: Name 'GetNextSortDirection' is not declared.

 

Line 83:     <a id="sortByTitle" style="FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none" href='CategoryEdit.aspx?CalendarCategoryID=<%=_ID.Value %>&sort=<%=Dynamicweb.Calendar.SortBy.Title  %>&direction=<%=GetNextSortDirection(Dynamicweb.Calendar.SortBy.Title) %>'>

Source File:
E:\dynamicweb.net\application\admin\module\Calendar\CategoryEdit.aspx    Line: 83

 


Replies

 
Reply

The reason may be that the dll files of the custom solution have not been updated, but the standard application of server has. Please upload the new Dynamicweb.dll, Dynamicweb.Admin.dll, and Dynamicweb.Controls.dll to the bin directory of the solution.

 
Reply
Sorensen wrote:

The reason may be that the dll files of the custom solution have not been updated, but the standard application of server has. Please upload the new Dynamicweb.dll, Dynamicweb.Admin.dll, and Dynamicweb.Controls.dll to the bin directory of the solution.


I copied the files from the Dynamicweb.NET application (/admin) , and still doesent work :(

 
Reply

Your DW assemblies on that solution are from 2008-02-27, so you should get the latest ones in the Application.zip on this site.

 

You must be logged in to post in the forum