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: // 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: // 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
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
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
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
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!
boband
Member
5 Points
1 Post
Compiler Error Message: The compiler failed with error code 128
Jun 18, 2003 01:47 AM|LINK
JPeepers
Member
217 Points
44 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 02, 2003 06:11 PM|LINK
SushilaSB
Star
11417 Points
2265 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 02, 2003 06:44 PM|LINK
Visual ASP/ASP.NET MVP
http://weblogs.asp.net/sushilasb
oris
Member
100 Points
20 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 06, 2003 04:45 PM|LINK
JPeepers
Member
217 Points
44 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 06, 2003 08:04 PM|LINK
oris
Member
100 Points
20 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 06, 2003 08:18 PM|LINK
JPeepers
Member
217 Points
44 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 06, 2003 09:37 PM|LINK
oris
Member
100 Points
20 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 07, 2003 07:49 AM|LINK
oris
Member
100 Points
20 Posts
Re: Compiler Error Message: The compiler failed with error code 128
Dec 09, 2003 09:07 AM|LINK
firefox2004
Member
5 Points
1 Post
Re: Compiler Error Message: The compiler failed with error code 128
Sep 10, 2004 01:43 PM|LINK