http://bugs.winehq.org/show_bug.cgi?id=19223
Summary: null Object reference during Database object expansion (MS SQL SMSE) Product: Wine Version: 1.1.25 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: m27315@gmail.com
Created an attachment (id=22225) --> (http://bugs.winehq.org/attachment.cgi?id=22225) Wine log for SSMSEE
Immediately after launching Microsoft's SQL Server Management Studio Express, an "Object Explorer" pane is visible on the left to explore the connected SQL server. Double-clicking on the "Databases" node to expand it produces the following error message (see below)...
The databases can be acquired using the "Summary" window, and then the "Object Explorer" pane can be synchronized to the "Summary" window. Although a workaround exists, it is clumsy. Plus, a method so basic as expanding the connected databases should not create such an error.
Incidentally, the error message is empty at first, and the message can only be viewed by clicking on the "Show technical details" button in the error log...
===================================
Object reference not set to an instance of an object. (Microsoft.SqlServer.Express.ObjectExplorer)
------------------------------ Program Location:
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.SystemObjectAccessHandler.get_HideSystemObjects() at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.SystemObjectAccessHandler.Visible(INodeInformation source) at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.IsNodeVisible(NavigableItem item) at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildStaticItem(IList nodes, INodeInformation source, INavigableItem sourceItem) at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.Build(INodeInformation source, INavigableItem sourceItem, IFilterProvider filter) at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.GetChildren() at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren()