Developer forum

Forum » Development » New Blank Solution problem

New Blank Solution problem


Reply

I've downloaded the latest releases of:


- The custom modules pack (CSharpClassic)


- The Application pack


- The DefaultEmptyData pack


 


Created a new WebSite as described in "7001_(en-US)_SDK_-_Solution_Installation.pdf".


 


When I try to access the new solution at http://localhost/ or http://localhost/admin/ for that matter, I get the http://localhost/Admin/Public/404.html page not found.


 


If I force the url to http://localhost/admin/default.aspx I get errors in the left side menu.


 


The fact that the menu is attempting to load right away seems a little wiered considering that I haven't even logged in yet, but anyway, the error is as follows:


 


-------------------------


Server Error in '/' Application.

--------------------------------------------------------------------------------


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: BC30456: 'CreateLightVersionPages' is not a member of 'Dynamicweb.Base'.


Source Error:


 


Line 238:     <%

Line 239:     If Action = "" Then

Line 240:             If Base.CreateLightVersionPages() Then

Line 241:                 Response.Write("" & Gui.Button(Translate.JsTranslate("Ny side"), "NewPage();", 0) & "")

Line 242:             End If

 


Source File: C:\Dynamicweb_Solutions\Blank_Solution_2007-12-05\Dynamicweb.Net\Application\Admin\Menu.aspx    Line: 240  


-------------------------


 


There is a zillion lines after this that I havent posted though.


 


Any ideas?


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Peter


 


Fix the reference of Dynamicweb assemblies and rebuild the solution. That should fix it. Alternatively overwrite the /Bin directory with the one with the Standard Dynamicweb installation.

 

You must be logged in to post in the forum