search
Japanese Chinese Nederlands Espanol Italiano Deutsch Francais Twitter Rss Feeds
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsFAQs
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Operating SystemsArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

View Other Visual Studio .NET Posts   Ask New Question 
Build error: Exception from HRESULT:0x8007007E
Sunil DSouza posted at Friday, June 10, 2005 1:34 AM
Hi All, 
 I have installed Visual studio 2005 on my machine.  If we build the project on my machine, it throws the build error in web.config file. Where as same project builds and runs well in other machines with same configuration.

When we build the 
project, before building it throws the following error 


The specified module could not be found. (Exception from HRESULT: 
0x8007007E)      ~\1.0\Web.config       13. 


Here 13 is the line number in the web.config file. 


for the following block it throws the exception: 


<compilation defaultLanguage="c#" debug="true"> 
        <compilers> 
                <compiler language="c#" type="Microsoft.CSharp.CSharpC­odeProvider, 
System, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=B77A5C561934E08­9" extension=".cs" 
compilerOptions="/d:DEBUG;TRAC­E"/> 
        </compilers> 
        <assemblies> 
                <add assembly="Configuration, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=F9287EB53A53509­C"/> 
        </assemblies> 
</compilation> 



If I remove this block from this web.config, it throws the same error 
in the machines, web.config file at the same section where it refers 
mscorlib.dll file . 



Can anybody help out in resolving this issue? What may be the cause of this kind of error?  


Regards, 
Sunil