PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Using a XAML Control with a DLL
Using a XAML Control with a DLL
Iniciado por Wouter Pleijsier, 10,mar. 2025 16:40 - No hay respuesta
Publicado el 10,marzo 2025 - 16:40
Hello,

I am trying to use a XAML Control with a coupled DLL that contains the C# to run my app.
I am trying to integrate a 3D Viewer into Windev using the HelixToolkit.

The app runs fine standalone, so my C# is correct. However, when running in XAML Control, I just get a black screen.
I fiddled around with the XAML and it seems to be the issue that it can't find the .dll file.
I have imported that dll file as a .NET assembly, but apparently it isn't correctly coupled.

Anyone has any ideas how to get this up and working?

If necessary I can provide code, but it's extremely basic, so wouldn't give many options for customization.

I do have .NET 3.0