So I noticed, while using the 30 day evaluation version, that when I added the following line of XAML to one of my loaded Resource Dictionarys it caused the Actipro splash screen (the dialog that shows the number of days left in the evaluation) to not display, and the app will not shutdown correctly. To shutdown the app I have to click Stop Debugging in Visual Studio.
<Thickness x:Key="{x:Static themes:AssetResourceKeys.TabItemBorderNormalCornerRadiusKey}" Bottom="0" Left="0" Right="0" Top="0" />
Its no big deal but I thought you guys might want to know.
Thanks,
-eric