我在通过VB.NET中的interop设置excel单元格颜色时收到此错误“来自HRESULT的异常:0x800A03EC”
请注意我在堆栈溢出和其他论坛上几乎已经完成了关于此错误的每个帖子,并做了那里提到的任何解决方案,但问题仍未解决。
这是我的代码:
public class ICbackendContext : DbContext
{
public DbSet<AppUser> AppUsers { get; set; }
public DbSet<PlaceItem> PlaceItems { get; set; }
public DbSet<RatingItem> RatingItems { get; set; }
。 。
Imports excel = Microsoft.Office.Interop.Excel
如果有关于此问题的更多信息,请与我们联系。自从过去两周以来,我一直坚持这个问题。