简体   繁体   中英

Can't seem to correctly add Helix Toolkit to my C# (Visual Studio Express 2012) project

I've been trying to add a HelixViewport3D to my WPF application and keep failing spectacularly - I have managed to add references to some precompiled .dll's for .NET-4.5 from here , but then I still cannot add the desired element to the GUI.

Here's a screenshot which hopefully says everything you need to know: 在此处输入图片说明

After dragging the HelixToolkit.Wpf.dll file into the toolbox, and then trying to add it from there, this is what happens: 在此处输入图片说明 to which no amount of "OK"-ing, restarting, or furiously mashing the keyboard will fix the problem

Unblock the zip file you downloaded before adding a reference to the dll. The VS designer fails due to the security restrictions added to files downloaded from the internet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM