Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Unassigned: ZoomBox does not exists in namespace [20656]

$
0
0
I'm trying to use the ZoomBox in my application, but I get the following error:
```The name "ZoomBox" does not exist in the namespace "clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit".```

I use the following namespace import in XAML:
```xmlns:xctk="clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit"```

The error happens on this line of XAML:
```<xctk:ZoomBox>```

I use the latest version of the Extended WPF Toolkit Community Edition from [Nuget](http://www.nuget.org/packages/Extended.Wpf.Toolkit/). I already tried to uninstall and reinstall the package, clean and rebuild the solution, etc.

Has the control been removed from the Toolkit / Community Edition?
Comments: ** Comment from web user: Tekarihoken **

You can try using the following namespace import :
```
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
```


Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>