Sql Server 2008 - Error: Undefined object reference for an object instance?

Asked

Viewed 607 times

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.

inserir a descrição da imagem aqui inserir a descrição da imagem aqui

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.

  • "Object Reference not set to an instance of an Object" - NullPointerException of C#. Restarting the program does not resolve?

  • I added more information!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.