Hi All,

I recently upgraded my app. trunk to the latest framework ver 2.0.

I found that the overridable functions Reset and
IsPreConditionSatisfied are no longer supported or available for use.
I'm getting the following error in the Controller.cs under
RunActionAndRenderView()

"Object reference not set to an instance of an object."

Does anyone know what can I use to replace them?

I tried the following but it didnt work:
changed
protected override void Reset() {}

into
public override void Reset() {}

thanks
eyal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to