Setting up .NET to use Framework EDI

There are 2 methods available to set up the Framework EDI in the .NET environment, depending on what component to reference. The preferred method is to reference the FREDI .NET Hybrid for better performance.

Setting up to use FREDI .NET Hybrid

Setting up to use FREDI ActiveX/COM

 

Setting up to use FREDI .NET Hybrid

  1. Install EDIdEv Framework EDI.
  2. Execute MS Visual Studio .NET , then start New Project.
  3. From the main menu select "Project", then "Add References"


  4. From the References Dialog box, click on the ".NET" tab, then select “EDIdEv FrameworkEDI .NET”.



  5. Click "Select".  The "EDIdEv Framework EDI .NET" is listed in the "Selected Components" box.
  6. Click "OK" to add the reference.
  7. Use or import the namespace "Edidev.FrameworkEDI" in modules that contain code referencing the FREDI .NET features.  For example, in VB.NET use the Imports keyword to specify the namespace



 

Setting up to use FREDI ActiveX/COM

  1. Install EDIdEv Framework EDI.
  2. Execute MS Visual Studio .NET , then start New Project.
  3. From the main menu select "Project", then "Add References"


      
  4. From the References Dialog box, click on the ".NET" tab, then select “EDIdEv Framework EDI”.



  5. Click "Select".  The "EDIdEv Framework EDI " is listed in the "Selected Components" box.
  6. Click "OK".