I need to find a solution to a Python problem. My code is included in the
pictures for SharpDevelop 4.4. As you can see in one of the pictures (the Python
console), it recognizes the clr.AddReference()
function. I am using
Newtonsoft.Json.dll
for .Net 4. It gives an error (when run from being
compiled) System.IO.IOException
.
I tried to remove spaces in the folders and it still gives the same error (see picture). Does anyone know if I am missing something such as a configuration property? (Note: I am using this as a test case for loading in C# assemblies.) I will need to load several in eventually. Adding references into the project does not seem to work.