Error HRESULT E_FAIL has been returned from a call to a COM component

后端 未结 25 1206
情书的邮戳
情书的邮戳 2020-12-24 05:01

In Silverlight 4 app; what does this error mean?:

\"Error HRESULT E_FAIL has been returned from a call to a COM component.\"

It

25条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 05:43

    In my case it was, when I tried to import database into the SSDT project, but this database already was in project, but was empty. I've just updated my project with Tools -> SQL server -> New schema comparsion. Source - database, target - project. Compare - update.

    Hope it helps to someone

提交回复
热议问题