Hi,
In my project there is a method where I do some stuff in an AppDomain.
The project is .netstandard2.0 (llblgen version = latest v5.9). Therefore I initialize llblgen using runtimeconfiguration.
I have a query that I execute in AppDomain. When doing that the Runtimeconfiguration gets lost, for example adapter connectionstring is empty.
Is this a bug in the runtime or is there a specific way to pass the parents' runtimeconfiguration to (child) AppDomain?
I could not find any documentation or help on that.
I use llblgen also in .NET4.8 project and in there llblgen is initialized from app.config.
In that project if AppDomain is created, it gets the connection string ok from parent. The issue is only when initializing llblgen with runtimeconfiguration.
Best Regards,
OKP