-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Even when I specify my own static ddiExport.txt location, the Plugin is still trying to load the file from (AppDomain.CurrentDomain.BaseDirectory, "Resources", "ddiExport.txt") as specified in DdiLoader.cs
I set up
AgGateway.ADAPT.ISOv4Plugin.Representation.DdiLoader.DDIDataFile = @"C:\Tecgraf\AgEngine\Resources\ddiExport.txt";
right in the start of my application and when I use IPlugin.Export I get and exception:
Could not find part of the path: "F:\Tecgraf\bin\Debug\Resources\ddiExport.txt"
Is there another way to specify the correct location of the ddi file or is this an issue to be fixed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels