Hi all,
I write a .vascr vision project with NI Vision Assistant 2014 sp1,then export to .net project in vs2013.On my development computer,the exe application worked successfully.But on a new computer without NI Vision or VS IDE,it cannot inited. (the target PC has installed .net framework,and it can run common C# program).
The specified code which cannot run is:
this.imageViewer = new NationalInstruments.Vision.WindowsForms.ImageViewer();
So,what need I do before run the exe application?
Thx!