Today, when I run a program which was written a few weeks ago, the dynare prompts an error. In fact, this mod was run successfully, i just wanted to get the results estimated again.
Sadly, i met the problem described as this topic's subject.
Through checking my mod file, i found the mod file is no problem. And then, i tried to run the examples of dynare package (fs2000.mod).
Unfortunately, it prompts the same error information. Is there anybody to tell me the reason and solution for this problem? thanks...
runtime information:
"
..........
Improvement on iteration 28 = 0.000000717
-----------------
-----------------
f at the beginning of new iteration, -1233.8174677131
Predicted improvement: 0.000000022
lambda = 1; f = -1233.8174678
lambda = 1.9332; f = -1233.8174678
lambda = 3.7372; f = -1233.8174677
lambda = 2.5164; f = -1233.8174678
Norm of dx 7.5779e-006
----
Improvement on iteration 29 = 0.000000075
improvement < crit termination
Objective function at mode: -1233.817468
??? Reference to non-existent field 'estimation_dll'.
Error in ==> dsge_likelihood at 145
if DynareOptions.estimation_dll
Error in ==> hessian at 25
fx = feval(f,x,varargin{:});
Error in ==> dynare_estimation_1 at 620
hh = reshape(hessian(objective_function,xparam1, ...
Error in ==> dynare_estimation at 89
dynare_estimation_1(var_list,dname);
Error in ==> fs2000 at 222
dynare_estimation(var_list_);
Error in ==> dynare at 180
evalin('base',fname) ;
....."