Skip to content

ddiExport.txt location problem #196

@gustavobosch

Description

@gustavobosch

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions