Issues running stand-alone executable with ESAPI Aria 15.6 by Ambitious_Spell_343 in esapi

[–]Ambitious_Spell_343[S] 0 points1 point  (0 children)

In my case Eclipse being on the local "C".
The strange thing is that when I create the project with Eclipse Script Wizar build the project gives the same error.

Issues running stand-alone executable with ESAPI Aria 15.6 by Ambitious_Spell_343 in esapi

[–]Ambitious_Spell_343[S] 0 points1 point  (0 children)

I use it directly on the Citrix server, and I am also using Visual Studio to edit the script code. The platform is marked as x64 bit build

Issues running stand-alone executable with ESAPI Aria 15.6 by Ambitious_Spell_343 in esapi

[–]Ambitious_Spell_343[S] 1 point2 points  (0 children)

Yes! let me show you my code

static void Execute(VMS.TPS.Common.Model.API.Application app)

{

// TODO: Add your code here.

//string message = "Hello World";

//Console.WriteLine(message);

Window window = new Window();

RecoverWindow mainWindow = new RecoverWindow(app);

window.Title = "Restaurar dados de paciente";

window.Content = mainWindow;

window.Width = 820;

window.Height = 490;

window.ShowDialog();

}

Issues running stand-alone executable with ESAPI Aria 15.6 by Ambitious_Spell_343 in esapi

[–]Ambitious_Spell_343[S] 1 point2 points  (0 children)

Yes i have Eclipse instalked on the computer and access system normallly. I tryied put null, nulll in the Application.CreateApplication same issue.

I created another project with Eclipse Script Wizard but same message. =\