Jump to content

kinect for windows cannot find microsoft.kinect.dll


shense

Recommended Posts

I wanna do something about  kinect  with labview,

but after installing kinect sdk, develop toolkit, and Kinesthesia LabVIEW Toolkit for Microsoft Kinect ,when i want to open the vi, it was always looing for microsoft.kinect.dll ,

i found the dll in installed diretory, but can not call it.

what can i do ? 

Link to comment
Most likely it is because the Kinect DLL is built in .Net 4.0 and you have to manually enable CLR 4.0 support in LabVIEW for it to work. There should be instructions in the user manual that ships with the toolkit that describe how to do it, or you can also check out the LabVIEW help.
thanks a lot ,it has been solved as this method
Even if you do not use this toolkit, I believe the installation instructions here will get you where you need to go.

http://labviewhacker.com/doku.php?id=%20[[projects:lv_kinect_interface:lv_kinect_interface|]]

thanks Edited by shense
Link to comment
Most likely it is because the Kinect DLL is built in .Net 4.0 and you have to manually enable CLR 4.0 support in LabVIEW for it to work.  There should be instructions in the user manual that ships with the toolkit that describe how to do it, or you can also check out the LabVIEW help.

 

Just be aware that this setting can cause builds to fail with very strange errors, e.g. on my system I could not build applications that linked to the LabVIEW error database. At first I removed the "Copy error code files" option to be able to build my application, but in the end I realized that the .NET 4.0 was the actual cause.

 

/J

Link to comment
  • 6 months later...

i've done all this step:

  1. Install the .NET 4.0 Framework on your development machine.
  2. Open a text editor and create a configuration file that contains the following text:

    <?xml version ="1.0"?>
    <configuration>
     <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
     </startup>
    </configuration>
  3. Save this new configuration file in the same directory as LabVIEW.exe. Name the file LabVIEW.exe.config.
  4. Relaunch LabVIEW.

but with no result always the same error, it can not find microsoft.kinect.dll, please if any one can help me and send the file or a video that showing how configuring the file and thank to all.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.