There are a few steps that must be taken to run our samples with Visual Studio 2010. Please ensure you have downloaded the correct samples for this IDE from http://share.esignal.com/groupconten...=&groupid=185, then do the following:
1) The eSignal 10.6 application has to have been run at least once to make sure that all the DLLs have been registered.
2) The computer user account must be a member of the Administrator group
3) Both Visual Studio and the winsig.exe must be set to Run as Administrator". (Properties-->Compatibility-->Add the check mark for Run as Administrator).
4) Add a reference by using the Browse tab and navigating to winsig.exe
5) Add a reference by using the COM tab and selecting IESignal.
6) Add the using IESignal; (or Imports IESignal if you are using VB) statement before your namespace declaration.
1) The eSignal 10.6 application has to have been run at least once to make sure that all the DLLs have been registered.
2) The computer user account must be a member of the Administrator group
3) Both Visual Studio and the winsig.exe must be set to Run as Administrator". (Properties-->Compatibility-->Add the check mark for Run as Administrator).
4) Add a reference by using the Browse tab and navigating to winsig.exe
5) Add a reference by using the COM tab and selecting IESignal.
6) Add the using IESignal; (or Imports IESignal if you are using VB) statement before your namespace declaration.