Developer forum

Forum » Development » Cant create new page

Cant create new page


Reply

Hi

 

When trying to create the first page by clicking the New Page button below the site tree in left side of the admin user interface, I got a Server Error:

 

--snip--

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: BC30451: Name 'PageTopLogoImageAlt' is not declared.

Source Error:

 

Line 469:         <td>
Line 470:          <input class="std" maxlength="255" name="PageTopLogoImageAlt" size="30" type="text"
Line 471:           value="<%=PageTopLogoImageAlt%>">
Line 472:         </td>
Line 473:        </tr>
 

Source File: C:\Data\Websites\dynamicweb.dev\Application\Admin\Page_Edit.aspx    Line: 471

--snip--

 

Any hints ?


Replies

 
Reply

Update the database as described in this thread, and the problem should dissapear: http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=710

 
Reply
Sorensen wrote:

Update the database as described in this thread, and the problem should dissapear: http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=710

Hi Lars
 

 

Updating the Files/Update.xml value to 200 and the Files/UpdateVersion_ecom.xml to 30 didn't solved the problem as descriped in the thread, you're refering to.

 

/Anders

 
Reply

Sorry, I was too fast before. You shold copy the assemblies from the bin folder of the standard application to the bin folder of the custom application.

 
Reply

Thanks, Lars

 

It solved my problem.

 

Have a nice weekend,

 

Anders

 
Reply

Glad to hear so, you're welcome:)

 

You must be logged in to post in the forum