views:

35

answers:

2

Im currently debugging a webservice written in visual studio 2005, however when i build it, it has an error but it did not specify anything

Error 1 The specified module could not be found. (Exception from HRESULT: 0x8007007E)

error message can be seen here

Badly needed your help. Thank you

A: 

Have a look on this http://forums.asp.net/p/939729/1121085.aspx. There several post on related exception, might be able to help you.

imnd
+1  A: 

I have encountered this error before. I managed to build the solution by deleting some 3rd party dlls in the bin folder. I am still not sure what is happening behind the scenes but it worked. :D

gerard79
It's the result of a missing dependency in one of those dlls.
Ombergen
thank you so much
xscape