[SQL Server]Invoke or BeginInvoke cannot be called on a control until the window handle has been created.

SQL_Server_2008_R2において、インストールを行なおうとすると、下記のエラーが出て、インストールできない場合があります。

SQL Server Setup has encountered the following error:
Invoke or BeginInvoke cannot be called on a control until the window handle has been created.

意外な解決策が、MicrosoftのTechNetに記されていました。

簡単に言うと、「エラーでインストールできなくても、もう一度Setup.exeを試してみれば、成功するかもしれません。3回ぐらいやったらインストールできたという人もいます。」

Error message
Invoke or BeginInvoke cannot be called on a control until the window handle has been created.

Cause
This issue is happening because of a behavior change in .NET that is exposing an issue with SQL Setup User Interface (UI). The issue will be addressed in the final release of SQL Server 2008 R2.

Resolution
Typically, if you try to run setup again, you will not see the error. Some people have reported needing to try to run setup three times before the error does not appear.

SQL Server 2008 installation error: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.

こうして「Invoke or BeginInvoke cannot be called on a control until the window handle has been created.」というエラーが出てSQL_Server_2008をインストールできない問題を解消する事ができました。

コメント