unhandled exception 'System.Data.SqlClient.SqlException'
jinfor
Posts: 7
I opened the SQLCompareCodeSnippets in Visual Studio .NET 2003 (Visual Basic project) and tried to run it (with the WidgetProduction and WidgetStaging databases already built) and I get the following error:
An unhandled exception of type 'System.Data.SqlClient.Sqlexception' occurred in system.data.dll. Additional Information: System Error
Any ideas?
An unhandled exception of type 'System.Data.SqlClient.Sqlexception' occurred in system.data.dll. Additional Information: System Error
Any ideas?
This discussion has been closed.
Comments
This isn't incredibly revealing. Can you check the application and system event logs for more information about the error please?
db1.Register(New ConnectionProperties(".", "WidgetStaging"), Options.Default)
Thanks.
Thank you.