HRESULT == '8007065B'

  • Thread starter Thread starter Gene Vangampelaere
  • Start date Start date
G

Gene Vangampelaere

Hi,

I have the following error when I build my setup application :

Unable to build assembly named 'CGB_COM.dll', HRESULT == '8007065B'
When I search Google I do not find any solution !

Can anyone help me ?


G.
 
Gene,
Unable to build assembly named 'CGB_COM.dll', HRESULT == '8007065B'
When I search Google I do not find any solution !

Can anyone help me ?

It's the Win32 error code ERROR_FUNCTION_FAILED (1627 = 0x65B) turned
into a HRESULT. Unfortunately such a generic error code doesn't really
say anything about the cause of the problem.



Mattias
 
Back
Top