473,592 Members | 2,921 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

An unhandled exception occurred during compilation using the CodeDomProvider

Hi,
Please see the following error and revert back as
early as possible. I am getting this once I request for
the asp.net page.

Server Error in '/tanishq' Application.

Timed out waiting for a program to execute. The command
being executed
was "c:\winnt\micro soft.net\framew ork\v1.0.3705\v bc.exe"
@"C:\WINNT\Micr osoft.NET\Frame work\v1.0.3705\ Temporary
ASP.NET Files\tanishq\a 38e8df1\f35ae4e a\4howkzw6.cmdl ine".
Description: An unhandled exception occurred during
compilation using the
CodeDomProvider 'Microsoft.Visu alBasic.VBCodeP rovider'.
Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details:
System.Runtime. InteropServices .ExternalExcept ion: Timed
out waiting for a program to execute. The command being
executed was "c:\winnt\micro soft.net\framew ork\v1.0.3705
\vbc.exe" @"C:\WINNT\Micr osoft.NET\Frame work\v1.0.3705
\Temporary ASP.NET Files\tanishq\a 38e8df1
\f35ae4ea\4howk zw6.cmdline".

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:
[ExternalExcepti on (0x102): Timed out waiting for a
program to execute. The command being executed
was "c:\winnt\micro soft.net\framew ork\v1.0.3705\v bc.exe"
@"C:\WINNT\Micr osoft.NET\Frame work\v1.0.3705\ Temporary
ASP.NET Files\tanishq\a 38e8df1\f35ae4e a\4howkzw6.cmdl ine".]
System.CodeDom. Compiler.Execut or.ExecWaitWith Capture
(IntPtr userToken, String cmd, String currentDir,
TempFileCollect ion tempFiles, String& outputName, String&
errorName, String trueCmdLine) +1343
System.CodeDom. Compiler.CodeCo mpiler.Compile
(CompilerParame ters options, String compilerDirecto ry,
String compilerExe, String arguments, String& outputFile,
Int32& nativeReturnVal ue, String trueArgs) +383
System.CodeDom. Compiler.CodeCo mpiler.FromFile Batch
(CompilerParame ters options, String[] fileNames) +461
System.CodeDom. Compiler.CodeCo mpiler.FromDomB atch
(CompilerParame ters options, CodeCompileUnit[] ea) +427
System.CodeDom. Compiler.CodeCo mpiler.FromDom
(CompilerParame ters options, CodeCompileUnit e) +90

System.CodeDom. Compiler.CodeCo mpiler.System.C odeDom.Compile
r.ICodeCompiler .CompileAssembl yFromDom(Compil erParameters
options, CodeCompileUnit e) +37
System.Web.Comp ilation.BaseCom piler.GetCompil edType()
+245

Version Information: Microsoft .NET Framework
Version:1.0.370 5.0; ASP.NET Version:1.0.370 5.0

Thanks

Nov 17 '05 #1
1 6470
Hi,

Do you use CodeDom ? if so check your cose.

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2941
by: Professor Frink | last post by:
First off, I apologize if this gets long. I'm simply trying to give you all enough information to help me out. I'm writing (almost finished, actually), my first VB.Net application. It's a forms application that is going to be used to extract data from a legacy system (VSAM based mainframe file structure), and output data in pipe-delimited record layouts, multiple record types per file, one file per chosen client. I have been working on...
0
7478
by: Darko³ | last post by:
I'm trying to do a simple web form with asp.net & C# but althoug the page is correctly compilated, when i load the page there is the following error message: System.Web.HttpException: External component has thrown an exception ---> System.Web.HttpCompileException: Eccezione lanciata da un componente esterno. at System.Web.Compilation.BaseCompiler.ThrowIfCompilerErrors(CompilerResults results, CodeDomProvider codeProvider,...
1
1466
by: Johan Neidenmark | last post by:
Copied from microsoft.public.cmserver.general (http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.cmserver.general&mid=68d413a9-0f0e-458c-b913-756f24b06d79) Hello, When i try to create a new page from a new template i get the exception below. Anyone have any directions on what i should look for? The template path is correct and the project compiles ok. When i run the project in debug no...
0
2844
by: Marco Viana | last post by:
Hi, I'm developing an ASP.NET application with Visual Studio .NET 2003 in a Win XP Professional, .NET Framework 1.1 and IIS 5.1 computer with all the lattest patches. When testing a page sometimes i get the following error. Does anyone knows what i have to do to get rid of this error?
4
2240
by: Craig831 | last post by:
First off, I apologize if this gets long. I'm simply trying to give you all enough information to help me out. I'm writing (almost finished, actually), my first VB.Net application. It's a forms application that is going to be used to extract data from a legacy system (VSAM based mainframe file structure), and output data in pipe-delimited record layouts, multiple record types per file, one file per chosen client. I have been working on...
7
2670
by: Chuck Hartman | last post by:
I have a Windows service that requests web pages from a site using an HttpWebRequest object. When I try to request a page from an ASP.NET 2 site, I get a WebException with message "The remote server returned an error: (500) Internal Server Error." I found a post that suggested to catch the WebException to retrieve the actual HttpWebResponse object for more information. The response returned is shown below. At first I thought this was a...
5
9765
by: Ankit Aneja | last post by:
This is my problem. I am using Visual 2003, .Net framework 1.1 and the Application Block I configured the DAAB using the Enterprise Library Configuration now this is the error which is coming Security Exception Description: The application attempted to perform an operation not allowed
0
1754
by: Ramesh2006 | last post by:
Hi, The following error occurred when i programmatically compile another project from my present project. The Error: error CS0234:The type or namespace name 'Windows' does not exist in the namespace 'System' <are you missing an assembly reference> The Source Code:
5
2089
by: Tim Zych | last post by:
What factor would allow an unhandled exception to occur in a compiled project, versus no error for the same action during development? In other words, I have a project that, in development when I test it, runs no problem. When I compile and release the dll, the user gets an unhandled exception. It doesn't halt the code, it just shows an error dialog...click continue and it continues. Is there some setting I must set so that I can see...
0
7935
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8236
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8227
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6642
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3851
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3893
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1467
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1202
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.