The compiler failed with error code -1073741502.

R

rkcons

Any ideals what would cause this ?


Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.

Compiler Error Message: The compiler failed with error code
-1073741502.



Show Detailed Compiler Output:

C:\WINDOWS\system32> "c:\windows\microsoft.net\framework
\v1.1.4322\csc.exe" /t:library /utf8output /R:"c:\windows\microsoft.net
\framework\v1.1.4322\mscorlib.dll" /R:"c:\windows\microsoft.net
\framework\v1.1.4322\temporary asp.net files\cnnencodingservices
\0f9adc62\70fb5ce7\g8avop1s.dll" /R:"c:\windows\assembly\gac
\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a
\system.enterpriseservices.dll" /R:"c:\windows\microsoft.net\framework
\v1.1.4322\temporary asp.net files\cnnencodingservices
\0f9adc62\70fb5ce7\assembly\dl2\9b87984c
\00665a14_66a1c201\interop.wmencagentlocatorlib.dll" /R:"c:\windows
\assembly\gac\system.data
\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\windows
\microsoft.net\framework\v1.1.4322\temporary asp.net files
\cnnencodingservices\0f9adc62\70fb5ce7\assembly
\dl2\a9191987\00665a14_66a1c201\interop.wmencagtlib.dll" /R:"c:\windows
\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a
\system.web.mobile.dll" /R:"c:\windows\microsoft.net\framework
\v1.1.4322\temporary asp.net files\cnnencodingservices
\0f9adc62\70fb5ce7\assembly
\dl2\8656e736\0009e65d_74d4c701\log4net.dll" /R:"c:\windows
\microsoft.net\framework\v1.1.4322\temporary asp.net files
\cnnencodingservices\0f9adc62\70fb5ce7\assembly\dl2\e0eb1a8b
\00bdaa62_74d4c701\cnnencodingservices.dll" /R:"c:\windows\assembly\gac
\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:
\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files
\cnnencodingservices\0f9adc62\70fb5ce7\assembly
\dl2\ebf89319\00dcb45c_74d4c701\wmewebsvcagent.dll" /R:"c:\windows
\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /
R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files
\cnnencodingservices\0f9adc62\70fb5ce7\assembly
\dl2\18b641f9\00665a14_66a1c201\interop.wmencoderlib.dll" /R:"c:
\windows\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a
\system.web.services.dll" /R:"c:\windows\microsoft.net\framework
\v1.1.4322\temporary asp.net files\cnnencodingservices
\0f9adc62\70fb5ce7\assembly\dl2\b9e5a82b
\00dcb45c_74d4c701\wmewebsvc.dll" /R:"c:\windows\assembly\gac\system
\1.0.5000.0__b77a5c561934e089\system.dll" /R:"c:\windows\assembly\gac
\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /out:"C:
\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
\cnnencodingservices\0f9adc62\70fb5ce7\hic1jo5y.dll" /D:DEBUG /debug+ /
optimize- /warnaserror /w:1 "C:\WINDOWS\Microsoft.NET\Framework
\v1.1.4322\Temporary ASP.NET Files\cnnencodingservices
\0f9adc62\70fb5ce7\hic1jo5y.0.cs"







Show Complete Compilation Source:

Line
1: //------------------------------------------------------------------------------
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.2032
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior
and will be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line
9: //------------------------------------------------------------------------------
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25: using ASP;
Line 26:
Line 27: #line 2 "c:\windows\microsoft.net\framework
\v1.1.4322\Config\DefaultWsdlHelpGenerator.aspx"
Line 28: using System.IO;
Line 29:
Line 30: #line default
Line 31: #line hidden
Line 32:
Line 33: #line 3 "c:\windows\microsoft.net\framework
\v1.1.4322\Config\DefaultWsdlHelpGenerator.aspx"
Line 34: using System.Xml.Serialization;
 
M

Mike

you had the app running while you were trying to build it. Not going to
happen. Close down the web app first then try and build it again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top