0
I was using sql server 2005, after doing the update, all databases does not allow the display of tables in Design mode, and does not let create new tables.
I tried to make the creation of a table in visual way is generated me this error, anyone knows how to solve? Thanks.
===================================
Referência de objeto não definida para uma instância de um objeto. (SQLEditors)
------------------------------
Local do Programa:
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.CreateDesigner()
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.Open()
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptFactory.CreateDesigner(DocumentType editorType, DocumentOptions aeOptions, Urn parentUrn, IManagedConnection mc, String fileName)
em Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDocumentMenuItem.CreateDesignerWindow(IManagedConnection mc, DocumentOptions options)
It seems to be a bug! What is the name of the table you tried to create? Tell us the version (full SP, etc.) of SQL.
– rubStackOverflow
"Object Reference not set to an instance of an Object" -
NullPointerException
of C#. Restarting the program does not resolve?– danguilherme
I added more information!
– Harry