carbonfire
Member
So basically I can get a program to run inside of innerspace using the DotNet command, but when I try to use any ISXEVE object I get an error. Here's an example:
with this declared outside of the method those two lines above are called in.
Now I was pretty sure that those objects can persist outside of Frame Locks. To be sure I tried inside of Frame Locks, and no success. Keep in mind that I can echo to InnerSpace with no issue.
The error types I got:
Code:
Globals = Globals.Instance;
Ext = Project.Globals.Ext;
Code:
public sealed class Globals
{
public static readonly Globals Instance = new Globals();
public EVE.ISXEVE.Extension Ext = new EVE.ISXEVE.Extension();
private Globals() { }
}
The error types I got:
Code:
System.IO.FileNotFoundException: Could not load file or assembly 'CarbonBot.exe' or one of its dependencies.
System.IO.FileLoadExeption: Could not load file or assembly 'ISXEVEWrapper...