interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Alternate between 32 bits or 64 bits kernel

Open Jose10go opened this issue 5 years ago • 1 comments

Problem: I cant change if the kernel is running as 32 or 64 bits process. This could be useful in some cases, for example for dealing with COM libraries on windows.

Solution For example the interactive C# interactive experience in visual studio uses the directive #reset 32 or #reset 64. In this case I think would be better a command that restarts the notebooks kernel, instead a magic command or a directive.

Jose10go avatar Oct 05 '20 07:10 Jose10go

Greetings,

Has #reset 32 or similar functionality to switch to a 32-bit C# runtime been added to dotnet interactive since this issue? My use case requires loading a 32-bit DLL with a #r directive. The directive works, but my code cannot use the DLL at runtime.

Thanks you!

lrizvi avatar Jun 11 '24 03:06 lrizvi