Developer forum

Forum » Development » RE: Field not Found (IsTrial)

RE: Field not Found (IsTrial)

Marco Santos
Reply

Hello.

 

I started getting this error when accessing the adminstration site and I can´t find a way around. It´s not related to the module I am working on (I think), do you guys have any ideia what might be?

 

[MissingFieldException: Field not found: 'Dynamicweb.Content.Management.SolutionDescription.IsTrial'.]
   Dynamicweb.Admin._Default.Page_Load(Object sender, EventArgs e) +0
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

 

I´ve tried restoring the database and copied over the bin and Admin directories, wtih no luck.

 

Thanks.

 

Marco


Replies

 
Morten Snedker
Reply

Hi Marco,

 

Try running the update script, setting value to 0. Then recycle appPool or IIS-reset. Let me know if it helps.

 

Best regards

/Snedker

 

 

 

 

 

 

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

It seems like you are running /admin from one version and /bin/dynamicweb.dll from another version...

Votes for this answer: 1
 
Marco Santos
Reply

I had already tried re-setting up the admin and bin (it did not sort out the problem though), but it needed the Files too. So I´m not sure what it was, but it is resolved.

 

Thanks.

 
Marco Santos
Reply

Update on this: It was diferent versions of admin and dll in the bin after all. There are several projects in the solution I am working on and several of them were referencing previous versions of the dynamicweb.dll, and once compilation was made, depending on what was changed, the process copied dlls from these to the end directory.

 

Thanks again.

 

Marco

 

You must be logged in to post in the forum