Introduce DataBase,Asp.net,JavaScript,Xml,Html,Css,Sql,Php,ASP.NET Controls,AJAX,Tools,HTML,CSS,JavaScript,Open Source Project,WPF,.Net Framework,Linq
Top Recommended Hosting

Compiler Error Message: The compiler failed with error code 128

by the3factory 5/10/2008 7:47:00 PM
Question:
I recently installed the .net framework 1.1 to one of my IIS servers. I have been running the .net and some of the starter kits on my dev box and it works just great. In addition to trying the time tracking starter kit (which also works great on my dev box), I have tried a very simple test.aspx page.

I would appreciate any help or direction on what to do about this. I am new to .net and not even sure what to try to resolve this problem

Thanks in advance.

-Bob



Server Error in '/TTWebVBVS' Application.
--------------------------------------------------------------------------------

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 128.



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /t:library /utf8output /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\ttwebvbvs\7f13eef3\a62ad3fc\assembly\dl2\55b895bf\00b0dbe7_3325c301\ttwebvbvs.dll" /R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\ttwebvbvs\7f13eef3\a62ad3fc\s_74vc5o.dll" /D:DEBUG /debug+ /optimize- /warnaserror /w:1 "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\ttwebvbvs\7f13eef3\a62ad3fc\s_74vc5o.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.573
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:
Line 26:
Line 27: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 28: public class Global_asax : ASPNET.StarterKit.TimeTracker.Web.Global {
Line 29:
Line 30: private static bool __initialized = false;
Line 31:
Line 32: public Global_asax() {
Line 33: if ((ASP.Global_asax.__initialized == false)) {
Line 34: ASP.Global_asax.__initialized = true;
Line 35: }
Line 36: }
Line 37: }
Line 38: }
Line 39:





--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Answer1:
Did you ever find a solution to this? I'm having the very same problem. I see no one ever replied to your post.....Moderators - any idea what is causing this?

Thanks,

Jeannie

Answer2:
What does the Event log show??
Have you uninstalled anything??

Answer3:
hi boband,

i have the same problem, any body know how to solve it.

thenks ori

Answer4:
My isp ran the the aspnet_regiis.exe and it solved my problem.

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

~JPeepers

Answer5:
what do you meen

can you be more spesipic.
can you tall me exacly what to do

thenks, ori


Answer6:
You have to find your aspregiss.exe - with complete path and run from the cmd prompt with parameter -i at the end.

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

~JPeepers

Answer7:
thenks i manage,

i would like to add here to for athers that will come :
when you run cmd and you want to enter into [winnt] you need to tape - cd (add space and then) winnt.

ori

Answer8:
hi,

if i get an erorr that say "cannot find server"

and i made all right definistion , what can be the problem?

thenks ori

Answer9:
It maybe late, better late than never

I found out the hardway, with the help of my colleagues, that when u use aspnet_regiis -i, then ASP.NET Web Service Extension is somehow Prohibited. Just follow the steps below to turn on this extension in IIS will do.

http://support.microsoft.com/default.aspx?scid=kb;en-us;817267

Cheers!

Answer10:

I was experiencing the same issue on  .net 2.0 website, on one page. 

 I fixed this by killing off the worker process (asp_wp.exe), then deleting the website directory from the .net temp files (C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files) and then doing an iisreset.

 


Answer11:

By the way this is not TimeTracker Starter Kit forum

You can specify it here

http://forums.asp.net/1005/ShowForum.aspx

By the way I installed it on my m/c working greatly..Smile


Answer12:

I have this problem also.  I have tried all of the suggestions below and the error remains.  Any other suggestions!?


Answer13:

"I was experiencing the same issue on  .net 2.0 website, on one page. 

 I fixed this by killing off the worker process (asp_wp.exe), then deleting the website directory from the .net temp files (C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files) and then doing an iisreset."

 

 

 This worked for me as well.  What is wrong do you think?
 

 


Related posts

Sign up for PayPal and start accepting credit card payments instantly.


Powered by BlogEngine.NET 1.2.0.0