I’m having some troubles with getting this to work.
I’m doing it like this:
1) Create a new console project in VS2005, C#.
2) Put all the bins from touchlib_beta_v2.0.zip from http://www.touchlib.com in the bin folder
3) Put the bins from CSTItouchlib_beta2bins.zip in the bin folder
4) Add a reference to CsTI.dll (right click references, add reference, browse to the CsTI.dll located in the bin folder)
5) Paste the example program code from a previous post by donovan
6) Compile & Run
It compiles fine but I get this error, which seems to be because of some version mismatch or so:
Could not load file or assembly ‘CsTI, Version=1.0.3035.27924, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
Any tips to get me in the right direction are greatly appreciated!