[NullReferenceException: Object reference not set to an instance of an
object.]
 
Castle.MonoRail.Views.Brail.ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.GetProperty(Object
target, String name) in C:\Documents and Settings\ketellep\Desktop
\Castle-SourceCode\MonoRail\Castle.MonoRail.Views.Brail
\ExpandDuckTypedExpressions_WorkaroundForDuplicateVirtualMethods.cs:
122
   Index_BrailView.___closure1(TextWriter OutputStream) +138
   CompilerGenerated.___callable0.Call(Object[] args) +136
 
Castle.MonoRail.Views.Brail.BrailViewComponentContext.RenderBody(TextWriter
writer) in C:\Documents and Settings\ketellep\Desktop\Castle-SourceCode
\MonoRail\Castle.MonoRail.Views.Brail\BrailViewComponentContext.cs:97
   Castle.MonoRail.Framework.ViewComponents.CaptureFor.Render() in C:
\Documents and Settings\ketellep\Desktop\Castle-SourceCode\MonoRail
\Castle.MonoRail.Framework\ViewComponents\CaptureFor.cs:51
   Index_BrailView.Run() +560
   Castle.MonoRail.Views.Brail.BooViewEngine.Process(TextWriter
output, IRailsEngineContext context, Controller controller, String
templateName) in C:\Documents and Settings\ketellep\Desktop\Castle-
SourceCode\MonoRail\Castle.MonoRail.Views.Brail\BooViewEngine.cs:122
 
Castle.MonoRail.Views.Brail.BooViewEngine.Process(IRailsEngineContext
context, Controller controller, String templateName) in C:\Documents
and Settings\ketellep\Desktop\Castle-SourceCode\MonoRail
\Castle.MonoRail.Views.Brail\BooViewEngine.cs:106
 
Castle.MonoRail.Framework.Services.DefaultViewEngineManager.Process(IRailsEngineContext
context, Controller controller, String templateName) in C:\Documents
and Settings\ketellep\Desktop\Castle-SourceCode\MonoRail
\Castle.MonoRail.Framework\Services\DefaultViewEngineManager.cs:145
   Castle.MonoRail.Framework.ControllerLifecycleExecutor.ProcessView()
in C:\Documents and Settings\ketellep\Desktop\Castle-SourceCode
\MonoRail\Castle.MonoRail.Framework\ControllerLifecycleExecutor.cs:902
 
Castle.MonoRail.Framework.ControllerLifecycleExecutor.ProcessSelectedAction(IDictionary
actionArgs) in C:\Documents and Settings\ketellep\Desktop\Castle-
SourceCode\MonoRail\Castle.MonoRail.Framework
\ControllerLifecycleExecutor.cs:359
 
Castle.MonoRail.Framework.ControllerLifecycleExecutor.ProcessSelectedAction()
in C:\Documents and Settings\ketellep\Desktop\Castle-SourceCode
\MonoRail\Castle.MonoRail.Framework\ControllerLifecycleExecutor.cs:273
 
Castle.MonoRail.Framework.MonoRailHttpHandler.Process(IRailsEngineContext
context) in C:\Documents and Settings\ketellep\Desktop\Castle-
SourceCode\MonoRail\Castle.MonoRail.Framework\MonoRailHttpHandler.cs:
107
 
Castle.MonoRail.Framework.MonoRailHttpHandler.ProcessRequest(HttpContext
context) in C:\Documents and Settings\ketellep\Desktop\Castle-
SourceCode\MonoRail\Castle.MonoRail.Framework\MonoRailHttpHandler.cs:
52
 
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +75


This is the error I get now with Line numbers on. Is this what you
wanted ?


On Oct 16, 12:15 pm, "Ken Egozi" <[EMAIL PROTECTED]> wrote:
> can you get it to show DEBUG stack trace?  (setting debug=true on brail
> config, using a debug build of BooViewEngine, and compiling your app in
> config?)  I'd really like to see the offending line numbers to figure out
> the problem.
>
> The best thing btw is if you can setup a failing test on the Brail.Tests
> project and send a patch to a new JIRA ticket. that way one of the devs will
> beable to figure exactly what's wrong and make sure that their fix actually
> fixes the problem
>
>
>
> On Thu, Oct 16, 2008 at 1:06 PM, PKetelle <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I've just remove any and all CaptureFor elements and the error I now
> > get is this
>
> > Event code: 3005
> > Event message: An unhandled exception has occurred.
> > Event time: 16/10/2008 12:02:00
> > Event time (UTC): 16/10/2008 11:02:00
> > Event ID: 0b648a00bf5e4f018c45d33f64914316
> > Event sequence: 1521
> > Event occurrence: 13
> > Event detail code: 0
>
> > Application information:
> >     Application domain: /LM/W3SVC/28/ROOT-5-128686245090781250
> >     Trust level: Full
> >    Application Virtual Path: /
> >     Application Path: C:\*************\Web\
> >    Machine name: *********************
>
> > Process information:
> >    Process ID: 3536
> >    Process name: aspnet_wp.exe
> >    Account name: *********************
>
> > Exception information:
> >    Exception type: NullReferenceException
> >    Exception message: Object reference not set to an instance of an
> > object.
>
> > Request information:
> >     Request URL:
> >http://localhost/Home/Index.castle?pageid=4405&navid=1&parentpageid=
> >     Request path: /Home/Index.castle
> >     User host address: 127.0.0.1
> >     User:
> >    Is authenticated: False
> >    Authentication Type:
> >     Thread account name: ********************
>
> > Thread information:
> >    Thread ID: 10
> >    Thread account name: *************
> >     Is impersonating: False
> >    Stack trace:    at
>
> > Castle.MonoRail.Views.Brail.ExpandDuckTypedExpressions_WorkaroundForDuplica 
> > teVirtualMethods.GetProperty(Object
> > target, String name)
> >    at INDEX_BrailView.Run()
> >    at Castle.MonoRail.Views.Brail.BooViewEngine.Process(TextWriter
> > output, IRailsEngineContext context, Controller controller, String
> > templateName)
> >   at
> > Castle.MonoRail.Views.Brail.BooViewEngine.Process(IRailsEngineContext
> > context, Controller controller, String templateName)
> >   at
>
> > Castle.MonoRail.Framework.Services.DefaultViewEngineManager.Process(IRailsE 
> > ngineContext
> > context, Controller controller, String templateName)
> >   at
> > Castle.MonoRail.Framework.ControllerLifecycleExecutor.ProcessView()
> >   at
>
> > Castle.MonoRail.Framework.ControllerLifecycleExecutor.ProcessSelectedAction 
> > (IDictionary
> > actionArgs)
> >   at
> > Castle.MonoRail.Framework.MonoRailHttpHandler.Process(IRailsEngineContext
> > context)
> >   at
> > Castle.MonoRail.Framework.MonoRailHttpHandler.ProcessRequest(HttpContext
> > context)
> >   at
>
> > System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplicat 
> > ion.IExecutionStep.Execute()
> >   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
> > Boolean& completedSynchronously)
>
> > Any Ideas ????
>
> --
> Ken 
> Egozi.http://www.kenegozi.com/bloghttp://www.musicglue.comhttp://www.castleproject.orghttp://www.gotfriends.co.il
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to