Quote Originally Posted by i00 View Post
This is an issue with WPF stuff in WinForms...
The only thing that I used it with was the Image Filter...
Try removing all references to:
PresentationCore, PresentationFramework, and WindowsBase
... and see what it complains about.

Regards,
Kris
Hi Kris,

I removed the references and got 224 errors:

Severity Code Description Project File Line Suppression State
Error BC30002 Type 'DoubleAnimation' is not defined. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 57 Active
Error BC30002 Type 'FrameworkElement' is not defined. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 58 Active
Error BC30002 Type 'DependencyProperty' is not defined. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 58 Active
Error BC30002 Type 'Storyboard' is not defined. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 215 Active
Error BC30002 Type 'Window' is not defined. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 217 Active
Error BC30002 Type 'DoubleAnimation' is not defined. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 219 Active
Error BC30590 Event 'Completed' cannot be found. i00SpellCheck D:\###\i00 SpellCheck\i00SpellCheck\Misc\Window Animation\WindowAnimation.vb 229 Active
Error BC30002 Type 'i00SpellCheck.SpellCheckControlBase' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 21 Active
Error BC30002 Type 'iTestHarness' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 22 Active
Error BC30284 sub 'Load' cannot be declared 'Overrides' because it does not override a sub in a base class. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 27 Active
Error BC30284 property 'ControlTypes' cannot be declared 'Overrides' because it does not override a property in a base class. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 38 Active
Error BC30590 Event 'SettingsChanged' cannot be found. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 51 Active
Error BC30284 property 'Control' cannot be declared 'Overrides' because it does not override a property in a base class. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 81 Active
Error BC30002 Type 'Menu.AddSpellItemsToMenu' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 96 Active
Error BC30002 Type 'i00SpellCheck.Menu.AddSpellItemsToMenu.SpellItemEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 115 Active
Error BC30590 Event 'WordAdded' cannot be found. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 115 Active
Error BC30002 Type 'i00SpellCheck.Menu.AddSpellItemsToMenu.SpellItemEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 123 Active
Error BC30590 Event 'WordChanged' cannot be found. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 123 Active
Error BC30002 Type 'i00SpellCheck.Menu.AddSpellItemsToMenu.SpellItemEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 129 Active
Error BC30590 Event 'WordIgnored' cannot be found. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 129 Active
Error BC30002 Type 'i00SpellCheck.Menu.AddSpellItemsToMenu.SpellItemEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 137 Active
Error BC30590 Event 'WordRemoved' cannot be found. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 137 Active
Error BC30002 Type 'i00SpellCheck.SpellCheckControlBase.SpellCheckCustomPaintEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 156 Active
Error BC31029 Method 'ErrorStyle_SpellCheckErrorPaint' cannot handle event 'SpellCheckErrorPaint' because they do not have a compatible signature. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 156 Active
Error BC31029 Method 'ErrorStyle_SpellCheckErrorPaint' cannot handle event 'SpellCheckErrorPaint' because they do not have a compatible signature. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 156 Active
Error BC31029 Method 'ErrorStyle_SpellCheckErrorPaint' cannot handle event 'SpellCheckErrorPaint' because they do not have a compatible signature. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 156 Active
Error BC30002 Type 'SpellCheckCustomPaintEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 192 Active
Error BC30002 Type 'SpellCheckCustomPaintEventArgs' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 193 Active
Error BC32042 Too few type arguments to 'Dictionary(Of TKey, TValue)'. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 197 Active
Error BC30284 sub 'RepaintControl' cannot be declared 'Overrides' because it does not override a sub in a base class. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 229 Active
Error BC30002 Type 'i00SpellCheck.iTestHarness' is not defined. FastColoredTextBoxPlugin D:\###\i00 SpellCheck\Plugins\3rd Party\FastColoredTextBoxPlugin\SpellCheckFastColoredTextBox.vb 462 Active
Error BC30002 Type 'ControlExtension' is not defined. KonamiCode D:\###\i00 SpellCheck\Plugins\KonamiCode\KonamiCode.vb 23 Active
Error BC30002 Type 'iTestHarness' is not defined. KonamiCode D:\###\i00 SpellCheck\Plugins\KonamiCode\KonamiCode.vb 24 Active
Error BC30284 property 'ControlTypes' cannot be declared 'Overrides' because it does not override a property in a base class. KonamiCode D:\###\i00 SpellCheck\Plugins\KonamiCode\KonamiCode.vb 34 Active
Error BC30284 sub 'Load' cannot be declared 'Overrides' because it does not override a sub in a base class. KonamiCode D:\###\i00 SpellCheck\Plugins\KonamiCode\KonamiCode.vb 44 Active
Error BC30002 Type 'i00SpellCheck.iTestHarness' is not defined. KonamiCode D:\###\i00 SpellCheck\Plugins\KonamiCode\KonamiCode.vb 368 Active
Error BC30002 Type 'i00SpellCheck.SpellCheckControlBase' is not defined. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 20 Active
Error BC30002 Type 'iTestHarness' is not defined. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 21 Active
Error BC30284 sub 'Load' cannot be declared 'Overrides' because it does not override a sub in a base class. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 28 Active
Error BC30284 property 'ControlTypes' cannot be declared 'Overrides' because it does not override a property in a base class. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 50 Active
Error BC30590 Event 'SettingsChanged' cannot be found. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 57 Active
Error BC30284 property 'Control' cannot be declared 'Overrides' because it does not override a property in a base class. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 69 Active
Error BC30284 sub 'RepaintControl' cannot be declared 'Overrides' because it does not override a sub in a base class. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 86 Active
Error BC30002 Type 'i00SpellCheck.iTestHarness' is not defined. LabelPlugin D:\###\i00 SpellCheck\Plugins\LabelPlugin\SpellCheckLabel.vb 237 Active
Error BC30002 Type 'i00SpellCheck.BufferedPanel' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\clsGrid.vb 19 Active
Error BC30002 Type 'i00SpellCheck.HTMLToolTip.ToolTipPopup' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\clsGrid.vb 74 Active
Error BC30590 Event 'Paint' cannot be found. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\clsGrid.vb 316 Active
Error BC30002 Type 'i00SpellCheck.WindowAnimation' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.Designer.vb 3 Active
Error BC30284 sub 'Dispose' cannot be declared 'Overrides' because it does not override a sub in a base class. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.Designer.vb 7 Active
Error BC30002 Type 'i00SpellCheck.tsiColorPicker' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.Designer.vb 180 Active
Error BC30002 Type 'i00SpellCheck.MenuTextSeperator' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.Designer.vb 182 Active
Error BC30002 Type 'i00SpellCheck.MenuTextSeperator' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.Designer.vb 183 Active
Error BC30002 Type 'i00SpellCheck.tsiColorPicker' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.Designer.vb 184 Active
Error BC30590 Event 'Load' cannot be found. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 124 Active
Error BC30590 Event 'Disposed' cannot be found. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 219 Active
Error BC30590 Event 'ColorChanged' cannot be found. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 266 Active
Error BC30590 Event 'ColorChanged' cannot be found. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 270 Active
Error BC30002 Type 'i00SpellCheck.MenuTextSeperator' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 489 Active
Error BC30002 Type 'i00SpellCheck.HTMLMenuItem' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 504 Active
Error BC30002 Type 'i00SpellCheck.tsiColorPicker' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 571 Active
Error BC30002 Type 'i00SpellCheck.tsiColorPicker' is not defined. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 572 Active
Error BC30590 Event 'ColorChanged' cannot be found. PrefMon D:\###\i00 SpellCheck\Components\PrefMon\frmPerformanceMonitor.vb 582 Active
Error BC30002 Type 'i00SpellCheck.PluginWeight' is not defined. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 22 Active
Error BC30002 Type 'ControlExtension' is not defined. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 24 Active
Error BC30002 Type 'iTestHarness' is not defined. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 25 Active
Error BC30002 Type 'extTextBoxContextMenu' is not defined. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 33 Active
Error BC30284 property 'ControlTypes' cannot be declared 'Overrides' because it does not override a property in a base class. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 39 Active
Error BC30284 property 'RequiredExtensions' cannot be declared 'Overrides' because it does not override a property in a base class. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 45 Active
Error BC30284 sub 'Load' cannot be declared 'Overrides' because it does not override a sub in a base class. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 56 Active
Error BC30590 Event 'MenuOpening' cannot be found. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 146 Active
Error BC30002 Type 'i00SpellCheck.iTestHarness' is not defined. TextBoxPrinter D:\###\i00 SpellCheck\Plugins\TextBoxPrinter\TextBoxPrinter.vb 344 Active
Error BC30002 Type 'i00SpellCheck.HTMLToolTip' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 54 Active
Error BC30002 Type 'i00SpellCheck.HTMLToolTip.TipClickEventArgs' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 177 Active
Error BC30590 Event 'TipClick' cannot be found. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 177 Active
Error BC30590 Event 'TipClosed' cannot be found. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 181 Active
Error BC30002 Type 'i00SpellCheck.MenuTextSeperator' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 277 Active
Error BC30002 Type 'i00SpellCheck.HTMLMenuItem' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 279 Active
Error BC30002 Type 'i00SpellCheck.extTextBoxContextMenu.StandardContextMenuStrip.StandardToolStripMenuItem' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 281 Active
Error BC30002 Type 'i00SpellCheck.extTextBoxContextMenu.StandardContextMenuStrip.StandardToolStripMenuItem' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\SpeechEngineHelper.vb 492 Active
Error BC30002 Type 'i00SpellCheck.PluginWeight' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 22 Active
Error BC30002 Type 'i00SpellCheck.ControlExtension' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 24 Active
Error BC30002 Type 'iTestHarness' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 25 Active
Error BC30284 sub 'Load' cannot be declared 'Overrides' because it does not override a sub in a base class. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 30 Active
Error BC30284 property 'RequiredExtensions' cannot be declared 'Overrides' because it does not override a property in a base class. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 42 Active
Error BC30284 property 'ControlTypes' cannot be declared 'Overrides' because it does not override a property in a base class. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 49 Active
Error BC30002 Type 'extTextBoxContextMenu' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 61 Active
Error BC30002 Type 'i00SpellCheck.iTestHarness' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 149 Active
Error BC30002 Type 'i00SpellCheck.extTextBoxContextMenu.StandardContextMenuStrip.StandardToolStripItem' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 255 Active
Error BC30002 Type 'i00SpellCheck.HTMLMenuItem' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 259 Active
Error BC30002 Type 'i00SpellCheck.extTextBoxContextMenu.StandardContextMenuStrip.StandardToolStripItem' is not defined. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 260 Active
Error BC30590 Event 'MenuOpening' cannot be found. TextBoxSpeechRecognition D:\###\i00 SpellCheck\Plugins\TextBoxSpeechRecognition\TextBoxSpeechRecognition.vb 267 Active
Error BC30002 Type 'i00SpellCheck.PluginWeight' is not defined. TextBoxTranslator D:\###\i00 SpellCheck\Plugins\TextBoxTranslator\TextBoxTranslator.vb 22 Active
Error BC30002 Type 'i00SpellCheck.ControlExtension' is not defined. TextBoxTranslator D:\###\i00 SpellCheck\Plugins\TextBoxTranslator\TextBoxTranslator.vb 24 Active
Error BC30002 Type 'iTestHarness' is not defined. TextBoxTranslator D:\###\i00 SpellCheck\Plugins\TextBoxTranslator\TextBoxTranslator.vb 25 Active
Error BC30284 sub 'Load' cannot be declared 'Overrides' because it does not override a sub in a base class. TextBoxTranslator D:\###\i00 SpellCheck\Plugins\TextBoxTranslator\TextBoxTranslator.vb 30 Active
Error BC30284 property 'RequiredExtensions' cannot be declared 'Overrides' because it does not override a property in a base class. TextBoxTranslator D:\###\i00 SpellCheck\Plugins\TextBoxTranslator\TextBoxTranslator.vb 122 Active
Error...