1
vote
3answers
30 views
ASP.NET MVC Pass object from Custom Action Filter to Action
If I create an object in a Custom Action Filter in ASP.NET MVC in
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
DetachedCriteria criteria = …
0
votes
1answer
49 views
Wix CustomAction session.Log not working
I'm using Wix to setup a Windows Installer .msi file. I have a CustomAction that sets up a ScheduledTask, and in the CustomAction, I've put in some session.Log statements.
If I build everything in …
