Posts: 8
Threads: 2
%%TYL_NUMTHANKEDLIKED%%
Joined: Sep 2020
Reputation:
0
I trying to create a scene using VB.NET code (no XAML), when i put a Ab3d.Controls.ViewCubeCameraController in a System.Windows.Controls.Canvas a System.IO.FileNotFoundExeption is thrown with this message "Ab3d.PowerToys.resources is not found".
The exception is also generated using Ab3d.Controls.CameraAxisPanel.
The rest of Ab3d code runs correctly.
Some tips to resolve this problem? Thanks.
Posts: 8
Threads: 2
%%TYL_NUMTHANKEDLIKED%%
Joined: Sep 2020
Reputation:
0
Hi, the version of Ab3d.PowerToys.dll is 9.2.7447.1045 from Installer and used with .NET Framework 4.6.1.
Put here a "small" part of code is a problem, I use a lot of inherited class and wrapped class called by theirself, but, in summary, the implementation of TargetPositionCamera and ViewCubeCameraController is like your code.
Thank's for your help!
Posts: 553
Threads: 8
%%TYL_NUMTHANKEDLIKED%%
Joined: Sep 2009
Reputation:
4
I have send you a simple application in VB.net that uses that version. This application works well for me. Please check it by yourself and check what is the difference with your application.
You can also check the samples project that come with Ab3d.PowerToys - this project should work well.
Andrej Benedik