I have been trying to use the report wizard and keep getting error messages. I installed SQL Express 2012 and seem to have issues in getting it to work properly with SharpDevelop.
Here is the error report that I get:
SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version : 4.0.30319.18052
OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture : English (Canada) (en-CA)
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 137644kb
GC Heap Memory : 9347kb
Exception thrown:
System.InvalidOperationException: The 'SQLNCLI10.1' provider is not registered on the local machine.
at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at ICSharpCode.Reports.Core.DataAccess.SqlDataAccessStrategy.ReadData()
at ICSharpCode.Reports.Addin.ReportWizard.ResultPanel.FillGrid()
at ICSharpCode.Reports.Addin.ReportWizard.ResultPanel.ShowData()
at ICSharpCode.Reports.Addin.ReportWizard.ResultPanel.ReceiveDialogMessage(DialogMessage message)
at ICSharpCode.Reports.Addin.ReportWizard.WizardDialog.ShowNextPanelEvent(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
---- Recent log messages:
06:35:43.795 [1] INFO - Loading addin Microsoft Help System v1.0
06:35:43.861 [1] INFO - Loading addin XML Editor
06:35:43.884 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane
06:35:43.884 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Browser]
06:35:43.884 [1] DEBUG - NavigationService
ActiveViewContent: Browser
Subview: TabPageText
06:35:43.884 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane
06:35:43.900 [1] DEBUG - OpenedFileClosed: http://wiki.sharpdevelop.net/
06:37:07.863 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane
06:37:07.863 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Browser]
06:37:07.863 [1] DEBUG - NavigationService
ActiveViewContent: Browser
Subview: TabPageText
06:37:07.864 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane
06:37:41.599 [1] DEBUG - ActiveContentChanged to
06:37:41.600 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane
06:37:41.600 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Frequently Asked Questions - SharpDevelop Reports (SDR)]
06:37:41.600 [1] DEBUG - NavigationService
ActiveViewContent: Frequently Asked Questions - SharpDevelop Reports (SDR)
Subview: TabPageText
06:37:41.600 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane
06:37:43.240 [1] DEBUG - ActiveContentChanged to
06:37:43.245 [1] DEBUG - ActiveViewContentChanged to
06:37:53.841 [1] DEBUG - Activated feature 'MSHelpSystem.Commands.LaunchHelpLibraryManager', activation=MainMenu
06:37:53.916 [1] DEBUG - Help 3.0: 1 catalog loaded
06:37:53.916 [1] DEBUG - Help 3.0: "OnCatalogsUpdated" event raised
06:39:14.228 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Commands.CreateNewFile', activation=MainMenu
06:39:22.680 [1] INFO - Loading addin SharpDevelopReports
06:39:22.680 [1] INFO - Loading addin Data Addin
06:40:44.800 [1] ERROR - ThreadException caught
--> Exception:
System.InvalidOperationException: The 'SQLNCLI10.1' provider is not registered on the local machine.
at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at ICSharpCode.Reports.Core.DataAccess.SqlDataAccessStrategy.ReadData()
at ICSharpCode.Reports.Addin.ReportWizard.ResultPanel.FillGrid()
at ICSharpCode.Reports.Addin.ReportWizard.ResultPanel.ShowData()
at ICSharpCode.Reports.Addin.ReportWizard.ResultPanel.ReceiveDialogMessage(DialogMessage message)
at ICSharpCode.Reports.Addin.ReportWizard.WizardDialog.ShowNextPanelEvent(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: <null>
ProjectService.OpenSolution: <null>
ProjectService.CurrentProject: <null>
--------------------------------------------------------------
Please let me know if and when somebody knows what I can do to get this to work.