i am integrating the a java code dll to my C# application. following are the steps i did :
I have created a windows application and add all the dll's in the bin folder. When I run the application it works fine
but which I try to run the same code in web application with all dll reference, it giving me the error "The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
can some one please help to how to resolve this issue.
please refer the stack trace :
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
None
0 Points
3 Posts
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Apr 26, 2013 10:01 AM|jitendra.r.mishra|LINK
Hello all,
i am integrating the a java code dll to my C# application. following are the steps i did :
I have created a windows application and add all the dll's in the bin folder. When I run the application it works fine but which I try to run the same code in web application with all dll reference, it giving me the error "The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
can some one please help to how to resolve this issue.
please refer the stack trace :
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Contributor
4954 Points
1726 Posts
Re: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Apr 26, 2013 10:24 AM|thirumaran007|LINK
This problem could be becausee of,
1. if you use any assembly which is not in GAC, you will get this kind of error, please add your assembly in GAC
2. If your assembly supports only 32 bit you will this kind of error.
With Friendly,
Thirumaran
Participant
1100 Points
400 Posts
Re: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Apr 30, 2013 10:30 PM|dyyo|LINK
hi jitendra,
please kindly refer to:
- http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/f609f52e-00f6-4ada-9d6e-7129b85d3d4d
- http://stackoverflow.com/questions/9003072/unable-to-load-dll-module-could-not-be-found-hresult-0x8007007e
Please mark this response as an "answer" if it helps you. Thanks heaps!
Dyyo - Microsoft Recommended ASP.NET Hosting