Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
15910660487@163.com
Posts: 12
Joined: Tue May 07, 2024 12:41 am

Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by 15910660487@163.com »

Hi,

The target framework of my application is .net 8.0, can I call "TDx.SpaceMouse.Navigation3D.dll" in my application?

Thanks,
Chengfang
ngomes
Moderator
Moderator
Posts: 3365
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Re: Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by ngomes »

It should work, yes, but you need to ensure you have the correct assembly version: .NET Core is available in assembly version 2.0.0.0 (version 1.0.0.0 supports .NET Framework only).
Nuno Gomes
15910660487@163.com
Posts: 12
Joined: Tue May 07, 2024 12:41 am

Re: Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by 15910660487@163.com »

The version of "TDx.SpaceMouse.Navigation3D.dll" which was obtained from 3DxWare_SDK_v4-0-3_r19962 is "1.0.23031.1951", where can I download the 2.0.0.0 assembly ?
ngomes
Moderator
Moderator
Posts: 3365
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Re: Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by ngomes »

The version 2.0.0.0 is installed to the GAC by the driver in 3DxWare 10. You can install 3DxWare 10 and reference the assembly from the GAC.
15910660487@163.com
Posts: 12
Joined: Tue May 07, 2024 12:41 am

Re: Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by 15910660487@163.com »

Thanks ngomes. Is there an official document explaining this part ?
ngomes
Moderator
Moderator
Posts: 3365
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Re: Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by ngomes »

15910660487@163.com wrote: Mon May 27, 2024 8:03 pm Thanks ngomes. Is there an official document explaining this part ?
I believe not but version 2.0.0.0 should be compatible with either .NET Framework or .NET Core programs. You should only need to link to the latter version.
15910660487@163.com
Posts: 12
Joined: Tue May 07, 2024 12:41 am

Re: Can TDx.SpaceMouse.Navigation3D.dll be used in .net8.0 applications

Post by 15910660487@163.com »

Got it, thanks.
Post Reply