zhawkins-viasat
zhawkins-viasat
> `clr-loader` supports specifying a config file for .NET Framework, that would probably be the way to go. Either initialise like this: > > ```python > from pythonnet import set_runtime...
> You don't need to shout. Have a look at https://github.com/pythonnet/clr-loader/tree/master/netfx_loader. We do not set anything there, so I am assuming we are using all the default values. It's not...
> If the script were .NET executable, you'd create a .config for it. When I create a .NET executable leveraging my library (DLL), I do not get exceptions so no...
> That's because your executable has target .NET version set, so it gets implicit config. To do that you set `TargetFramework` in .csproj. If you tried to load the DLL...