Thx. Dougsh......
The DLL should be in the same directory as the executable. Are you
having problems running the app outside the IDE or compiling the app
outside the IDE?
--
Patrick Steele
//Start Sample code:
using System;
using WAVELINKLib;
namespace WaveLinkRFPrint
{
public class SimpleApp
{
static void Main(string[] args)
{
WaveLinkIO ioIface = new WaveLinkIO(); // This line
errors with FileNotFoundException
// ioIface.RFPrint(1,1,"Test OutPut",4);
}
}
}
//End Sample code
Do you have any other thoughts?
Thx. Dougsh.........
"Patrick Steele" <pst...@ipdsolution.com_> wrote in message
news:MPG.1626df884...@msnews.microsoft.com...
When you move the EXE, are you moving the DLL that holds the
"WAVELINKLib" namespace as well?
--
Patrick Steele
"Patrick Steele" <pst...@ipdsolution.com_> wrote in message
news:MPG.1627b63a4...@msnews.microsoft.com...
Thanks for your help.
Dougsh........
"Doug Shepard" <Dou...@GeckoTech.com> wrote in message
news:Oq6NzwTTBHA.2100@tkmsftngp03...