环境: Win7 64bit + SQL2008
当在64位win7下安装SQL2008时, 有很大概率会遇到该问题,
“Invoke or BeginInvoke cannot be called on a control until the window handle
has been created.”
微软官方说法是
"This issue is occurring due to .NET behavior on Win7 change that is exposing a bug in how we close UI dialogs. Generally, if you just rerun it won't hit the issue again.
Fix information:
This issue will be addressed in SQL Server 2008 R2 and a future SQL Server 2008 CU
建议我们多试几次就会成功.
我今天尝试了3次, 最后一次修改了Options处的设置, 将x64改为了x86, 安装成功.
但是未明白是更改设置而成功,还是RP到了才成功的.
希望能帮助到有相同遭遇的同学们!!!