Search code examples
c#asp.netcomponentart

Could not load file or assembly. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))


I have rebuilt my solution and got the following compilation error:

Error 9 'Could not load file or assembly 'ComponentArt.Web.UI, Version=2009.1.1819.35, Culture=neutral, PublicKeyToken=9bc9f846553156bb' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))' D:..\MyProj.Account\LC

The dll is in infra folder and is moved finaly to the bin folder of the output project (web-site).

Any productive ideas? what else should I check? It seems all other projects in this sln compiles.

Unless I get this error to soon. btw, what's LC (under "project" column) ?


Solution

  • It was another broken reference that caused this error.