Developer forum

Forum » Development » Compiler Error Message: BC30456: 'NewUI' is not a member of 'Dynamicweb.Gui'.

Compiler Error Message: BC30456: 'NewUI' is not a member of 'Dynamicweb.Gui'.


Reply

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: 'NewUI' is not a member of 'Dynamicweb.Gui'.
 

 

Line 27: Dim BottomHeight As Integer = 6
Line 28: Dim bottomFile As String = "Bottom.html"
Line 29: If Gui.NewUI Then
Line 30: 'TopHeight = 32
Line 31: TopHeight = 37


Replies

 
Reply

Made local installation with the new file set "November 19th". I get the same error after completing the setup, trying to access //localhost/admin

 

If I replace the Admin section with a prior version of the admin module, I can work on the admin interface, so something is just not right in the new file set.

 

Please respond to this ASAP.

 

Sincerely,

 

Jesper Laustsen,

Integration - Norriq Danmark A/S
 

 
Reply

When an exception saying something is not a member of something Dynamicweb related, you can be pretty sure that the problem is that the Admin folder has been updated, but the bin directory of your custom solution has not been updated with the latest assemblies. Try copying the dll files from admin/bin to [custom solution]/bin.

 
Reply
Sorensen wrote:

When an exception saying something is not a member of something Dynamicweb related, you can be pretty sure that the problem is that the Admin folder has been updated, but the bin directory of your custom solution has not been updated with the latest assemblies. Try copying the dll files from admin/bin to [custom solution]/bin.

Thank you. Fixed the problem.
 

 

You must be logged in to post in the forum