Home Forums Software Development [Solved] Tobii.EyeX.Client.dll could not be added. Reply To: [Solved] Tobii.EyeX.Client.dll could not be added.

#5415
Anonymous
Inactive

Not working, I get an error

“System.DllNotFoundException was unhandled
HResult=-2146233052
Message=DLL ‘Tobii.EyeX.Client.dll’ yüklenemedi: Belirtilen modül bulunamadı. (HRESULT özel durum döndürdü: 0x8007007E)
Source=Tobii.EyeX.Client.Net20
TypeName=””
StackTrace:
konum: Tobii.EyeX.Client.Interop.EyeX.InitializeEyeX(EyeXComponentOverrideFlags flags, LoggingModel& pLoggingModel, ThreadingModel& pThreadingModel, SchedulingModel& pSchedulingModel, IntPtr pMemoryModel)
konum: Tobii.EyeX.Client.Environment..ctor(ILoggingModel loggingModel, IThreadingModel threadingModel, ISchedulingModel schedulingModel)
konum: Tobii.EyeX.Client.Environment.Initialize(ILoggingModel loggingModel, IThreadingModel threadingModel, ISchedulingModel schedulingModel)
konum: Tobii.EyeX.Client.Environment.Initialize(LogTarget logTargets)
konum: EyeXFramework.EyeXHost.Start() d:\build\1383e68a253c4c4f\Sdk\DotNet\source\EyeXFramework\EyeXHost.cs içinde: satır 191
konum: EyeTrackingDeneme.Form1.button1_Click(Object sender, EventArgs e) c:\Users\alphan\Documents\Visual Studio 2013\Projects\EyeTrackingDeneme\EyeTrackingDeneme\Form1.cs içinde: satır 28
konum: System.Windows.Forms.Control.OnClick(EventArgs e)
konum: System.Windows.Forms.Button.OnClick(EventArgs e)
konum: System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
konum: System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
konum: System.Windows.Forms.Control.WndProc(Message& m)
konum: System.Windows.Forms.ButtonBase.WndProc(Message& m)
konum: System.Windows.Forms.Button.WndProc(Message& m)
konum: System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
konum: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
konum: System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
konum: System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
konum: System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
konum: System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
konum: System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
konum: System.Windows.Forms.Application.Run(Form mainForm)
konum: EyeTrackingDeneme.Program.Main() c:\Users\alphan\Documents\Visual Studio 2013\Projects\EyeTrackingDeneme\EyeTrackingDeneme\Program.cs içinde: satır 19
konum: System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
konum: System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
konum: Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
konum: System.Threading.ThreadHelper.ThreadStart_Context(Object state)
konum: System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Threading.ThreadHelper.ThreadStart()
InnerException:

the code i wrote in sdk files is working, i just tried to modify the gaze data stream function. but when i try to open a new console app it just gives the error above. how can I get rid of this?