An unhandled exception occurred during compilation using the CodeDomProvider

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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\microsoft.net\framework\v1.0.3705\vbc.ex e"
    @"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempo rary
    ASP.NET Files\tanishq\a38e8df1\f35ae4ea\4howkzw6.cmdline".
    Description: An unhandled exception occurred during
    compilation using the
    CodeDomProvider 'Microsoft.VisualBasic.VBCodeProvider'.
    Please review the stack trace for more information about
    the error and where it originated in the code.

    Exception Details:
    System.Runtime.InteropServices.ExternalException: Timed
    out waiting for a program to execute. The command being
    executed was "c:\winnt\microsoft.net\framework\v1.0.3705
    \vbc.exe" @"C:\WINNT\Microsoft.NET\Framework\v1.0.3705
    \Temporary ASP.NET Files\tanishq\a38e8df1
    \f35ae4ea\4howkzw6.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:


    [ExternalException (0x102): Timed out waiting for a
    program to execute. The command being executed
    was "c:\winnt\microsoft.net\framework\v1.0.3705\vbc.ex e"
    @"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempo rary
    ASP.NET Files\tanishq\a38e8df1\f35ae4ea\4howkzw6.cmdline".]
    System.CodeDom.Compiler.Executor.ExecWaitWithCaptu re
    (IntPtr userToken, String cmd, String currentDir,
    TempFileCollection tempFiles, String& outputName, String&
    errorName, String trueCmdLine) +1343
    System.CodeDom.Compiler.CodeCompiler.Compile
    (CompilerParameters options, String compilerDirectory,
    String compilerExe, String arguments, String& outputFile,
    Int32& nativeReturnValue, String trueArgs) +383
    System.CodeDom.Compiler.CodeCompiler.FromFileBatch
    (CompilerParameters options, String[] fileNames) +461
    System.CodeDom.Compiler.CodeCompiler.FromDomBatch
    (CompilerParameters options, CodeCompileUnit[] ea) +427
    System.CodeDom.Compiler.CodeCompiler.FromDom
    (CompilerParameters options, CodeCompileUnit e) +90

    System.CodeDom.Compiler.CodeCompiler.System.CodeDo m.Compile
    r.ICodeCompiler.CompileAssemblyFromDom(CompilerPar ameters
    options, CodeCompileUnit e) +37
    System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
    +245

    Version Information: Microsoft .NET Framework
    Version:1.0.3705.0; ASP.NET Version:1.0.3705.0

    Thanks

    Pardhasaradhy Guest

  2. Similar Questions and Discussions

    1. PDDOCSAVE -throwing unhandled exception
      Hi Everybody, When i am using PDDOCSAVE in my application to secure a file using Acrobat 9.0 in VC++ i am getting unhandled exception The code...
    2. An unhandled exception has occured Unknown Server tag
      Hi, I am using ASP.Net 2.0 Beta 2. I have a class which inherits from "System.Web.UI.WebControls.Label" class. I have added that class in a...
    3. Unhandled Exception: System.TypeInitializationException:
      On Running a managed exe i get the following error : Unhandled Exception: System.TypeInitializationException: The type initializer for...
    4. Unhandled Exception HELP!!
      I just dished out 900 bucks for Studio MX Everything else installed fine except for Fireworks MX 2004 ( the one I use the MOST ) At about 90% ...
    5. An unhandled exception of type 'System.Threading.ThreadAbortException' occurred in Unknown Module.
      Interesting problem. We have narrowed it down to the exact cause, and would like an explanation of what's going on behind the scenes. Simple bit...
  3. #2

    Default Re: An unhandled exception occurred during compilation using the CodeDomProvider

    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 [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

  4. #3

    Default Re: An unhandled exception occurred during compilation using the CodeDomProvider

    Hi,

    If you add new page without any controls do you also get this error
    message?

    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 [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

  5. #4

    Post An unhandled exception occurred during compilation using the CodeDomProvider

    when i click the HyperLinkField in grid view then i am passing value to another page at the time i am getting the error.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139