I have a WPF project on .NET 4.5.2, I installed Extended.Wpf.Toolkit through the NuGet package manager. I have Latest stable 2.9.0 installed.
I added the xmlns attribute to my window and things worked just fine. I got my IntegerUpDown in there and all was well. Close VS2015 Community and open it again, and the control is invisible. It still builds correctly and can be edited but it's just a transparent frame in the editor.
Fine, I can work with this. Now I wanted to use a DecimalUpDown, but that completely breaks, I get an exception, see attached image. The tag that was added is just empty. Other controls work but are as invisible as IntegerUpDown. DoubleUpDown breaks the same way DecimalUpDown does.
I've uninstalled and reinstalled without any difference, what is going on here? My application works fine outside of this, but I'm very new to Visual Studio so I might be missing something obvious.
I added the xmlns attribute to my window and things worked just fine. I got my IntegerUpDown in there and all was well. Close VS2015 Community and open it again, and the control is invisible. It still builds correctly and can be edited but it's just a transparent frame in the editor.
Fine, I can work with this. Now I wanted to use a DecimalUpDown, but that completely breaks, I get an exception, see attached image. The tag that was added is just empty. Other controls work but are as invisible as IntegerUpDown. DoubleUpDown breaks the same way DecimalUpDown does.
I've uninstalled and reinstalled without any difference, what is going on here? My application works fine outside of this, but I'm very new to Visual Studio so I might be missing something obvious.