对于GUID解析,虚线处于错误的位置。 (SQLEditors) [英] Dashes are in the wrong position for GUID parsing. (SQLEditors)

查看:52
本文介绍了对于GUID解析,虚线处于错误的位置。 (SQLEditors)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在SQLServer 2008中,当我右键单击服务器上任何数据库中的任何表时,我收到以下错误,并且编辑前200行当时获取消息,也无法在设计模式下编辑表。 />


破折号在GUID解析时位置错误。(SQLEditors)





 ================================ ======================================破折号处于GUID解析的错误位置。 (SQLEditors)------------------------------程序位置:在Microsoft的System.Guid..ctor(String g)。 Microsoft.SqlServer.Management上的Microsoft.SqlServer.Management.Data.DataSourceManager.GetDataSource(Guid源)中的Microsoft.SqlServer.Management.Data.DataSourceManager.GetDataSources()中的SqlServer.Management.DataTools.DataServices.DataSourceManager.GetDataSourcesImpl()。 Microsoft.SqlServer.Management.DataTools.DataServices.DataConnectionFactory.CreateDataConnectionImpl上的Microsoft.SqlServer.Management.DataTools.DataServices.DataConnection..ctor(DataProvider提供程序,String connectionString,Boolean encryptedString)中的DataTools.DataServices.DataConnection.SetConnectionStrings(String connectionString) (Guid提供程序,String connectionString,Boolean encryptedString)位于Microsoft.SqlServer.Management.DataTools.DataServices.DataConnect的Microsoft.SqlServer.Management.Data.DataConnectionFactory.CreateDataConnection(Guid提供程序,String connectionString,Boolean encryptedString)。 Microsoft.SqlServer.Management.Data.DataConnectionManager.GetDataConnection上的Microsoft.SqlServer.Management.Data.DataConnectionManager.GetDataConnection(Guid提供程序,String connectionString,Boolean encryptedString,Boolean update)上的ionManager.CreateDataConnection(Guid提供程序,String connectionString,Boolean encryptedString) (Guid提供程序,String connectionString,Boolean encryptedString)在Microsoft.SqlServer.Management.DataTools.DataServices.DataConnectionManager.Microsoft.SqlServer.Management.Data.Interop.IVsDataConnectionManager.GetDataConnection(Guid&在Microsoft.SqlServer.Management的Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.Open()上的Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.CreateDesigner()中的guidProvider,String bstrConnectionString,Boolean fEncryptedString) Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.Microsoft.SqlServer.Management.UI.VSIntegration .UI.VSIntegration.Editors.VirtualProject.CreateDesigner(Urn origUrn,DocumentType editorType,DocumentOptions aeOptions,IManagedConnection con,String fileName) .Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn,DocumentType editorType,DocumentOptions aeOptions,IManagedConnection con,String fileName)在Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn,DocumentType editorType,DocumentOptions aeOptions,IManagedConnection con ,字符串fileName)在Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptFactory.CreateDesigner (DocumentType editorType,DocumentOptions aeOptions,Urn parentUrn,IManagedConnection mc,String fileName)在Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDocumentMenuItem.CreateDesignerWindow(IManagedConnection mc,DocumentOptions options)=========== ================================== 

请建议我解决。

解决方案

将破折号放在正确的位置。想知道正确的格式吗?运行创建GUID工具。它应该安装在Visual Studio中,并在Visual Studio安装后在系统开始菜单中创建的Visual Studio工具菜单中提供。



-SA

In SQLServer 2008,i receive following error ,when I right click on any table in any of the databases on the server, and Edit top 200 Rows That time getting message and also not able to Edit table in design mode.

"Dashes are in the wrong position for GUID parsing. (SQLEditors)"


====================================================================== Dashes are in the wrong position for GUID parsing. (SQLEditors) ------------------------------ Program Location: at System.Guid..ctor(String g) at Microsoft.SqlServer.Management.DataTools.DataServices.DataSourceManager.GetDataSourcesImpl() at Microsoft.SqlServer.Management.Data.DataSourceManager.GetDataSources() at Microsoft.SqlServer.Management.Data.DataSourceManager.GetDataSource(Guid source) at Microsoft.SqlServer.Management.DataTools.DataServices.DataConnection.SetConnectionStrings(String connectionString) at Microsoft.SqlServer.Management.DataTools.DataServices.DataConnection..ctor(DataProvider provider, String connectionString, Boolean encryptedString) at Microsoft.SqlServer.Management.DataTools.DataServices.DataConnectionFactory.CreateDataConnectionImpl(Guid provider, String connectionString, Boolean encryptedString) at Microsoft.SqlServer.Management.Data.DataConnectionFactory.CreateDataConnection(Guid provider, String connectionString, Boolean encryptedString) at Microsoft.SqlServer.Management.DataTools.DataServices.DataConnectionManager.CreateDataConnection(Guid provider, String connectionString, Boolean encryptedString) at Microsoft.SqlServer.Management.Data.DataConnectionManager.GetDataConnection(Guid provider, String connectionString, Boolean encryptedString, Boolean update) at Microsoft.SqlServer.Management.Data.DataConnectionManager.GetDataConnection(Guid provider, String connectionString, Boolean encryptedString) at Microsoft.SqlServer.Management.DataTools.DataServices.DataConnectionManager.Microsoft.SqlServer.Management.Data.Interop.IVsDataConnectionManager.GetDataConnection(Guid& guidProvider, String bstrConnectionString, Boolean fEncryptedString) at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.CreateDesigner() at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.Open() at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName) at 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) at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName) at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptFactory.CreateDesigner(DocumentType editorType, DocumentOptions aeOptions, Urn parentUrn, IManagedConnection mc, String fileName) at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDocumentMenuItem.CreateDesignerWindow(IManagedConnection mc, DocumentOptions options) =============================================

Please Suggest me solution.

解决方案

Put dashes in correct positions. Want to know the correct format? Run the tool "Create GUID". It should be installed in Visual Studio and is available in the menu "Visual Studio Tools" created in the system Start Menu after Visual Studio installation.

—SA


这篇关于对于GUID解析,虚线处于错误的位置。 (SQLEditors)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆