Month

Your search for 11/2007 returned 3 results.


FatalExecutionEngineError returning from WPF PageFunction

I'm posting this for future reference.  If you invoke a PageFunction and add an event handler to the PageFunction's Return event, the event handler must be an instance method of the calling page.  No other method will do.  If the event handler doesn't meet this criteria, you'll see the FatalExecutionEngineError thrown when you return from the PageFunction.  ...

Read More


ClickOnce Error after upgrading to VS 2008

We recently upgraded to VS 2008 RTM at work, and shortly after discovered that a new build of our ClickOnce-deployed WinForms application failed to install correctly!  During the download process, a message box would display, and the log details revealed an InvalidDeploymentException (RefDefValidation) in System.Deployment.Application.DownloadManager.ProcessDownlo...

Read More


Service Locator in Code?

Phil Haack posed a question today about dependency injection frameworks: Normally, I would just specify a type to instantiate as another PluginFamily entry. But what I really want to happen in this case is for StructureMap to call a method or delegate and use the value returned as the constructor argument. ... Does anyone know if something like this is ...

Read More