G
Guest
I keep encountering an error message while trying to build a solution that I
cannot seem to get around. I cannot figure out what the error is trying to
tell me as there does not appear to be much information provided.
I have a C# class library project (project A) that references a C++ class
library project (project B). If I compile project B, no errors are reported.
If I compile project A, no errors are reported. I also have a C# web
service project (project C) that references project A. When I compile
project C, the following error is reported:
The specified module could not be found. (Exception from HRESULT: 0x8007007E).
No file, line number, column or project information is provided with this
error.
I am not sure which module cannot be found. I am not even sure where to
being looking. Does anyone have any ideas as to where or what to look for?
Since I am not sure where to start looking, I may not have provided enough
information. If anyone needs more information, please let me know where or
how to find it and I will provide it.
Thank you,
Jason Richmeier
cannot seem to get around. I cannot figure out what the error is trying to
tell me as there does not appear to be much information provided.
I have a C# class library project (project A) that references a C++ class
library project (project B). If I compile project B, no errors are reported.
If I compile project A, no errors are reported. I also have a C# web
service project (project C) that references project A. When I compile
project C, the following error is reported:
The specified module could not be found. (Exception from HRESULT: 0x8007007E).
No file, line number, column or project information is provided with this
error.
I am not sure which module cannot be found. I am not even sure where to
being looking. Does anyone have any ideas as to where or what to look for?
Since I am not sure where to start looking, I may not have provided enough
information. If anyone needs more information, please let me know where or
how to find it and I will provide it.
Thank you,
Jason Richmeier