Having started SDR and clicked on the new button, I am presented with the options of creating a new report or a next text file.. If I try to create a new report, I get the following exception...
SharpDevelop Version : 2.2.0.2585
.NET Version : 2.0.50727.3082
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3
Current culture : English (United Kingdom) (en-GB)
Current UI language : en-US
Working Set Memory : 32564kb
GC Heap Memory : 4830kb
Exception thrown:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'ICSharpCode.SharpDevelop, Version=2.1.0.2376, Culture=neutral, PublicKeyToken=f829da5c02be14ee' or one of its dependencies. The system cannot find the file specified.
File name: 'ICSharpCode.SharpDevelop, Version=2.1.0.2376, Culture=neutral, PublicKeyToken=f829da5c02be14ee'
at SharpQuery.Gui.TreeView.SharpQueryTree..ctor()
at ICSharpCode.Reports.Addin.ReportWizard.PullModelPanel.InitializeComponent() in c:\SDR\src\ICSharpCode.Reports.Addin\Project\ReportWizard\WizardPanels\PullModelPanel.cs:line 277
at ICSharpCode.Reports.Addin.ReportWizard.PullModelPanel..ctor() in c:\SDR\src\ICSharpCode.Reports.Addin\Project\ReportWizard\WizardPanels\PullModelPanel.cs:line 62
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Looking at the contents of my bin directory, I see that ICSharpCode.SharpDevelop.dll is showing as version 2.2.0.2585.
Is this a problem with the setup package?
Martin