
前提・実現したいこと
SSMSをつかって、C#+MSSQLで顧客管理システムを作ろうとしています。書籍サンプルデータを読み込んで、ログインとデータベースユーザの作成をしようとしています。
発生している問題・エラーメッセージ
SSMSのオブジェクトエクスプローラにてのパソコン名\インスタンス名→ログイン
を右クリック→新しいログインで、ページの選択からユーザーマッピングを選んだ時、以下のメッセージが出ました。のみならず、既存に存在したアカウントについても、ユーザーマッピングを選択したときに同様のエラーが出ます。
エラーメッセージ タイトル: Microsoft SQL Server Management Studio ------------------------------ 使用されたパラメーターが有効ではありません。 (System.Drawing) ------------------------------ プログラムの場所: 場所 System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) 場所 System.Drawing.Bitmap..ctor(Int32 width, Int32 height) 場所 Microsoft.SqlServer.Management.UI.Grid.GridConstants.get_CheckedCheckBoxBitmap() 場所 Microsoft.SqlServer.Management.UI.Grid.GridCheckBoxColumn..ctor(GridColumnInfo ci, Int32 nWidthInPixels, Int32 colIndex) 場所 Microsoft.SqlServer.Management.UI.Grid.GridControl.AllocateCheckBoxColumn(GridColumnInfo ci, Int32 nWidthInPixels, Int32 colIndex) 場所 Microsoft.SqlServer.Management.UI.Grid.GridControl.AllocateColumn(Int32 colType, GridColumnInfo ci, Int32 nWidthInPixels, Int32 colIndex) 場所 Microsoft.SqlServer.Management.UI.Grid.GridControl.InsertColumnInternal(Int32 nIndex, GridColumnInfo ci) 場所 Microsoft.SqlServer.Management.UI.Grid.DlgGridControl.InsertColumnInternal(Int32 nIndex, GridColumnInfo ci) 場所 Microsoft.SqlServer.Management.UI.Grid.GridControl.AddColumnInternal(GridColumnInfo ci) 場所 Microsoft.SqlServer.Management.UI.Grid.GridControl.AddColumn(GridColumnInfo ci) 場所 Microsoft.SqlServer.Management.SqlManagerUI.CreateLoginDatabaseAccess.InitializeDatabasesGrid() 場所 Microsoft.SqlServer.Management.SqlManagerUI.CreateLoginDatabaseAccess.Microsoft.SqlServer.Management.SqlMgmt.IPanelForm.OnInitialization() 場所 Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.SetView(Int32 index, TreeNode node) 場所 Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.OnBeforeSelection(Object sender, TreeViewCancelEventArgs e) ### 該当のソースコード ```ここに言語名を入力 ソースコード
試したこと
インスタンスを一旦全削除したのち、SQL SERVER 2017の再インストール、サンプルファイルの再ダウンロード
補足情報(FW/ツールのバージョンなど)
Windows10 homeで64ビットオペレーティングシステム、×64ベースプロセッサ
SQL Server Management Studio 15.0.18098.0
Microsoft Analysis Services クライアント ツール 15.0.1300.89
Microsoft Data Access Components (MDAC) 10.0.17134.1
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.17134.0
Microsoft .NET Framework 4.0.30319.42000
オペレーティング システム 6.3.17134
Microsoft SQL Server 2017 Enterprise Evaluation Edition(64bit)




