Home
Options

Interaction between methods in the DynamicDataContextDriver

edited April 2012
Hi;

I have a driver that is almost finished but I've hit a roadblock. The dynamc driver class has a method InitializeContext and another GetAssembliesToAdd.

Because I can determine the assemblies list when I create the context class I save the list of these inside InitializeContext but when GetAssembliesToAdd runs later that list is null.

Is this because a different AppDomain is running at this point?

Is there any way for GetAssembliesToAdd to access data saved in the driver context object?

Thanks

Hugo

Comments

Sign In or Register to comment.