473,386 Members | 1,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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

115 100+
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:


Expand|Select|Wrap|Line Numbers
  1. [FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
  2.    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
  3.    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
  4.    System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
  5.    System.Reflection.Assembly.Load(String assemblyString) +25
  6.    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32
  7.  
  8. [ConfigurationErrorsException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
  9.    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596
  10.    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +3479081
  11.    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46
  12.    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177
  13.    System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +180
  14.    System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +347
  15.    System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +125
  16.    System.Web.Compilation.BuildManager.CompileCodeDirectories() +525
  17.    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +448
  18.  
  19. [HttpException (0x80004005): The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
  20.    System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
  21.    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
  22.    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456
  23.  
  24. [HttpException (0x80004005): The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
  25.    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426887
  26.    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
  27.  
  28.  
pls anyone give solutions
it is very urgent

Thanks
Apr 30 '09 #1
4 23473
tlhintoq
3,525 Expert 2GB
Of course its urgent: Every question from India is Urgent.

You have a file not found error. Walk through the execution of your application with breakpoints, F-10 to walk step-by-step and you should find it
Apr 30 '09 #2
Frinavale
9,735 Expert Mod 8TB
Also make sure that all the resources that your application uses are installed on the server.
May 1 '09 #3
yogarajan
115 100+
thanks for ur response

It gives compiler error so am not able follow up
any other solution is there?

@tlhintoq
May 4 '09 #4
If you are in debugging time you need to find all reference of your proyect maybe a DLL referenced and copy it in the \bin\debug and \bin\release directories of your proyect.

if it is an application installed maybe you need to copy the DLL files to your installation directory.

Have fun!!
Apr 22 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Raj | last post by:
I have a c# program in which I used cast. That worked perfectly on .Net platform 1.0. When I moved to .Net 2003, I am getting the execption "Specified cast is not valid". I have not made any...
1
by: ulf | last post by:
Hello, After I got a FileNotFoundException in my real life CSharp code, I nailed it down to the following line: System.EnterpriseServices.ResourcePool rp = new...
4
by: Mark | last post by:
I have a COM object that calls into a C# Forms library. The library can throw exceptions and I want to handle the exceptions in COM. Adam Nathan wrote a Microsoft sponsored book titled .Net and Com...
1
by: Ram | last post by:
Hey, I have a Class Library project that is installed in the Gac (- strong name and all...). In this Class Library, I keep getting an exception when I try to instatiate one of MS's object ( - to...
6
by: chanmm | last post by:
Dear all, I have run the same web application in my Windows XP Pro without any problem but once I deploy it in Windows 2003 Server the message below appear: The system cannot find the file...
0
by: William Sullivan | last post by:
I'm getting killed by this error message on TWO different machines at a client's site. Not just one machine, TWO. The web app is written in 2.0, and the install package has been confirmed to work...
2
by: =?Utf-8?B?c2FtMDFt?= | last post by:
I have a remoting application that was developed on a Windows XP SP2 machine with VS2005 SP1. I finally got everything deployed using Wix 3.0, and it works great. Problem is, when I install the msi...
0
by: stormogulen | last post by:
Hello all, I'm having some problems understanding how the runtime locates assemblies, and I hope you can help me shed some light on it. I'm deploying a web service, which uses some 3rd party...
1
by: cristalink | last post by:
Hi, I have MS Visual Studio 2008 both Pro and Dev Team Edition SP1 installed. I've compiled a managed C++ .DLL which automatically had a manifest embedded, with the following dependency:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.