0

I am attempting to use the WPF Extended Toolkit. I downloaded it and it is currently sitting in my project folder.

project folder

I right clicked the .dll file and checked "Unblock" following this answer. I have it referenced in my Visual Studio project.

References

I have it named WPF Extended Toolkit in my Toolbox.

Toolbox

I have the namespace in my XAML file.

namespace

When I try to use it in my XAML file, I'm getting the blue squiggly line stating, "The type toolkit:BusyIndicator was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built."

Error

I'm very new to this, since I've only used what was available by default in WPF apps. Can someone tell me what I'm doing wrong? I thought I covered everything needed to get this going.

DevOpsSauce
  • 1,319
  • 1
  • 20
  • 52

1 Answers1

0

I figured it out! I found this answer!

Before adding the namespace, I rebuilt my project, then I added the namespace. IntelliSense picked it up and I was able to add my Busy Indicator.

DevOpsSauce
  • 1,319
  • 1
  • 20
  • 52