I am receiving the following error on a new install of the .NET
framework.
Any ideas?
Server Error in '/' Application.
Cannot execute a program. 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\root\311f4016\1593438b\4vqty5oa.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:
Cannot
execute a program. 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\root\311f4016\1593438b\4vqty5oa.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 (0x5): Cannot execute a program. 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\root\311f4016\1593438b\4vqty5oa.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCapture(IntPtr
userToken,
String cmd, String currentDir, TempFileCollection tempFiles, String&
outputName, String& errorName, String trueCmdLine) +1594
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) +428
System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters
options,
CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeComp
iler.C
ompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit e)
+37
System.Web.Compilation.BaseCompiler.GetCompiledType() +250