Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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) ?

like image 503
Elad Benda Avatar asked Jan 03 '12 06:01

Elad Benda


1 Answers

I would check your licenses.licx file and ensure the version specified in there matches exactly with the DLL you are referencing.

We often remove everything after the version in this file due to similar problems.

And LC usually refers to the license compiler, lc.exe.

like image 61
competent_tech Avatar answered Sep 23 '22 18:09

competent_tech