Developer forum

Forum » Development » DW 8.4
Medo Huremovic
Reply

Hi everyone,
I just upgraded to DW DW 8.4 and now I use .Net Framework 4.5.1. I can compile solution without error but my frontend show this error. what is the problem?

On the frontend I get this error:

Server Error in '/' Application.


Expression must evaluate to a node-set.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Xml.XPath.XPathException: Expression must evaluate to a node-set.

Source Error:

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

BR
Medo

 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Medo

We need the stack trace to see what is wrong.

It could be the Layout engine trying to find something in a layout file which is either not there or empty?

Maybe a wrong /Files location?

Nicolai

 
Mikkel Ricky
Reply

Medo, do you have any comments or CDATA sections in your GlobalSettings.aspx? Dynamicweb cannot handle these (cf. http://developer.dynamicweb-cms.com/forum/development/update-8-2-to-8-3.aspx and http://developer.dynamicweb-cms.com/forum/development/cdata-tag-in-globalsettings.aspx).

Best regards,
Mikkel

 

 

 
Medo Huremovic
Reply

Hi Mikkel

Jesssss, it was a comment in the global settings ... Now run it ... thank you

 

You must be logged in to post in the forum