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

BUG产生背景:
由于项目的需求,需要用到SSIS功能,所以为现有MSSQLSever新增SQL Server Business Intelligence Development Studio特征时,屡次失败。于是产生了卸载重装的想法。虽然卸载非常之顺利,但是再试安装的时候各种报错,让人大跌眼镜。首先碰到的就是如题错误提示!
BUG提示信息:
Invoke or BeginInvoke cannot be called on a control until the window handle has been created…
BUG解决方案:
经过多番尝试,各种检索。解决的措施很简单:在系统盘C根目录下创建temp文件夹就Okay了,即创建“C:\temp”。

你可能感兴趣的:(window)