You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im just running an empty console application on c# to test pythonnet out. it works fine and all but it takes a while to load up because of all the exceptions its throwing within those few seconds. I even just have an empty code block.
This is the exception thrown and it goes on for around 3 seconds
Exception caught: 'System.IO.FileLoadException' in Python.Runtime.dll
("Could not load file or assembly '__StaticArrayInitTypeSize\=44' or one of its dependencies.
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)")
The text was updated successfully, but these errors were encountered:
yeah thats what I was looking at but the error and language looked different so I decided to make another one. I can close it and just follow that one if you feel it's the same.
Environment
Details
Im just running an empty console application on c# to test pythonnet out. it works fine and all but it takes a while to load up because of all the exceptions its throwing within those few seconds. I even just have an empty code block.
This is the exception thrown and it goes on for around 3 seconds
The text was updated successfully, but these errors were encountered: