Could not load file or assembly run debug iVS 2013 VB project

1

I tried to run my VB project, but I got the below error.
And I set the build parameters to debug and x86, but it's still not working:

Interop.MSDataGridLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
The system cannot find the file specified.
{"Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"}
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
at System.Windows.Forms.AxHost.CreateInstance()

vb.net
.net-assembly
asked on Stack Overflow Aug 30, 2018 by Working Guy • edited Aug 30, 2018 by zx485

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0