Problem using NatNetML
Posted: Tue Nov 08, 2011 3:57 pm
Hi. I am having trouble loading an old project using the NatNetML.dll on a new machine. I figured that there is something wrong with the VC runtime on the new machine, although im not sure what. The sample project shipped with NatNet (WinFormsSample) also crashes on any machine I've tried it on.
I found this old post on the forum where someone seems to have the same problem, although it does not give me a solution.
Anyone has any idea what i am missing? I am using win7, 64 bit and visual studio 2010.
Here is a dump of the error i get when i try to access NatNetML:
I found this old post on the forum where someone seems to have the same problem, although it does not give me a solution.
Anyone has any idea what i am missing? I am using win7, 64 bit and visual studio 2010.
Here is a dump of the error i get when i try to access NatNetML:
Code: Select all
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'NatNetML,
Version=2.2.4217.16731, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
The application has failed to start because its side-by-side
configuration is incorrect.
Please see the application event log or use the command-line sxstrace.exe tool for more detail.
(Exception from HRESULT: 0x800736B1)
File name: 'NatNetML, Version=2.2.4217.16731, Culture=neutral, PublicKeyToken=null' --->
System.Runtime.InteropServices.COMException(0x800736B1):
The application has failed to start because its side-by-side
configuration is incorrect. Please see the application event
log or use the command-line sxstrace.exe tool for more
detail. (Exception from HRESULT: 0x800736B1)
at NatNetTest.Program.Main(String[] args)